🎨 Improve dynamic anchor text auto-refresh stability https://github.com/siyuan-note/siyuan/issues/8234

This commit is contained in:
Daniel 2024-09-06 10:09:28 +08:00
parent e5df997e19
commit 1f30848d8d
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 7 additions and 5 deletions

View file

@ -134,7 +134,8 @@ const (
AssetContentDatabaseIndexCommit = "task.asset.database.index.commit" // 资源文件数据库索引提交
CacheVirtualBlockRef = "task.cache.virtualBlockRef" // 缓存虚拟块引用
ReloadAttributeView = "task.reload.attributeView" // 重新加载属性视图
ReloadProtyleBlock = "task.reload.protyleBlock" // 重载编辑器内容块
SetRefDynamicText = "task.ref.setDynamicText" // 设置引用的动态锚文本
SetDefRefCount = "task.def.setRefCount" // 设置定义的引用计数
PushMsg = "task.push.msg" // 推送消息
)
@ -150,7 +151,8 @@ var uniqueActions = []string{
AssetContentDatabaseIndexFull,
AssetContentDatabaseIndexCommit,
ReloadAttributeView,
ReloadProtyleBlock,
SetRefDynamicText,
SetDefRefCount,
}
func ContainIndexTask() bool {