-
```
// Customize all information and/or add your own icons
var simplemde = new SimpleMDE({
toolbar: [{
name: "bold",
action: SimpleMDE.toggleBold,
className: "fa fa-bold",
title: "…
-
I recently attempted to include SimpleMDE via a bower install and then run gulp to compile it. I am doing this to use it as part of a Laravel Elixir build. However after attempting to build SimpleMDE …
-
When using Gboard with simpleMDE, random characters are inserted when users press "space". This can be reproduced on simpleMDE main demo page: https://simplemde.com/
Any ideas if a workaround exist…
atifc updated
4 years ago
-
I know the code below is workable, but some pages don't require an editor.
```javascript
var simplemde = new SimpleMDE();
simplemde.markdown( );
```
Usually we don't want to introduce another lib…
-
Steps to reproduce for me:
1) install lektor-simplemde
2) `lektor server`
3) open in browser, edit any page
4) click a subpage or parent page in the left sidebar
Result:
The SimpleMDE editin…
-
Hello,
I want to hide fullscreen and side-by-side buttons and set default values to fullscreen enabled with side-by-side enabled.
My code:
```
var simplemde = new SimpleMDE({
element…
-
Hi,
I'm using vue-simpleMDE for my project and i found your package, i'm interested by it and happy to know that someone continue the work.
So i would like to know if you've found a way to integ…
-
import React from 'react';
import SimpleMDE from 'simplemde';
class MDEditor extends React.Component {
public editor = null;
public componentDidMount() {
this.init();
}
public ini…
ghost updated
4 years ago
-
Have not tried pulling this repo into a project in a little while and it appears the author has changed (from NextStepWebs. When trying to include the project via composer it seems the old URL is stil…
-
Hello,
On a fresh install of Grav + Admin Panel, I installed this plugin and made sure the "Use the editor class" is enabled. I then copied the Example 2 YAML in the readme.md to the header of a new …