Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hediet/browser-ext-github-monaco
This extension brings the famous Monaco editor to Github
https://github.com/hediet/browser-ext-github-monaco
chrome-extension github monaco-editor
Last synced: 11 days ago
JSON representation
This extension brings the famous Monaco editor to Github
- Host: GitHub
- URL: https://github.com/hediet/browser-ext-github-monaco
- Owner: hediet
- Created: 2020-05-24T18:12:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T16:21:26.000Z (over 1 year ago)
- Last Synced: 2024-10-25T22:28:53.445Z (16 days ago)
- Topics: chrome-extension, github, monaco-editor
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/monaco-markdown-editor-fo/mmpbdjdnmhgkpligeniippcgfmkgkpnf?hl=de&authuser=0
- Size: 3.55 MB
- Stars: 259
- Watchers: 8
- Forks: 32
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Monaco Markdown Editor For GitHub (Chrome/Firefox)
[![](https://img.shields.io/static/v1?style=social&label=Sponsor&message=%E2%9D%A4&logo=GitHub&color&link=%3Curl%3E)](https://github.com/sponsors/hediet)
[![](https://img.shields.io/static/v1?style=social&label=Donate&message=%E2%9D%A4&logo=Paypal&color&link=%3Curl%3E)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZP5F38L4C88UY&source=url)
[![](https://img.shields.io/twitter/follow/hediet_dev.svg?style=social)](https://twitter.com/intent/follow?screen_name=hediet_dev)**[ [Install For Chrome](https://chrome.google.com/webstore/detail/monaco-markdown-editor-fo/mmpbdjdnmhgkpligeniippcgfmkgkpnf) ]** **[ [Install For Firefox](https://addons.mozilla.org/en/firefox/addon/monaco-markdown-github-editor/) ]**
This Chrome/Firefox extension brings the famous Monaco editor to GitHub!
![](./docs/screenshot.png)
---
## 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
![](./docs/demo.gif)
## Full-Screen-Mode
![](./docs/fullscreen.gif)
## Building
You need nodejs and yarn. Just run these commands to produce `extension.zip` in the dist folder:
```
yarn
yarn build
```