Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamspark1e/netlify-cms-widget-simplemde
A replacement of original Netlify CMS Markdown widget, using SimpleMDE (or its forks)
https://github.com/iamspark1e/netlify-cms-widget-simplemde
markdown netlify-cms
Last synced: about 1 month ago
JSON representation
A replacement of original Netlify CMS Markdown widget, using SimpleMDE (or its forks)
- Host: GitHub
- URL: https://github.com/iamspark1e/netlify-cms-widget-simplemde
- Owner: iamspark1e
- Created: 2023-03-03T11:03:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-21T02:46:03.000Z (over 1 year ago)
- Last Synced: 2024-11-22T19:07:38.089Z (about 1 month ago)
- Topics: markdown, netlify-cms
- Language: JavaScript
- Homepage:
- Size: 12.6 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
netlify-cms-widget-simplemde
Replacement of NetlifyCMS (Decap CMS) Markdown widget
### Quick Start
Add below script code after Netlify CMS script tag,
```html
CMS.registerWidget("simplemde", SimpleMDEControl, SimpleMDEPreview);
```
Then, change your original `"widget": "markdown"` into `"widget": "simplemde"`.
Just so simple, I tested Chinese and works well. (Old markdown widget cannot input Chinese characters fluently.)
Any feature or suggests are welcomed!
### Purpose
I made this widget because the original rich-text editor is not doing well with Chinese characters (similar bugs for IME). The bug has not been solved until the CMS's name change.
> For example this, XD. ![ianstormtaylor/slate issue #5066](https://user-images.githubusercontent.com/18358438/181482462-8517f926-0f3a-4f81-9c21-034ded4fc692.gif)
Therefore, many features about rich text editing are NOT added into my editor. Markdown is the first.