Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toonote/desktop-legacy
小兔笔记:Markdown 内置数据 跨平台 加密存储
https://github.com/toonote/desktop-legacy
markdown markdown-editor notebook osx remarkable
Last synced: 29 days ago
JSON representation
小兔笔记:Markdown 内置数据 跨平台 加密存储
- Host: GitHub
- URL: https://github.com/toonote/desktop-legacy
- Owner: toonote
- License: mit
- Created: 2016-11-08T00:50:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-09T02:49:52.000Z (about 6 years ago)
- Last Synced: 2024-10-05T01:02:32.236Z (about 1 month ago)
- Topics: markdown, markdown-editor, notebook, osx, remarkable
- Language: JavaScript
- Homepage: https://xiaotu.io
- Size: 22.3 MB
- Stars: 239
- Watchers: 16
- Forks: 49
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TooNote
## 官网
## 介绍
- Markdown书写
- 实时预览
- 笔记分类归档
- 笔记数据内置,不需要单独保存文件
- 支持导出HTML和PDF
- 支持todo模式
- 支持微信小程序详情请点击浏览
## 开发
Electron + Vue 2 + Vuex 2
开发时在源码目录(src)下执行
```sh
npm start
```即可。
## 打包
```sh
# for max osx
npm run build:osx
# for windows (both x86 & x64)
npm run build:win
```## 版本记录
请查看。