Change default settings

This commit is contained in:
Lost Paul 2024-01-27 12:21:41 +01:00
parent 4371aa56d3
commit dec8a6e237
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"id": "folder-notes",
"name": "Folder notes",
"version": "1.7.6",
"version": "1.7.8",
"minAppVersion": "0.15.0",
"description": "Create notes within folders that can be accessed without collapsing the folder, similar to the functionality offered in Notion.",
"author": "Lost Paul",

View file

@ -67,7 +67,7 @@ export const DEFAULT_SETTINGS: FolderNotesSettings = {
excludeFolders: [],
showDeleteConfirmation: true,
underlineFolder: true,
stopWhitespaceCollapsing: false,
stopWhitespaceCollapsing: true,
underlineFolderInPath: true,
openFolderNoteOnClickInPath: true,
openInNewTab: false,