Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bhznjns/bnotee


https://github.com/bhznjns/bnotee

front-end notebook vue3 vuejs

Last synced: 7 days ago
JSON representation

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)