https://github.com/kirainmoe/marknote-by-react
A markdown notebook written by express and React.
https://github.com/kirainmoe/marknote-by-react
Last synced: 3 months ago
JSON representation
A markdown notebook written by express and React.
- Host: GitHub
- URL: https://github.com/kirainmoe/marknote-by-react
- Owner: kirainmoe
- License: mit
- Created: 2016-06-10T05:41:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-13T07:51:08.000Z (almost 9 years ago)
- Last Synced: 2025-01-04T03:29:35.713Z (5 months ago)
- Language: JavaScript
- Size: 1.03 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MarkNote-By-React
A markdown notebook written by express and React.
### Warning: This project has not been finished yet, only a few functions are avaliable. DO NOT USE THIS IN YOUR PRODUCT ENV.
---
## Usage
```
$ git clone https://github.com/kirainmoe/marknote-by-react.git
$ cd marknote-by-react
$ npm install
```---
## Feature
- [x] 实时预览
- [x] 代码高亮
- [x] 添加笔记
- [ ] 笔记列表
- [ ] 笔记阅读
- [ ] 删除笔记
- [ ] 数据库
- [ ] API 接口
- [ ] 多用户
- [ ] ...---
## Thanks to
Express, JADE, React, Remarkable...
## License
MIT