mantisbt-plugins / Snippets

Define snippets of text that can be easily pasted into text fields
MIT License
8 stars 12 forks source link

Does not work with Simple Markdown Editor in Report Issue textareas #47

Closed priocomdevops closed 3 years ago

priocomdevops commented 3 years ago

The snippets get disabled when the plugin https://github.com/ejyothi/MantisBT-MarkDownEditor is installed.

dregad commented 3 years ago

The plugin uses jQuery to inject the Snippets selection list before the configured TextArea fields; I don't know how the MarkDownEditor plugin works internally, but I suppose it's changing the markup in such a way that Snippets is no longer able to identify the input fields.

Unfortunately, I don't see how this could be addressed and we have to consider Snippets as incompatible with the MarkDownEditor plugin, unless their developers have an idea.