From bc230728fbe903e2f851ac0db2e127f3e5eef000 Mon Sep 17 00:00:00 2001 From: hey-august Date: Mon, 24 Mar 2025 16:57:50 -0400 Subject: [PATCH] Change User Manual guides from folders to pages. --- content/.obsidian/app.json | 2 +- content/.obsidian/appearance.json | 5 +++-- content/.obsidian/plugins/callout-manager/data.json | 2 +- content/user-manual/{urlbar/index.md => urlbar.md} | 0 content/user-manual/{webpanel/index.md => webpanel.md} | 0 content/user-manual/{workspaces/index.md => workspaces.md} | 0 6 files changed, 5 insertions(+), 4 deletions(-) rename content/user-manual/{urlbar/index.md => urlbar.md} (100%) rename content/user-manual/{webpanel/index.md => webpanel.md} (100%) rename content/user-manual/{workspaces/index.md => workspaces.md} (100%) diff --git a/content/.obsidian/app.json b/content/.obsidian/app.json index a063651..f75e1c6 100644 --- a/content/.obsidian/app.json +++ b/content/.obsidian/app.json @@ -1,4 +1,4 @@ { "livePreview": false, "alwaysUpdateLinks": true -} +} \ No newline at end of file diff --git a/content/.obsidian/appearance.json b/content/.obsidian/appearance.json index 3d221c0..3635622 100644 --- a/content/.obsidian/appearance.json +++ b/content/.obsidian/appearance.json @@ -1,3 +1,4 @@ { - "cssTheme": "Catppuccin" -} + "cssTheme": "Catppuccin", + "showRibbon": false +} \ No newline at end of file diff --git a/content/.obsidian/plugins/callout-manager/data.json b/content/.obsidian/plugins/callout-manager/data.json index 3453f7a..659b457 100644 --- a/content/.obsidian/plugins/callout-manager/data.json +++ b/content/.obsidian/plugins/callout-manager/data.json @@ -8,4 +8,4 @@ "theme": true, "snippet": true } -} +} \ No newline at end of file diff --git a/content/user-manual/urlbar/index.md b/content/user-manual/urlbar.md similarity index 100% rename from content/user-manual/urlbar/index.md rename to content/user-manual/urlbar.md diff --git a/content/user-manual/webpanel/index.md b/content/user-manual/webpanel.md similarity index 100% rename from content/user-manual/webpanel/index.md rename to content/user-manual/webpanel.md diff --git a/content/user-manual/workspaces/index.md b/content/user-manual/workspaces.md similarity index 100% rename from content/user-manual/workspaces/index.md rename to content/user-manual/workspaces.md