๐Ÿ“ฆ hediet / browser-ext-github-monaco

This extension brings the famous Monaco editor to Github

โ˜… 261 stars โ‘‚ 32 forks ๐Ÿ‘ 261 watching
chrome-extensiongithubmonaco-editor
๐Ÿ“ฅ Clone https://github.com/hediet/browser-ext-github-monaco.git
HTTPS git clone https://github.com/hediet/browser-ext-github-monaco.git
SSH git clone git@github.com:hediet/browser-ext-github-monaco.git
CLI gh repo clone hediet/browser-ext-github-monaco
Henning Dieterichs Henning Dieterichs Merge pull request #56 from Ricbet/feat/upgrade-monaco-version cb32dd4 1 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ .vscode
๐Ÿ“ docs
๐Ÿ“ src
๐Ÿ“„ .gitignore
๐Ÿ“„ .prettierrc.json
๐Ÿ“„ CHANGELOG.md
๐Ÿ“„ logo.drawio.png
๐Ÿ“„ manifest.json
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ tsconfig.json
๐Ÿ“„ webpack.config.ts
๐Ÿ“„ yarn.lock
๐Ÿ“„ README.md

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 ``