Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rivy/chrome-better-text-viewer
Better Text Viewer is a lightweight extension that facilitates reading plain-text files in Chrome. Get the same view of your file that you would in Notepad++, Vim, or any other decent text editor, including: Line numbering Line unwrapping Syntax highlighting The extension automatically determines when you are viewing a plain-text file, and guesses the language base don the file extension-- no configuration necessary. Support will be included for more languages in the future. All bug reports should be submitted via my website's contact page: http://watkinsmatthewp.weebly.com/contact.html Technical details As mentioned before, Better Text Viewer is a very lightweight extension. After detecting that the current page is a plain-text file and matching the extension to a language mode, it wraps the text block in an in-browser editor instance using code from the amazing open-source CodeMirror? project.
https://github.com/rivy/chrome-better-text-viewer
Last synced: 28 days ago
JSON representation
Better Text Viewer is a lightweight extension that facilitates reading plain-text files in Chrome. Get the same view of your file that you would in Notepad++, Vim, or any other decent text editor, including: Line numbering Line unwrapping Syntax highlighting The extension automatically determines when you are viewing a plain-text file, and guesses the language base don the file extension-- no configuration necessary. Support will be included for more languages in the future. All bug reports should be submitted via my website's contact page: http://watkinsmatthewp.weebly.com/contact.html Technical details As mentioned before, Better Text Viewer is a very lightweight extension. After detecting that the current page is a plain-text file and matching the extension to a language mode, it wraps the text block in an in-browser editor instance using code from the amazing open-source CodeMirror? project.
- Host: GitHub
- URL: https://github.com/rivy/chrome-better-text-viewer
- Owner: rivy
- License: gpl-2.0
- Created: 2017-05-03T01:26:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2015-05-15T14:47:24.000Z (over 9 years ago)
- Last Synced: 2024-10-20T22:48:56.409Z (2 months ago)
- Language: CSS
- Size: 4.2 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chrome-better-text-viewer
Better Text Viewer is a lightweight extension that facilitates reading plain-text files in Chrome. Get the same view of your file that you would in Notepad++, Vim, or any other decent text editor, including: Line numbering Line unwrapping Syntax highlighting The extension automatically determines when you are viewing a plain-text file, and guesses the language base don the file extension-- no configuration necessary. Support will be included for more languages in the future. All bug reports should be submitted via my website's contact page: http://watkinsmatthewp.weebly.com/contact.html Technical details As mentioned before, Better Text Viewer is a very lightweight extension. After detecting that the current page is a plain-text file and matching the extension to a language mode, it wraps the text block in an in-browser editor instance using code from the amazing open-source CodeMirror? project.