改进建立引用索引 https://github.com/siyuan-note/siyuan/issues/7320
This commit is contained in:
Liang Ding
2023-02-10 14:28:10 +08:00
parent 6743b21193
commit b6ea32462e
23 changed files with 155 additions and 132 deletions

View File

@@ -105,5 +105,5 @@ func generateFormatHistory(tree *parse.Tree) {
return
}
indexHistoryDir(filepath.Base(historyDir), NewLute())
indexHistoryDir(filepath.Base(historyDir), util.NewLute())
}