Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jianmin-chen/markright
- Owner: jianmin-chen
- Created: 2022-11-01T11:17:56.000Z (about 2 years ago)
- Default Branch: v2
- Last Pushed: 2023-12-28T15:30:10.000Z (11 months ago)
- Last Synced: 2023-12-28T16:44:32.267Z (11 months ago)
- Topics: amazon-s3, expressjs, markdown-editor, mongodb
- Language: JavaScript
- Homepage: https://markright.vercel.app
- Size: 64.9 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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