mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-22 06:54:08 +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
1
app/src/types/index.d.ts
vendored
1
app/src/types/index.d.ts
vendored
|
|
@ -506,6 +506,7 @@ interface IFileTree {
|
|||
alwaysSelectOpenedFile: boolean
|
||||
openFilesUseCurrentTab: boolean
|
||||
removeDocWithoutConfirm: boolean
|
||||
useSingleLineSave: boolean
|
||||
allowCreateDeeper: boolean
|
||||
refCreateSavePath: string
|
||||
docCreateSavePath: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue