mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 18:10:12 +01:00
✨ Support for searching asset content https://github.com/siyuan-note/siyuan/issues/8874
This commit is contained in:
parent
1aa4049750
commit
7d992ce175
21 changed files with 568 additions and 76 deletions
|
|
@ -408,5 +408,6 @@ func existAvailabilityStatus(workspaceAbsPath string) bool {
|
|||
const (
|
||||
EvtConfPandocInitialized = "conf.pandoc.initialized"
|
||||
|
||||
EvtSQLHistoryRebuild = "sql.history.rebuild"
|
||||
EvtSQLHistoryRebuild = "sql.history.rebuild"
|
||||
EvtSQLAssetContentRebuild = "sql.assetContent.rebuild"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue