-
Somebody already created a working Paste and Upload Image from clipboard for SimpleMDE, which this project forked from.
Required code may be right here:
https://github.com/gautiermichelin/simplemd…
-
I'd love to be able to make clickable checkbox lists inside markdown files.
Github flavored markdown (GFM) renders the following as checkboxes:
```
- [x] Item
- [ ] Another item
```
Becomes:
…
-
## 背景
委員長が欲しいって言ってた
## 実装内容
## 検討事項
-
**Describe the bug**
When enabling the "Enable Signed Urls" checkbox, it will say "401 Unauthorized" after clicking save.
When looking into the 401 request in the network view it gives a request to …
-
In the mobile version, keyboard input behaves strangely. When typing a capital letter, the cursor position jump backward by one position in some cases. This leads to the following input
`Professore…
-
**Describe the bug**
When clicking on the word suggested by the keyboard in does not enter the word into the editor. I have tested it on both firefox and safari on my iPhone and it fails on both but …
-
[Many issues](https://github.com/sparksuite/simplemde-markdown-editor/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+xss) on simple-mde was about an XSS vulnerability, allowing the user to execute JS co…
-
Yournaling should become a journal, where we can:
* journal our (daily) experiences
* enter locations with coordinates/address, photos, infos and dates
* display our route and stops on a (google)…
-
**Description du bug**
Dans le nouvel éditeur MarkDown, si on utilise un raccourci clavier natif du navigateur (en l'occurrence Cmd+Alt+i) l'éditeur annule le comportement par défaut pour demander …
-
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…