Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.04 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.04 KB

Bestest Markdown Editor for Redmine

This plugin supercharges Redmine's Markdown editor using EasyMDE (a fork of SimpleMDE).

Not yet using Markdown in Redmine? You should migrate, because you need this plugin. Just look at the screenshot below!

Bestest Markdown Editor screenshot

Installation

cd into the redmine/plugins folder and run:

git clone https://github.com/LeviticusMB/bestest_markdown_editor.git

Upgrade to latest stable release

cd into the redmine/plugins folder and run:

git pull

Branches/major releases

master

The master branch tracks the latest stable release.

v1.1 (2018-07-29)

  • Support for syntax highlighting in code blocks.
  • Enabled the inline preview button in the toolbar.
  • Bundle Font Awesome so we don't depend on the internets.

v1.0 (2018-07-22)

  • Initial release branch.