Write syntax highlighted Markdown in anywhere.
This script also support formatter by prettier
Install from codemirror-anywhere.user.js
Dependencies:
You need to install Greasemonkey extension before installing this script.
- Focus any
<textarea>
- Press Cmd+E or Ctrl+E
- Toggle textarea with CodeMirror
- Press Cmd+E or Ctrl+E
- Restore textarea from CodeMirror
- Cmd+Alt+F: Apply prettier
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT