An open API service indexing awesome lists of open source software.

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

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)