sphericalpm / lektorium

A pragmatic web content management solution for those with way too many little sites
MIT License
16 stars 3 forks source link

Add WYSIWYG Markdown editor to Lektor #5

Open mvartanyan opened 5 years ago

mvartanyan commented 5 years ago

Lektor will be the core component of Lektorium. Because the idea is that non-technical people will author content, it is crucial to have a possibility to edit content in a WYSIWYG fashion. The most common way of working with rich content now is Markdown, so the idea is to build in a frontend Markdown editor like Toast UI Editor. Apparently, Lektor is about to add this feature soon.

This task is to: 

 Review the status of issue 7, issue 665 in Lektor and find out how close they are to integrating the editor into the release  If the assessment is that they are more than a month away from integrating, make a fork of Lektor and integrate (possibly sending back a pull request for Lektor in the end).

marcellmars commented 5 years ago

what is Lektorium? lektorium.tv?

runfalk commented 5 years ago

I saw this issue linked from the Lektor bug tracker. There is no ETA on the pull request as the author has not yet made the final adjustments required to get it merged. Once the requested changes have been made (anyone is free to make them) the PR will get merged.

jekov commented 5 years ago

what is Lektorium? lektorium.tv?

https://github.com/sphericalpm/lektorium/blob/master/README.md#what-is-lektorium

apatrushev commented 4 years ago

Plugin integrating SimpleMDE to lektor admin.

https://github.com/sphericalpm/lektor-simplemde https://pypi.org/project/lektor-simplemde/

kepta commented 3 years ago

Wanted to add that you can also consider https://banglejs.dev/, which comes baked in with WYSIWYG Markdown support, see this example https://banglejs.dev/docs/examples/markdown-editor.