🎨 支持设置 虚拟引用关键字包含列表 https://github.com/siyuan-note/siyuan/issues/6354

This commit is contained in:
Liang Ding 2022-10-26 09:24:07 +08:00
parent c4fb442e46
commit fe7b98d1a9
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
10 changed files with 70 additions and 13 deletions

View file

@ -249,6 +249,7 @@ declare interface IEditor {
fontFamily: string;
virtualBlockRef: string;
virtualBlockRefExclude: string;
virtualBlockRefInclude: string;
blockRefDynamicAnchorTextMaxLen: number;
emoji: string[];