🎨 Improve floating window triggering method https://github.com/siyuan-note/siyuan/issues/10317

This commit is contained in:
Daniel 2024-02-09 12:05:29 +08:00
parent c4d96894dd
commit c6a32b1712
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
7 changed files with 32 additions and 13 deletions

View file

@ -39,7 +39,7 @@ type Editor struct {
ReadOnly bool `json:"readOnly"` // 只读模式
EmbedBlockBreadcrumb bool `json:"embedBlockBreadcrumb"` // 嵌入块是否显示面包屑
ListLogicalOutdent bool `json:"listLogicalOutdent"` // 列表逻辑反向缩进
FloatWindowMode int `json:"floatWindowMode"` // 浮窗触发模式0光标悬停1按住 Ctrl 悬停
FloatWindowMode int `json:"floatWindowMode"` // 浮窗触发模式0光标悬停1按住 Ctrl 悬停2不触发浮窗
DynamicLoadBlocks int `json:"dynamicLoadBlocks"` // 块动态数,可配置区间 [48, 1024]
Justify bool `json:"justify"` // 是否两端对齐
RTL bool `json:"rtl"` // 是否从右到左显示