Update weights in markdown files

This commit is contained in:
2025-03-25 10:15:21 +00:00
parent a68addee15
commit a607788f37
3 changed files with 9 additions and 8 deletions

View File

@@ -13,12 +13,12 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "notes/ready/c-language.md", "file": "notes/ready/compiling.md",
"mode": "source", "mode": "source",
"source": false "source": false
}, },
"icon": "lucide-file", "icon": "lucide-file",
"title": "c-language" "title": "compiling"
} }
} }
] ]
@@ -141,13 +141,13 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "notes/ready/c-language.md", "file": "notes/ready/compiling.md",
"followCursor": false, "followCursor": false,
"showSearch": false, "showSearch": false,
"searchQuery": "" "searchQuery": ""
}, },
"icon": "lucide-list", "icon": "lucide-list",
"title": "Outline of c-language" "title": "Outline of compiling"
} }
}, },
{ {
@@ -179,11 +179,12 @@
"table-editor-obsidian:Advanced Tables Toolbar": false "table-editor-obsidian:Advanced Tables Toolbar": false
} }
}, },
"active": "91a2b2f8427bd50b", "active": "ab03f7100c1ce0fb",
"lastOpenFiles": [ "lastOpenFiles": [
"notes/ready/how_to_computer/index.md",
"notes/ready/c-language.md", "notes/ready/c-language.md",
"notes/ready/compiling.md", "notes/ready/compiling.md",
"notes/ready/c-snippets.md",
"notes/ready/how_to_computer/index.md",
"posts/dotfiles.md", "posts/dotfiles.md",
"posts/exploring-freebsd.md", "posts/exploring-freebsd.md",
"posts/nix-starter-guide.md", "posts/nix-starter-guide.md",
@@ -206,7 +207,6 @@
"textgenerator/templates/awesomePrompts/stackoverflowpostAwesome.md", "textgenerator/templates/awesomePrompts/stackoverflowpostAwesome.md",
"textgenerator/templates/awesomePrompts/spokenenglishteacherandimproverAwesome.md", "textgenerator/templates/awesomePrompts/spokenenglishteacherandimproverAwesome.md",
"textgenerator/templates/awesomePrompts/softwarequalityassurancetesterAwesome.md", "textgenerator/templates/awesomePrompts/softwarequalityassurancetesterAwesome.md",
"textgenerator/templates/awesomePrompts/proofreaderAwesome.md",
"textgenerator/templates/awesomePrompts", "textgenerator/templates/awesomePrompts",
"textgenerator/templates", "textgenerator/templates",
"textgenerator", "textgenerator",

View File

@@ -8,7 +8,7 @@ tags:
- programming - programming
author: TrudeEH author: TrudeEH
showToc: true showToc: true
weight: "2" weight: "30"
--- ---
## Tools ## Tools

View File

@@ -7,6 +7,7 @@ tags:
- programming - programming
author: TrudeEH author: TrudeEH
showToc: true showToc: true
weight: "31"
--- ---