Skip to content

Latest commit

 

History

History
232 lines (173 loc) · 5.55 KB

README_zh_cn.md

File metadata and controls

232 lines (173 loc) · 5.55 KB

📋 📘 Boostnote Markdown 备忘录

Boostnote. 中鲜为人知的 Markdown 特性 这份备忘录提供了Boostnote中所有可用格式选项的简短说明


⚠️ 只在 Boostnote 中 有效 👉 打开 预览 来查看渲染情况 :capital_abcd: English Version

  1. 📋 📘 Boostnote Markdown 备忘录
    1. 文本格式化
      1. 强调
      2. 缩写
      3. 角标
      4. 链接
      5. 复选框
      6. 引用
      7. 脚注
      8. Html
      9. 表情符号
      10. 箭头
      11. 键盘
      12. Source Code
    2. 结构化
      1. 列表
      2. 定义列表
      3. 表格
      4. 折叠
      5. 水平分割线
    3. ***
      1. 警示内容
    4. 图像
    5. Latex
    6. 图表集成
      1. 流程图
      2. 序列图
      3. mermaid
      4. 图表
      5. Ditaa
      6. Plant UML

目录由以下方式生成: 快捷键: [[Shift]]+[[ctrl]]+[[T]] 菜单: 文件 / Generate / Update Markdown TOC

文本格式化

强调

斜体 加粗 删除线 高亮

缩写

mermaid

角标

mermaid

链接

简单链接: https://en.wikipedia.org/wiki/Microsoft_Notepad 命名链接: Boostnote 自动链接: - google.com 跳转至200行: Go to line 200

复选框

  • 任务 1
  • 任务 2

引用

引用 引用 引用

脚注

这是一个脚注引用1和另一个脚注2

Html

绿色文本 黄色文本 underlined

HTML 只有在你启用下面的设置才会生效: Menu: Preferences / Interface / Preview / Sanitization / Allow dangerous html tags

表情符号

Emoji 短码: 📚 📝 👀 Emoji Unicode: 📚 📝 👀 完整Emoji列表

箭头

--> → <-- ← <-> ↔ ==> ⇒ <== ⇐ <=> ⇔

智能箭头只有开启以下设置才会生效: Menu: Preferences / Interface / Preview / Sanitization / Convert textual arrows to beautiful signs ⚠ This will interfere with using HTML comments in your Markdown.

键盘

latex

Source Code

Render: function () {
  Return (
    <Div className = “commentBox”>
      <H1> Comments </ h1>
      <CommentList data = {this.state.data} />
      <CommentForm onCommentSubmit = {this.handleCommentSubmit} />
    </Div>
  );
}

结构化

列表

  • 列表项 1
  • 列表项 2
  1. 有序列表第一项 第二行
  2. 另一个列表项

定义列表

flowchart

表格

表格
列 3 是 右对齐的 $1600
列 2 is 中间对齐 $12
斑马线 是必须的 $1
跨列

flowchart

Markdown Less Pretty
Still renders nicely
1 2 3

至少需要 3 个破折线来分割每个 header 最外的管道符号 | 是可选的,你无需手动格式化原始 Markdown 。你也可以使用行内 Markdown

Some Infor First Line - Lorem ipsum dolor sit amet, consetetur sadipscing eli
Some Infor Second Line - Lorem ipsum dolor sit amet, consetetur sadipscing eli
Some Infor Third Line - Lorem ipsum dolor sit amet, consetetur sadipscing eli

折叠

Boostnote 是一个 Markdown 记事本,也是一个用于管理和分享信息的工具 - 特性 -
· 一次性查找备忘录的搜索共呢个 · 支持 Markdown
· 支持 Mac, Windows, Linux, iOS, Android
· 导入或导出普通文本 (.txt), Markdown (.md) 格式
· 支持PDF保存
· 支持离线使用
· 支持使用dropbox同步,也可在设置中使用其他网盘工具
* 支持多种主题颜色和字体

水平分割线

水平分割线由以下几种写法




警示内容

admonition

图像

images

Latex

latex

图表集成

流程图

flowchart

序列图

sequence

mermaid

图表

chart

ditaa 1

ditaa 2

plantuml 1

plantuml 2


1: Here’s one with multiple blocks.

2: Subsequent paragraphs are indented to show that they belong to the previous footnote.

Footnotes

  1. 这是一个脚注

  2. 这是另一个脚注