mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-15 19:48:06 +01:00
🎨 支持设置 虚拟引用关键字包含列表 https://github.com/siyuan-note/siyuan/issues/6354
This commit is contained in:
parent
c4fb442e46
commit
fe7b98d1a9
10 changed files with 70 additions and 13 deletions
1
app/src/types/index.d.ts
vendored
1
app/src/types/index.d.ts
vendored
|
|
@ -249,6 +249,7 @@ declare interface IEditor {
|
|||
fontFamily: string;
|
||||
virtualBlockRef: string;
|
||||
virtualBlockRefExclude: string;
|
||||
virtualBlockRefInclude: string;
|
||||
blockRefDynamicAnchorTextMaxLen: number;
|
||||
|
||||
emoji: string[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue