From a607788f37f681305eec9ca8d4e1030b788d2862 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Tue, 25 Mar 2025 10:15:21 +0000 Subject: [PATCH] Update weights in markdown files --- content/.obsidian/workspace.json | 14 +++++++------- content/notes/ready/c-language.md | 2 +- content/notes/ready/compiling.md | 1 + 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/content/.obsidian/workspace.json b/content/.obsidian/workspace.json index 1c37c2c..d0b6126 100644 --- a/content/.obsidian/workspace.json +++ b/content/.obsidian/workspace.json @@ -13,12 +13,12 @@ "state": { "type": "markdown", "state": { - "file": "notes/ready/c-language.md", + "file": "notes/ready/compiling.md", "mode": "source", "source": false }, "icon": "lucide-file", - "title": "c-language" + "title": "compiling" } } ] @@ -141,13 +141,13 @@ "state": { "type": "outline", "state": { - "file": "notes/ready/c-language.md", + "file": "notes/ready/compiling.md", "followCursor": false, "showSearch": false, "searchQuery": "" }, "icon": "lucide-list", - "title": "Outline of c-language" + "title": "Outline of compiling" } }, { @@ -179,11 +179,12 @@ "table-editor-obsidian:Advanced Tables Toolbar": false } }, - "active": "91a2b2f8427bd50b", + "active": "ab03f7100c1ce0fb", "lastOpenFiles": [ - "notes/ready/how_to_computer/index.md", "notes/ready/c-language.md", "notes/ready/compiling.md", + "notes/ready/c-snippets.md", + "notes/ready/how_to_computer/index.md", "posts/dotfiles.md", "posts/exploring-freebsd.md", "posts/nix-starter-guide.md", @@ -206,7 +207,6 @@ "textgenerator/templates/awesomePrompts/stackoverflowpostAwesome.md", "textgenerator/templates/awesomePrompts/spokenenglishteacherandimproverAwesome.md", "textgenerator/templates/awesomePrompts/softwarequalityassurancetesterAwesome.md", - "textgenerator/templates/awesomePrompts/proofreaderAwesome.md", "textgenerator/templates/awesomePrompts", "textgenerator/templates", "textgenerator", diff --git a/content/notes/ready/c-language.md b/content/notes/ready/c-language.md index a6162db..a3fa14a 100644 --- a/content/notes/ready/c-language.md +++ b/content/notes/ready/c-language.md @@ -8,7 +8,7 @@ tags: - programming author: TrudeEH showToc: true -weight: "2" +weight: "30" --- ## Tools diff --git a/content/notes/ready/compiling.md b/content/notes/ready/compiling.md index 75dc0ba..64b702f 100644 --- a/content/notes/ready/compiling.md +++ b/content/notes/ready/compiling.md @@ -7,6 +7,7 @@ tags: - programming author: TrudeEH showToc: true +weight: "31" ---