|
|
|
|
|
by antihero
4745 days ago
|
|
Something I've been looking for for a while: A Markdown WYSIWYG. I personally dislike WYSIWYG, but for clients, it cannot be beaten. Now, most things that clients do in CMSs can be done with Markdown, and it avoids complications with weird HTML output, them trying to do unconventional styling (aka "ruining the website). So something like CKEditor or TinyMCE but outputting Markdown, and constrained to Markdown's limitations. Does such a thing exist? |
|
You can edit in both the rich text editor and in the textarea, and changes will get synced across.
That was just a quick demo. There are things that could be improved, especially by switching to a slightly better HTML-to-Markdown library.