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 b2a80b8 commit ecc365e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions General Operations/Search_20200924100839-5oe1j4n.sy.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ This table is used to store content block data.

| Field | Type | Description |
| -: | :-: | - |
| id | text | Content block ID |
| id | text | Self-incrementing primary key |
| block_id | text | Content block ID |
| box | text | Notebook name |
| path | text | Path of the document where the content block is located |
| tree_id | text | AST ID |
| tree_id | text | Abstract Syntax Tree ID, as the same as root node ID |
| content | text | Content block Markdown |
| type | text | Content block type |

Expand Down

0 comments on commit ecc365e

Please sign in to comment.