From dec8a6e2371d17559f58cedb2402e47624181ac0 Mon Sep 17 00:00:00 2001 From: Lost Paul <70213368+LostPaul@users.noreply.github.com> Date: Sat, 27 Jan 2024 12:21:41 +0100 Subject: [PATCH] Change default settings --- manifest.json | 2 +- src/settings/SettingsTab.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 836c231..c721008 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/src/settings/SettingsTab.ts b/src/settings/SettingsTab.ts index c00faa9..a318bcc 100644 --- a/src/settings/SettingsTab.ts +++ b/src/settings/SettingsTab.ts @@ -67,7 +67,7 @@ export const DEFAULT_SETTINGS: FolderNotesSettings = { excludeFolders: [], showDeleteConfirmation: true, underlineFolder: true, - stopWhitespaceCollapsing: false, + stopWhitespaceCollapsing: true, underlineFolderInPath: true, openFolderNoteOnClickInPath: true, openInNewTab: false,