A Chrome Extension that adds a new tab to the comment edit area in GitHub, providing Markdown syntax highlighting and tabbing behavior.
Huge thanks to CodeMirror and Marijn Haverbeke for providing a free, MIT-licensed editor.
- Markdown syntax highlighting
- Syntax Highlighting for most popular languages within GFM fences
- Support for GitHub hotkey(
shift + meta + p
) to cycle through comment tabs
- Clone the repository
- Run
npm run watch
to enable rebuilds on change - Load the
dist
folder as an unpacked extension in Chrome