mdEdit icon indicating copy to clipboard operation
mdEdit copied to clipboard

Nice syntax-highlighted markdown editor view component

Results 16 mdEdit issues
Sort by recently updated
recently updated
newest added

Unknown why, the encoding of html is not recognized as `UTF-8` when using `file://` while `http://` work well, which cause that some unicode chars in javascript is not recognized and...

I want to use this widget to provide my users with a neat editor to use for their content. Unfortunately when I saw Prism being 133kb in size (prism-all.js), i...

There isn't a decent Markdown editor available for RTL languages (Persian, Arabic, Hebrew). Given the web based nature of this editor adding RTL support should be pretty straight-forward. Maybe a...

help wanted

A few short entries in the wiki about the supported markdown elements would be great. Possibly with examples. It's a bit difficult to extract this information from the code because...

Would it be better to use Bower to import Prism?

A few events and methods look like they're gonna be essential to implement nice chained scrolling in a side-by-side editor: - Get the Y-position of a given line or collection...