mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-02 14:58:49 +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
|
|
@ -24,7 +24,9 @@ type BoxConf struct {
|
|||
Sort int `json:"sort"` // 排序字段
|
||||
Icon string `json:"icon"` // 图标
|
||||
Closed bool `json:"closed"` // 是否处于关闭状态
|
||||
RefCreateSaveBox string `json:"refCreateSaveBox"` // 块引时新建文档存储笔记本
|
||||
RefCreateSavePath string `json:"refCreateSavePath"` // 块引时新建文档存储路径
|
||||
DocCreateSaveBox string `json:"docCreateSaveBox"` // 新建文档存储笔记本
|
||||
DocCreateSavePath string `json:"docCreateSavePath"` // 新建文档存储路径
|
||||
DailyNoteSavePath string `json:"dailyNoteSavePath"` // 新建日记存储路径
|
||||
DailyNoteTemplatePath string `json:"dailyNoteTemplatePath"` // 新建日记使用的模板路径
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue