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

On a file with a java code block over 8000 lines, typing one character takes up to 2 seconds to get it reflected on screen on my i7/16G RAM/ssd machine...

![image](https://cloud.githubusercontent.com/assets/216930/15520941/3b9ad030-224c-11e6-95b8-956b2912b7e2.png) As a comparison the markdown-it can handle the case: ![image](https://cloud.githubusercontent.com/assets/216930/15520957/5c45e0d6-224c-11e6-9a4a-91e08cdb21b1.png)

This actually apply pull request [a5194dc](https://github.com/jbt/mdEdit/pull/21/commits/a5194dc2c2a3d1f1a4938e1b1116f614342e56d9) by yyjdelete to source files (inside `src` folder) instead of the build file `mdedit.js`

### Input ``` 1. `1.` 1. `1.1` Data ``` 1. `1.` 1. `1.1` Data --- ### Got ``` 1. `1.` 1. `1.1` Data ``` 1. `1.` 1. `1.1` Data ---...

Allow Editor.paste support calling directly through API to paste a string content, e.g. ``` javascript mdEditor.paste("uploading image ..."); ``` Note the current implementation of `Editor.prototype.paste` doesn't work because it only...

The markdown editor based on CodeMirror doesn't have the issue