-
SimpleMDE has this vulnerability that isn't fixed yet: https://nvd.nist.gov/vuln/detail/CVE-2018-19057
Server-side sanitzation needs to be implemented, with a node library (**domPurify or sanitzer**)…
-
I have multiple textareas on my page that I would like to use simplemde on.
I have it working like this:
```
const simplemde = {};
$('textarea').each(function(key, element) {
simplemde[…
-
**Describe the bug**
SimpleMDE occurs an error to preview.
**To Reproduce**
1. Install Orchid as the very basic way.
1. Access `/admin/example-editors` page.
1. Input something on SimpleM…
-
Seems that simplemde is not mantained anymore, and this fork seems quite active:
https://github.com/Ionaru/easy-markdown-editor#simplemde-fork
-
### Hi,
I try to add some icons from FontAwesome in my Flask project, it's working, great.
The problem is I use too flask-simplemde in this project.
Both are not friends.
**I think simple-mde …
ghost updated
4 years ago
-
- [ ] It's been tested on [simplemde's website](https://simplemde.com/), and there's no problem.
-
For some reason, SimpleMDE is executing on every textarea including textarea's it's not supposed to execute on.
```javascript
// simplemde
var simplemde = new SimpleMDE({
element:…
-
While trying to install this module using composer I'm getting following error:
```
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation r…
-
### 环境
```json
{
"vue": "^2.6.14",
"vue-router": "^3.5.1",
"vue-simplemde": "^2.1.1",
"vuex": "^3.6.2"
}
```
### 遇到的问题
在`main.js`中按文档要求引入
```javascript
import VueSimplemde from 'vue-simp…
-
Hello,
I am trying to use this with ionic.
After clicking the preview button 3 times, It's frozen. I have to refresh a page to use it.
But if I click the preview button 3 times, it happen again.
…