🎨 块引搜索结果高亮片段改进 https://github.com/siyuan-note/siyuan/issues/5125

改进全局搜索多个关键字命中时高亮片段 https://github.com/siyuan-note/siyuan/issues/5124
This commit is contained in:
Liang Ding 2022-06-08 00:39:18 +08:00
parent e3e3546eea
commit f14b71878b
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
6 changed files with 29 additions and 21 deletions

View file

@ -47,7 +47,7 @@ func NewEditor() *Editor {
HistoryRetentionDays: 30,
Emoji: []string{},
VirtualBlockRef: false,
BlockRefDynamicAnchorTextMaxLen: 64,
BlockRefDynamicAnchorTextMaxLen: 96,
PlantUMLServePath: "https://www.plantuml.com/plantuml/svg/~1",
}
}