Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhznjns/bnotee
https://github.com/bhznjns/bnotee
front-end notebook vue3 vuejs
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bhznjns/bnotee
- Owner: BHznJNs
- Created: 2021-10-30T13:23:23.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T15:24:41.000Z (about 2 years ago)
- Last Synced: 2023-03-11T07:22:54.425Z (almost 2 years ago)
- Topics: front-end, notebook, vue3, vuejs
- Language: CSS
- Homepage: https://bhznjns.github.io/BNotee/dist/
- Size: 8.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BNotee
一个运行在浏览器上的笔记程序。 [GitHubPages](https://bhznjns.github.io/BNotee/dist/)
* * *
## 行内样式对照 Inline Styles
| 符号 Marks | 样式 Styles |
| ---- | ---- |
| ##Bold## | **##Bold##** |
| \``Code\`` |\``Code\``
|
| \__Underlined\__ | \__Underlined\__
| //Italic// | //Italic// |
| --Deleted-- |--Deleted--|
| ::Weaken:: | Weaken |* * *
## 已实现 Finished
- 标题 (Headings (1 ~ 4))
- 段落 (Paragraph)
- 分割线 (Horizonal Rule)
- 列表块 (Ordered List && Unordered List)
- 表格块 (Table)
- 详情块 (Details)
- 黑暗模式 (Dark Mode)
- 触屏模式 (Touch Mode)
- 全屏 (阅读模式 Read Mode)
- 行内样式 (Inline Style)
- 导入 / 导出 (Import / Export)
- 代码块 (Code Block)
- .md 导出 (Markdown Exports)## TODO
- [ ] .html 文件导出 (Singe HTML File Exports)