Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
✨ 内容块动态查询嵌入 siyuan-note/siyuan#48
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Nov 16, 2020
1 parent 7908b3c commit c08898f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 通用操作/搜索_20200813091734-6depm11.sy.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@

| 字段 | 类型 | 说明 |
| -: | :-: | - |
| id | text | 内容块 ID |
| id | integer | 自增主键 |
| block_id | text | 内容块 ID |
| box | text | 笔记本名 |
| path | text | 内容块所在文档路径 |
| tree_id | text | AST ID |
| tree_id | text | 抽象语法树 ID,和根节点 ID 相同 |
| content | text | 内容块 Markdown |
| type | text | 内容块类型 |

Expand Down

0 comments on commit c08898f

Please sign in to comment.