mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 块引搜索结果高亮片段改进 https://github.com/siyuan-note/siyuan/issues/5125
改进全局搜索多个关键字命中时高亮片段 https://github.com/siyuan-note/siyuan/issues/5124
This commit is contained in:
parent
e3e3546eea
commit
f14b71878b
6 changed files with 29 additions and 21 deletions
|
|
@ -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",
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue