Allow selected notes to override the post order in the main page

This commit is contained in:
2025-03-14 10:25:52 +00:00
parent e7cfefe059
commit 9a5eb0f168
3 changed files with 4 additions and 3 deletions

View File

@@ -44,6 +44,7 @@ params:
social: true social: true
mainSections: mainSections:
- posts - posts
- notes # Notes don't have a date, so only the selected ones rise to the top
label: label:
text: "TrudeEH" text: "TrudeEH"

View File

@@ -156,8 +156,8 @@
"state": { "state": {
"type": "advanced-tables-toolbar", "type": "advanced-tables-toolbar",
"state": {}, "state": {},
"icon": "spreadsheet", "icon": "lucide-file",
"title": "Advanced Tables" "title": "Plugin no longer active"
} }
} }
], ],

View File

@@ -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. `¯\_(ツ)_/¯` 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. 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.