Markdown WYSIWYG Editor #4940
versecafe
started this conversation in
Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Proposal
In addition to the Lexical editor for content generation having support for a simple WYSIWYG and markdown based system would allow for simpler systems where all that is needed is the base markdown feature set, it also would allow easy importing of large amounts of markdown content, and make porting onto or off of payload, and using custom content renderers much simpler. With Payload 3.0 moving to NextJS and Nexts growing support for MD content rendering through mdxRs and contentlayer it would make payload a drop in system for many users already relying on markdown to render out content while dramatically improving the systems for managing & collaborating with it compared to running custom UIs and admin panels or handling content through git.
Example
A good example of a simple system that could be used or forked to support this is Novel

Beta Was this translation helpful? Give feedback.
All reactions