mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-23 00:36:10 +01:00
🎨 支持配置反链面板提及默认展开数 https://github.com/siyuan-note/siyuan/issues/7743
This commit is contained in:
parent
9052bc5035
commit
b719f1260d
7 changed files with 25 additions and 5 deletions
1
app/src/types/index.d.ts
vendored
1
app/src/types/index.d.ts
vendored
|
|
@ -336,6 +336,7 @@ declare interface IEditor {
|
|||
virtualBlockRefInclude: string;
|
||||
blockRefDynamicAnchorTextMaxLen: number;
|
||||
backlinkExpandCount: number;
|
||||
backmentionExpandCount: number;
|
||||
|
||||
emoji: string[];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue