Ckeditor5: Edit in WYSIWYG mode but output Markdown format

Created on 18 Aug 2017  路  4Comments  路  Source: ckeditor/ckeditor5

I want to create a webpage that users can write technical documents using CKEditor 5 in WYSIWYG mode. They don't understand markdown syntax.
Is it possible to use https://github.com/ckeditor/ckeditor5-markdown-gfm plug-in in CKEditor 5 to edit the contents in WYSIWYG mode but get the result data in Markdown format?

Thanks,
Andrew

question

Most helpful comment

All 4 comments

Hey,

I've just created a simple guide on how to enable this Markdown data processor. It's not yet available on the docs nightly build, but you can see its source here:

https://github.com/ckeditor/ckeditor5-markdown-gfm/blob/master/docs/features/markdown.md

And the source file used for the demo:

https://github.com/ckeditor/ckeditor5-markdown-gfm/blob/master/docs/_snippets/features/markdown.js

The demo looks for me like this:

image

The guide will be available online on the Features page in ~3h.

I'll close this ticket as the documentation now answers your question. But if anything is unclear, please let us know (you can comment in this thread).

This is great. Thanks.

Was this page helpful?
0 / 5 - 0 ratings