-
To be able to insert, in the editor.
I have a code that inserts content in the old editor, that I had my web.
Now I do not know what I have to do, to be able to insert content in the editor of…
teury updated
7 years ago
-
현재 아무런 서식없는 게시판인데, 서식을 지원하기 위해 마크다운 문법이 제공되면 좋을 것 같다.
관련 라이브러리:
https://github.com/erusev/parsedown
(확장 기능도 어느정도 붙일 수 있는 것 같다)
-----
(2017년 1월 2일 추가)
**markdown-editor** 로 브랜치 따서 작업 중..
-
In Linux desktop environments, it's possible to copy text by simply selecting them and paste the selected text by clicking the middle button on the mouse. This doesn't work in textareas which has Simp…
-
When the model used in the textarea == null, error is thrown:
`
TypeError: Cannot read property 'split' of null at e.splitLines`
Is this an issue that only I am seeing? Should there perhaps be a n…
-
Hello!
I'm currently writing a note application, and I want to be able to insert text programatically at the cursor position. I tried it with value(), but that can only insert the text at the end, an…
-
Because as things are, nothing satisfactorily fills the gap. I've started working on http://github.com/mustafa0x/tadwin, which is based on Prosemirror, but more work is needed.
- Importance: high.
…
-
Is there anyway to limit the character on textarea ?? didn't work whe we use simpleMDE.
I also try to combine with other JS such as http://stackoverflow.com/questions/5533053/textarea-character-li…
-
引用和列表预览感觉没有任何渲染效果, 是此编辑器只能支持到这程度么? 还是有新版的编辑器能渲染.
比如以下内容, 只有标题和分割线渲染了. 我从 https://simplemde.com/ 看到的预览是有效果的.
```
# demo
> demo
## d2
* demo
* demo2
* demo3
-----
```
-
The markdown editor does use the FontAwesome 5 icons, but the spacing and other css is wrong.
![screenshot_20171130_102942](https://user-images.githubusercontent.com/3472373/33423556-79504c80-d5b9-11…
-
Hi! I have recently discovered [Typora](https://typora.io/), a markdown editor that seamlessly renders links, checkboxes, images, etc, as you're typing, hiding the markdown syntax. I would really love…