mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 支持非列表大纲式缩出 https://github.com/siyuan-note/siyuan/issues/4346
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user