RT, use PHP to write a backend, how to use the Markdown editor when editing and publishing articles? Please recommend some WYSIWYG editors. TinyMCE4 seems pretty good, but image files cannot be uploaded.
The front end is simply built, with only a few lines of code. It mainly refers to libraries. Marked is used for md rendering, highlightjs is used for highlighting, and ace editor is used for the editor. In this way, only about ten lines of code are enough. Then get the text and save it in the database
Not sure whether you want the markdown editor or the ordinary wysiwyg editor The ordinary recommendation is simditor The markdown recommendation editor.md
The front end is simply built, with only a few lines of code. It mainly refers to libraries. Marked is used for md rendering, highlightjs is used for highlighting, and ace editor is used for the editor. In this way, only about ten lines of code are enough. Then get the text and save it in the database
I summarized how to use jekyll to build a blog that can be written in markdown. See the link for details
The method of integrating Markdown has been given in the official Symfony documentation. Link description
Ready-made recommended simditor
Not sure whether you want the markdown editor or the ordinary wysiwyg editor
The ordinary recommendation is simditor
The markdown recommendation editor.md