mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-08 17:58:50 +01:00
🎨 Supports specifying the notebook to save new docs https://github.com/siyuan-note/siyuan/issues/10671
This commit is contained in:
parent
882883a9cc
commit
f0fd493c4e
3 changed files with 31 additions and 8 deletions
|
|
@ -23,7 +23,9 @@ import (
|
|||
type FileTree struct {
|
||||
AlwaysSelectOpenedFile bool `json:"alwaysSelectOpenedFile"` // 是否自动选中当前打开的文件
|
||||
OpenFilesUseCurrentTab bool `json:"openFilesUseCurrentTab"` // 在当前页签打开文件
|
||||
RefCreateSaveBox string `json:"refCreateSaveBox"` // 块引时新建文档存储笔记本
|
||||
RefCreateSavePath string `json:"refCreateSavePath"` // 块引时新建文档存储路径
|
||||
DocCreateSaveBox string `json:"docCreateSaveBox"` // 新建文档存储笔记本
|
||||
DocCreateSavePath string `json:"docCreateSavePath"` // 新建文档存储路径
|
||||
MaxListCount int `json:"maxListCount"` // 最大列出数量
|
||||
MaxOpenTabCount int `json:"maxOpenTabCount"` // 最大打开页签数量
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue