6 Answers, 1 is accepted
0
Hello Stacey,
The Kendo UI editor supports only HTML editing. Markdown support isn't available.
Regards,
Atanas Korchev
Telerik
The Kendo UI editor supports only HTML editing. Markdown support isn't available.
Regards,
Atanas Korchev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Ryan
Top achievements
Rank 1
answered on 03 Mar 2014, 04:26 PM
Does this response mean that the parsing engine cannot be substituted?
0
Hello Ryan,
We are not sure what you mean by parsing engine. The Kendo UI editor uses the contentEditable feature which relies on the browser built-in HTML editing features.
Regards,
Atanas Korchev
Telerik
We are not sure what you mean by parsing engine. The Kendo UI editor uses the contentEditable feature which relies on the browser built-in HTML editing features.
Regards,
Atanas Korchev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Ryan
Top achievements
Rank 1
answered on 03 Mar 2014, 04:37 PM
I see. The OP asked about a substitutable parsing engine, so I was just following up. I imagine a Markdown parser could be injected in one of the Editor events to convert the Markdown to HTML after the focus is lost. Thanks for the reply.
0
Hello Ryan,
In theory one could hoop up to the select event of the editor and use a third party library which can convert HTML to markdown.
Here is a quick demo which shows the same: http://jsbin.com/duyelupe/1/edit
Regards,
Atanas Korchev
Telerik
In theory one could hoop up to the select event of the editor and use a third party library which can convert HTML to markdown.
Here is a quick demo which shows the same: http://jsbin.com/duyelupe/1/edit
Regards,
Atanas Korchev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Stacey
Top achievements
Rank 1
answered on 13 Mar 2014, 12:42 PM
Thank you for the example, it is actually very useful.
As a note, I think you guys would benefit greatly from just baking Markdown support into the editor. I have done it in an internal test and it is gorgeous; A lot of people use markdown these days, and are trying to detach themselves from WYSIWYG. Kendo's editor is the best I've ever seen, and if it supported Markdown innately, I'm just not sure I could handle that much awesome.
There is a suggestion thread about this on the feedback portal, but it is suddenly flagged as "Under Review ...", so I am not really sure what that means.
As a note, I think you guys would benefit greatly from just baking Markdown support into the editor. I have done it in an internal test and it is gorgeous; A lot of people use markdown these days, and are trying to detach themselves from WYSIWYG. Kendo's editor is the best I've ever seen, and if it supported Markdown innately, I'm just not sure I could handle that much awesome.
There is a suggestion thread about this on the feedback portal, but it is suddenly flagged as "Under Review ...", so I am not really sure what that means.