🎨 支持配置反链面板提及默认展开数 https://github.com/siyuan-note/siyuan/issues/7743

This commit is contained in:
Liang Ding 2023-03-22 14:56:58 +08:00
parent 9052bc5035
commit b719f1260d
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
7 changed files with 25 additions and 5 deletions

View file

@ -336,6 +336,7 @@ declare interface IEditor {
virtualBlockRefInclude: string;
blockRefDynamicAnchorTextMaxLen: number;
backlinkExpandCount: number;
backmentionExpandCount: number;
emoji: string[];
}