-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add WYSIWYG Markdown editor to Lektor #5
Comments
what is Lektorium? lektorium.tv? |
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. |
https://github.com/sphericalpm/lektorium/blob/master/README.md#what-is-lektorium |
Plugin integrating SimpleMDE to lektor admin. https://github.com/sphericalpm/lektor-simplemde |
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. |
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).
The text was updated successfully, but these errors were encountered: