🎨 Improve backlink panel expansion configuration https://github.com/siyuan-note/siyuan/issues/11262

This commit is contained in:
Daniel 2024-05-11 16:24:04 +08:00
parent 722665aab9
commit fd22bbba7f
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -86,7 +86,7 @@ func NewEditor() *Editor {
Justify: false,
RTL: false,
BacklinkExpandCount: 8,
BackmentionExpandCount: 8,
BackmentionExpandCount: -1,
Markdown: util.MarkdownSettings,
}
}