You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This ticket instead is about keeping the ability to use CKEditor 5 as an HTML editor (so it loads HTML and outputs HTML), but also being able to Import/Export as Markdown using e.g. a dedicated button, just like we deliver Import from Word and Export to PDF/Word.
Additionally, with this theoretical feature, CKEditor 5 could also support Pasting Markdown directly in the editor, where the editor would try to autodetect that Markdown has been pasted so that it automatically converted it to HTML.
Example use case 1: an application where HTML is used to store data (e.g. a typical CMS). End users (content creators) with a need to port their notes/content from other applications, where Markdown was used to create the content. They would be allowed to Import/Paste existing Markdown content easily.
Example use case 2: an application where HTML is used to store data (e.g. a typical CMS). End users with a need to download the content as markdown to enter it into a different system that accepts only Markdown. Thye would have e.g. "Download as Markdown" toolbar button.
If you'd like to see this feature implemented, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered:
wwalc
added
the
type:feature
This issue reports a feature request (an idea for a new functionality or a missing option).
label
Apr 28, 2023
Creating this ticket to measure demand for extending the Markdown capabilities of CKEditor 5.
CKEditor 5 currently allows for switching the default output from HTML to Markdown https://ckeditor.com/docs/ckeditor5/latest/features/markdown.html
This results in CKEditor 5 being basically a full Markdown editor, which may not always be a desired behavior.
This ticket instead is about keeping the ability to use CKEditor 5 as an HTML editor (so it loads HTML and outputs HTML), but also being able to Import/Export as Markdown using e.g. a dedicated button, just like we deliver Import from Word and Export to PDF/Word.
Additionally, with this theoretical feature, CKEditor 5 could also support Pasting Markdown directly in the editor, where the editor would try to autodetect that Markdown has been pasted so that it automatically converted it to HTML.
Example use case 1: an application where HTML is used to store data (e.g. a typical CMS). End users (content creators) with a need to port their notes/content from other applications, where Markdown was used to create the content. They would be allowed to Import/Paste existing Markdown content easily.
Example use case 2: an application where HTML is used to store data (e.g. a typical CMS). End users with a need to download the content as markdown to enter it into a different system that accepts only Markdown. Thye would have e.g. "Download as Markdown" toolbar button.
If you'd like to see this feature implemented, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: