https://github.com/vasll/bootstrap5mde
basic bootstrap5 markdown editor based on marked.js
https://github.com/vasll/bootstrap5mde
bootstrap5 dompurify markdown-editor marked-js
Last synced: 10 months ago
JSON representation
basic bootstrap5 markdown editor based on marked.js
- Host: GitHub
- URL: https://github.com/vasll/bootstrap5mde
- Owner: vasll
- Created: 2023-03-07T09:54:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-22T09:16:32.000Z (over 2 years ago)
- Last Synced: 2025-01-06T07:49:27.486Z (12 months ago)
- Topics: bootstrap5, dompurify, markdown-editor, marked-js
- Language: HTML
- Homepage:
- Size: 820 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bootstrap5 markdown-editor
This is a minimalistic markdown editor build with [marked.js](https://github.com/markedjs/marked), [DOMPurify](https://github.com/cure53/DOMPurify),
[jquery](https://jquery.com/) and [bootstrap5](https://getbootstrap.com/). \
Most solutions that I found had poor experience from mobile devices or were too complex for a project that I was working on, so I decided to make my own minimalistic editor.\
In this editor you can switch from `edit mode` to `view mode` to render the content from the text area as markdown and viceversa.