Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sielay/medium-editor-remove-formats
Remove formats extension for MediumEditor that removes blocks too
https://github.com/sielay/medium-editor-remove-formats
Last synced: 1 day ago
JSON representation
Remove formats extension for MediumEditor that removes blocks too
- Host: GitHub
- URL: https://github.com/sielay/medium-editor-remove-formats
- Owner: sielay
- License: mit
- Created: 2016-09-27T11:07:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-27T15:45:09.000Z (about 8 years ago)
- Last Synced: 2024-12-04T07:48:17.098Z (19 days ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Medium Editor Remove Formats
This extension adds button, that removes not only inline formats, but also converts headers back to paragraphs.
```
npm i --save medium-editor-remove-formats
```You can also use it without browserify, or with AMD or with RequireJS. But why?
```javascript
const Plain = require('medium-editor-remove-formats')();new MediumEditor(element, {
extensions: {
plain: new Plain({
label: 'My label'
})
});```
## License
MIT of course