OFFLINE-GmbH / octobertricks.com

October CMS resources and help articles
https://octobertricks.com
MIT License
40 stars 17 forks source link

Add easymde markdown editor to the frontend tricks form #5

Closed alxy closed 5 years ago

alxy commented 5 years ago

This implements https://github.com/OFFLINE-GmbH/octobertricks.com/issues/3

Code highlight is supported via the existing highlight library.

Curently, there is a bug in the fullscreen mode, as some of the theme elements render in front of the editor due to their high z-index porperties (.header).

alxy commented 5 years ago

It may make sense to have dedicated assets/js and assets/css folders in the future, if more libraries are added. These could also more easily be excluded from beeing ignored by the gitignore.

tobias-kuendig commented 5 years ago

Thank you very much for this addition @alxy!