mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 07:18:49 +01:00
🎨 支持配置反链面板提及默认展开数 https://github.com/siyuan-note/siyuan/issues/7743
This commit is contained in:
parent
c84338911a
commit
f569df8efd
2 changed files with 5 additions and 0 deletions
|
|
@ -297,6 +297,9 @@ func InitConf() {
|
|||
if 0 > Conf.Editor.BacklinkExpandCount {
|
||||
Conf.Editor.BacklinkExpandCount = 0
|
||||
}
|
||||
if 0> Conf.Editor.BackmentionExpandCount {
|
||||
Conf.Editor.BackmentionExpandCount = 0
|
||||
}
|
||||
|
||||
if nil == Conf.Search {
|
||||
Conf.Search = conf.NewSearch()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue