oss-archive / markdown-editor

Markdown editor 100% in your browser

Home Page:https://coolmarkdowneditor.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alt logo

Cool Markdown Editor

This is a cool Markdown Editor implemented in ClojureScript.

alt screenshot

Overview

The project uses ClojureScript, Reagent, and shadow-cljs.

Develop

$ npm install
$ npm run watch

Then go to http://localhost:8080/ in your browser.

Release

$ npm run release

Features

  • Live-preview markdown
  • Download markdown as pdf!
  • Save markdown in browser
  • Share permanent link
  • Code syntax highlighting

Roadmap

  • Collaborate markdown - This one might actually need a server backend to push data
  • Markdown history (undo/redo)
  • Work on multiple markdown at a time
  • Save markdown per user - DB and backend authentication

License

MIT

About

Markdown editor 100% in your browser

https://coolmarkdowneditor.org/

License:MIT License


Languages

Language:Clojure 68.1%Language:HTML 25.8%Language:CSS 6.2%