editor
editor copied to clipboard
A markdown editor. http://lab.lepture.com/editor/
If you put this in the editor (checked in chrome and IE) **qsdf** qsdf The first line is bold (correct) the second line is italic (wrong!) => bug? If I...
It would be awesome if code blocks would syntax highlight based on the language, but they should at least ignore markdown rules. For example, if I have something like this:...
is there a way to remove (or destroy) editor without reloading the textarea completely?
After updating to the latest Google Chrome 41.0.2272.101 (64-bit) browser scrolls to the top of the page when trying to apply bold, italic, etc. styles to the **selected** text. Before...
Works only this way editor.codemirror.save();
I wanted to use this editor for my website. But trying Persian or Arabic in it, I had to change direction to rtl, which isn't done automatically, it got messed...
- If we need to set the content programmatically instead of picking up from text area, we can use `editor.codemirror.setValue()`. This is currently not mentioned in the documentation - If...
Live Preview ( especially in Full Screen Mode ) would be a great. Eg - http://stackedit.io/ Whenever I scroll the editor, preview also scrolled automatically.
Just wondering if this project is worth using. Iv'e had numerous problems trying to get the damn thing working, the documentation is either lacking or entirely wrong (the example to...
I am having an intermittent problem where the editor is truncating lines that are longer than the width of the text area. I have the editor in a Modal which...