From 9a5eb0f1688ebb0814eb67960695d22635ebd824 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Fri, 14 Mar 2025 10:25:52 +0000 Subject: [PATCH] Allow selected notes to override the post order in the main page --- config.yaml | 1 + content/.obsidian/workspace.json | 4 ++-- content/notes/ready/how_to_computer/index.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config.yaml b/config.yaml index b6c2cb1..baa264c 100644 --- a/config.yaml +++ b/config.yaml @@ -44,6 +44,7 @@ params: social: true mainSections: - posts + - notes # Notes don't have a date, so only the selected ones rise to the top label: text: "TrudeEH" diff --git a/content/.obsidian/workspace.json b/content/.obsidian/workspace.json index e676dd4..90c3b67 100644 --- a/content/.obsidian/workspace.json +++ b/content/.obsidian/workspace.json @@ -156,8 +156,8 @@ "state": { "type": "advanced-tables-toolbar", "state": {}, - "icon": "spreadsheet", - "title": "Advanced Tables" + "icon": "lucide-file", + "title": "Plugin no longer active" } } ], diff --git a/content/notes/ready/how_to_computer/index.md b/content/notes/ready/how_to_computer/index.md index 4cbda93..c1b4e27 100644 --- a/content/notes/ready/how_to_computer/index.md +++ b/content/notes/ready/how_to_computer/index.md @@ -1000,7 +1000,7 @@ CALL 0 0 functionName Every circuit in this post was designed by me, mostly through trial and error, so the source would quite literally be: I made it up. `¯\_(ツ)_/¯` -Most screenshots were taken from Turing Complete, a simulator/game on Steam. As the name suggests, the simulator attempts to teach you the basics of computing, and give you a platform to test and develop on. If you read this far, I highly recommend you to try it! +Most screenshots were taken from Turing Complete, a simulator/game on Steam. As the name suggests, the simulator attempts to teach you the basics of computing, and give you a platform to test and develop on. If you've read this far, I highly recommend you to try it! If you find that I made a mistake, want to improve one of my circuits, or have any constructive feedback to share, please contact me, and I will happily add your name to the credits.