1.0.2releasedSimpleMDE Markdown Editor
Add SimpleMDE Markdown Editor to markdown enabled fields.
Clone URLhttps://github.com/animaux/simplemde.git
Add as a submodulegit submodule add https://github.com/animaux/simplemde.git extensions/simplemde --recursive
Compatibility
2.x.x | 2.1.x | 2.2.x | 2.3.x | 2.4.x | 2.5.x | 2.6.x | 2.7.0 | 2.7.1 | 2.7.2 | 2.7.3 | 2.7.4 | 2.7.5 | 2.7.6 | 2.7.7 | 2.7.8 | 2.7.9 | 2.7.10 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
No | No | No | No | No | No | 1.0.2 | 1.0.2 | 1.0.2 | 1.0.2 | 1.0.2 | 1.0.2 | 1.0.2 | 1.0.2 | 1.0.2 | 1.0.2 | 1.0.2 | 1.0.2 |
Readme
SimpleMDE Markdown Editor
Add SimpleMDE Markdown Editor to markdown enabled fields in the Symphony CMS publish area.
Usage
Install and activate. Options are currently only configurable in assets/simplemde.publish.js
.
Acknowledgement
This extension is based on Nils Hörrmann’s Backend Assets which is based on Michael Eichelsdörfer’s Admin CSS Override and steals some code from several other symphony extensions :)
Thanks to Roman Klein for valuable contributions.
Version history
Symphony 2.6 to 2.x.x
- Don’t let long Links break the layout, too
Symphony 2.6 to 2.x.x
- Don’t let long URLs break ~~my heart~~ the layout
Symphony 2.6 to 2.x.x
- Mark as stable
- Define Markdown-highlighting
Symphony 2.6 to 2.x.x
- Added compatibility with height settings of Multilingual Textbox Field
Symphony 2.6 to 2.x.x
- Restore borked toolbar
Symphony 2.6 to 2.x.x
- Ensure compatibility with »Are you sure?«-extension by forcing textarea-sync
Symphony 2.6 to 2.x.x
- Use »+« as default character for lists
- Tab = 4 spaces
Symphony 2.6 to 2.x.x
- Remove Fontawesome external dependency
- Update SimpleMDE to v1.11.2
Symphony 2.6 to 2.x.x
- Editor height now adapts to the row-settings of the textarea
- Use Symphony's default font settings (instead of monospace fonts)
Symphony 2.6 to 2.x.x
- Now works with multiple markdown textareas
- No more JS Error when there’s no textarea on the page
Symphony 2.6 to 2.x.x
- Initial height = 1 line
Symphony 2.6 to 2.x.x
- Initial Release