-
### General information
If I use `autorefresh` in simplemde configuration, it throws
```
Uncaught TypeError: this.stopListening is not a function
```
- json-editor version: `2.6.1`
### Expect…
-
Might not be possible without forking simplemde: https://github.com/sparksuite/simplemde-markdown-editor/issues/727
-
Looks like `NextStepWebs/simplemde-markdown-editor` is now under new name `sparksuite/simplemde-markdown-editor`
-
**Error**
```
simplemde.min.js:7 Uncaught TypeError: Cannot read property 'first' of undefined
at new t (simplemde.min.js:7)
at new e (simplemde.min.js:7)
at e (simplemde.min.js:7)
…
-
# 첫 GitHub Contribution!! (feat. react-simplemde-editor) | JaeSeoKim's Blog
게시판 기능을 구현을 하면서 react-simplemde-editor 를 사용하여 이미지 업로드 기능까지 구현을 하였는데 문제를 발견한 부분이 Drag & Drop 으로 이미지를 삽입시 추가된 IMG 내용을 onChan…
-
Варианты:
* CKEditor хорош, но плагин для markdown не подходит (нельзя сделать так, чтобы кнопка всегда была зажата, и он выдаёт html-вариант без зажатой кнопки).
* SimpleMDE — https://simplemde.com…
-
I'm trying to use SimpleMDE as my blog content creation in Laravel but it seems that I can't type inside the editor and either no response from the `console.log`. Is there anything wrong in my configu…
-
If there is a place where we are conditionally showing the editor, then it is better to have a destruct method.
```javascript
var simplemde = new SimpleMDE({ element: document.getElementById("MyID…
-
... simple fix. Won't work with npm or webpack otherwise.
```
module.exports.SimpleMDE = SimpleMDE;
```
-
When autosave delay is low (few seconds - but it depends on server speed), autosave can kick in after `submit` event listener was processed and value was removed from local storage. So, the item will …