ejyothi / MantisBT-MarkDownEditor

A MantisBT plugin to enable MarkDown Editor for text fields
5 stars 1 forks source link

Replace SimpleMDE #7

Closed libregeek closed 7 years ago

libregeek commented 7 years ago

SimpleMDE seems to have several issues with Mantis and Browsers. Some of them are:

  1. Middle-Click-Paste feature in Linux desktops doesn't work in the editor
  2. Spell Check feature in web browser doesn't work. It doesn't indicate words with a typo
  3. Height & Width cannot be changed per editor instance. This can be changed only in CSS and thus description, note, steps to reproduce, and additional information have the same editor size.
  4. In some pages, SimpleMDE doesn't bug_change_status_page.php
  5. Compatibility issues with dropzone. See more details at #6

Here are some of the altervatives: Bootstrap markdown - https://github.com/toopay/bootstrap-markdown Editor.md - https://github.com/pandao/editor.md Editor - https://github.com/lepture/editor (This is the predecessor to SimpleMDE)