https://github.com/cba85/markdown-web-editor
✍️ A simple web editor for markdown files
https://github.com/cba85/markdown-web-editor
client-side html-css-javascript markdown markdown-it
Last synced: about 2 months ago
JSON representation
✍️ A simple web editor for markdown files
- Host: GitHub
- URL: https://github.com/cba85/markdown-web-editor
- Owner: cba85
- License: mit
- Created: 2024-07-17T14:18:06.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T14:27:28.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T07:05:46.874Z (over 1 year ago)
- Topics: client-side, html-css-javascript, markdown, markdown-it
- Language: JavaScript
- Homepage: https://markdown-web-editor.pages.dev
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Markdown web editor
A simple web editor for markdown files.
* Vanilla JS (no framework)
* Render markdown using [markdown-it](https://github.com/markdown-it/markdown-it) parser
* Discreet notifications
* Simple and responsive style
* Supports light/dark mode
* Simple and clear code to let you browse source code and understand it
> Remove the markdown feature, and it becomes a plain text web editor!
## Usage
Just launch an http server (like [http-server](https://www.npmjs.com/package/http-server))
## Sources
* [Markdown text example](https://github.com/im-luka/markdown-cheatsheet)