Skip to content

hediet/browser-ext-github-monaco

Repository files navigation

Monaco Markdown Editor For GitHub (Chrome/Firefox)

[ Install For Chrome ] [ Install For Firefox ]

This Chrome/Firefox extension brings the famous Monaco editor to GitHub!


Monaco Features

  • Syntax Highlighting of Markdown and Code Snippets
  • Tab to indent and Shift+Tab to outdent entire selections
  • Multi-Cursor Editing
  • and much more

Additional Features

  • Press F11 to toggle full screen (F10 for wide full screen).
  • The full screen mode previews the markdown if enough space is available.

Github Features

  • Autocompletion for issues, mentions and emojis.

This extension replaces all GitHub text areas for authoring markdown with a monaco editor.

Demo

Full-Screen-Mode

Building

You need nodejs and yarn. Just run these commands to produce extension.zip in the dist folder:

yarn
yarn build