mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
⚡ Support for saving .sy files in the single-line format https://github.com/siyuan-note/siyuan/issues/8712
This commit is contained in:
parent
eb65bb4ec0
commit
9eeee3965a
13 changed files with 55 additions and 22 deletions
|
|
@ -313,6 +313,8 @@ func setFiletree(c *gin.Context) {
|
|||
model.Conf.FileTree = fileTree
|
||||
model.Conf.Save()
|
||||
|
||||
util.UseSingleLineSave = model.Conf.FileTree.UseSingleLineSave
|
||||
|
||||
ret.Data = model.Conf.FileTree
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue