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/5182
This commit is contained in:
parent
2ee0a92936
commit
6378526be9
1 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ type Editor struct {
|
|||
VirtualBlockRefExclude string `json:"virtualBlockRefExclude"` // 虚拟引用关键字排除列表
|
||||
BlockRefDynamicAnchorTextMaxLen int `json:"blockRefDynamicAnchorTextMaxLen"` // 块引动态锚文本最大长度
|
||||
PlantUMLServePath string `json:"plantUMLServePath"` // PlantUML 伺服地址
|
||||
FullWidth bool `json:"fullWidth"` // 是否使用最大宽度
|
||||
}
|
||||
|
||||
func NewEditor() *Editor {
|
||||
|
|
@ -49,5 +50,6 @@ func NewEditor() *Editor {
|
|||
VirtualBlockRef: false,
|
||||
BlockRefDynamicAnchorTextMaxLen: 96,
|
||||
PlantUMLServePath: "https://www.plantuml.com/plantuml/svg/~1",
|
||||
FullWidth: false,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue