[ Install For Chrome ] [ Install For Firefox ]
This Chrome/Firefox extension brings the famous Monaco editor to GitHub!
- Syntax Highlighting of Markdown and Code Snippets
- Tab to indent and Shift+Tab to outdent entire selections
- Multi-Cursor Editing
- and much more
- Press F11 to toggle full screen (F10 for wide full screen).
- The full screen mode previews the markdown if enough space is available.
- Autocompletion for issues, mentions and emojis.
This extension replaces all GitHub text areas for authoring markdown with a monaco editor.
You need nodejs and yarn. Just run these commands to produce extension.zip
in the dist folder:
yarn
yarn build