mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +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
|
|
@ -30,6 +30,7 @@ type Editor struct {
|
|||
Emoji []string `json:"emoji"` // 常用表情
|
||||
VirtualBlockRef bool `json:"virtualBlockRef"` // 是否启用虚拟引用
|
||||
VirtualBlockRefExclude string `json:"virtualBlockRefExclude"` // 虚拟引用关键字排除列表
|
||||
VirtualBlockRefInclude string `json:"virtualBlockRefInclude"` // 虚拟引用关键字包含列表
|
||||
BlockRefDynamicAnchorTextMaxLen int `json:"blockRefDynamicAnchorTextMaxLen"` // 块引动态锚文本最大长度
|
||||
PlantUMLServePath string `json:"plantUMLServePath"` // PlantUML 伺服地址
|
||||
FullWidth bool `json:"fullWidth"` // 是否使用最大宽度
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue