🎨 支持非列表大纲式缩出 https://github.com/siyuan-note/siyuan/issues/4346
This commit is contained in:
parent
60024c65f5
commit
af26c05783
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,7 @@ type Editor struct {
|
|||
KaTexMacros string `json:"katexMacros"` // KeTex 宏定义
|
||||
ReadOnly bool `json:"readOnly"` // 只读模式
|
||||
EmbedBlockBreadcrumb bool `json:"embedBlockBreadcrumb"` // 嵌入块是否显示面包屑
|
||||
ListLogicalOutdent bool `json:"listLogicalOutdent"` // 列表逻辑反向缩进
|
||||
}
|
||||
|
||||
func NewEditor() *Editor {
|
||||
|
@ -57,5 +58,6 @@ func NewEditor() *Editor {
|
|||
KaTexMacros: "{}",
|
||||
ReadOnly: false,
|
||||
EmbedBlockBreadcrumb: false,
|
||||
ListLogicalOutdent: false,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue