Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.