块类型
| 类型名称 | 主类型 data-type | 次类型 data-subtype | 图标 | 备注 |
|---|---|---|---|---|
| 属性表 | NodeAttributeView | #iconDatabase | 叶子块 | |
| 音频块 | NodeAudio | #iconRecord | 叶子块 | |
| 嵌入块 | NodeBlockQueryEmbed | #iconSQL | 叶子块 | |
| 引述块 | NodeBlockquote | #iconQuote | 容器块 | |
| 代码块 | NodeCodeBlock | #iconCode | 叶子块 | |
| ├─ 乐谱 | NodeCodeBlock | abc | abcjs | |
| ├─ ECharts 图表 | NodeCodeBlock | echarts | ECharts | |
| ├─ 流程图 | NodeCodeBlock | flowchart | Graphviz | |
| ├─ 状态转移图 | NodeCodeBlock | graphviz | flowchart.js | |
| ├─ Mermaid 图 | NodeCodeBlock | mermaid | Mermaid | |
| ├─ 脑图 | NodeCodeBlock | mindmap | ECharts 树图 | |
| └─ UML 图 | NodeCodeBlock | plantuml | PlantUML | |
| 文档块 | NodeDocument | #iconFile | 容器块 | |
| HTML 块 | NodeHTMLBlock | #iconHTML5 | 叶子块 | |
| 标题块 | NodeHeading | #iconHeadings | 叶子块 | |
| ├─ 一级标题 | NodeHeading | h1 | #iconH1 | ↑ |
| ├─ 二级标题 | NodeHeading | h2 | #iconH2 | ↑ |
| ├─ 三级标题 | NodeHeading | h3 | #iconH3 | ↑ |
| ├─ 四级标题 | NodeHeading | h4 | #iconH4 | ↑ |
| ├─ 五级标题 | NodeHeading | h5 | #iconH5 | ↑ |
| └─ 六级标题 | NodeHeading | h6 | #iconH6 | ↑ |
| IFrame 块 | NodeIFrame | #iconLanguage | 叶子块 | |
| 列表块 | NodeList | 容器块 | ||
| ├─ 有序列表 | NodeList | o | #iconList | ↑ |
| ├─ 无序列表 | NodeList | t | #iconOrderedList | ↑ |
| └─ 任务列表 | NodeList | u | #iconCheck | ↑ |
| 列表项 | NodeListItem | #iconListItem | 容器块 | |
| ├─ 有序列表项 | NodeListItem | o | ↑ | |
| ├─ 无序列表项 | NodeListItem | t | ↑ | |
| └─ 任务列表项 | NodeListItem | u | ↑ | |
| 公式块 | NodeMathBlock | #iconMath | 叶子块 | |
| 段落块 | NodeParagraph | #iconParagraph | 叶子块 | |
| 超级块 | NodeSuperBlock | #iconSuper | 容器块 | |
| 表格块 | NodeTable | #iconTable | 叶子块 | |
| 分割线 | NodeThematicBreak | #iconLine | 叶子块 | |
| 视频块 | NodeVideo | #iconVideo | 叶子块 | |
| 挂件块 | NodeWidget | #iconBoth | 叶子块 |