From fd22bbba7fc5e31b58f129d9fe0c84bc4adff1f8 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Sat, 11 May 2024 16:24:04 +0800 Subject: [PATCH] :art: Improve backlink panel expansion configuration https://github.com/siyuan-note/siyuan/issues/11262 --- kernel/conf/editor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/conf/editor.go b/kernel/conf/editor.go index a24e7c680..d94d72915 100644 --- a/kernel/conf/editor.go +++ b/kernel/conf/editor.go @@ -86,7 +86,7 @@ func NewEditor() *Editor { Justify: false, RTL: false, BacklinkExpandCount: 8, - BackmentionExpandCount: 8, + BackmentionExpandCount: -1, Markdown: util.MarkdownSettings, } }