Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jianmin-chen/markright

A minimal, Markdown-based writing tool based off a Markdown parser that I wrote.
https://github.com/jianmin-chen/markright

amazon-s3 expressjs markdown-editor mongodb

Last synced: about 6 hours ago
JSON representation

A minimal, Markdown-based writing tool based off a Markdown parser that I wrote.

Awesome Lists containing this project

README

        

## About

A full-fledged Markdown editor with a filesystem and OAuth login, written using a [custom Markdown parser](https://github.com/jianmin-chen/markdown-parser)! Check this demo out:

This is actually the second version! Check out the [first](https://github.com/jianmin-chen/markright/tree/v1) version if you'd like.

## Roadmap

- [ ] Fix printing issues
- [ ] Mobile support
- [ ] Math support (how GitHub does it)
- [ ] Emoji support with `:`
- [ ] Save user preferences (including open folders and files, which also means draggable folders and files)
- [ ] Adding more (unnecessary but fun) features, including:
- [ ] Outline for editor tabs
- [ ] Direct insert options in the menu bar
- [ ] Shortcuts (Ctrl+Shift+T to open last closed tab, Ctrl+Shift, Ctrl+Option+O for ordered lists, Ctrl+Option+U for unordered lists, shortcuts for code snippets and blocks)
- [ ] Grammar checking integration
- [ ] "Notes" for highlighting content