mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-08 08:14:21 +01:00
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
92ab347405
commit
a6104015ae
2 changed files with 26 additions and 0 deletions
|
|
@ -182,6 +182,7 @@ var (
|
|||
ErrTreeNotFound = errors.New("tree not found")
|
||||
ErrIndexing = errors.New("indexing")
|
||||
ErrBoxUnindexed = errors.New("notebook unindexed")
|
||||
ErrInvalidID = errors.New("invalid id")
|
||||
)
|
||||
|
||||
func LoadTreeByBlockIDWithReindex(id string) (ret *parse.Tree, err error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue