─── ❖ ── ✦ ── ❖ ───

Warning

All tables on this page are generated by the Obsidian plugin Dataview Serializer which has to be run manually and is not part of the automatic GitHub Actions workflow.
As a result this note reflects the blog’s state at the last time when the plugin was run β†’ take note when this page has been updated (see above).

Folder structure

All pages (besides those tagged with meta) are sorted in the following folder structure:

  • Braindump: Unstructured, mostly short ideas
  • Life: Cooking, beer brewing, personal stuff
  • Notes: Short pages, collections of web resources
  • Projects: Complete write-ups of projects, overview notes (entry points to topics spanning multiple pages)
  • Writing: Longer guides & tutorials

Published pages

Tags by frequency

[Click me] Dataview query
TABLE WITHOUT ID
count, "#" + join((rows.tags), ", #") as Tags
FROM "public/Braindump"
  OR "public/Life"
  OR "public/Notes"
  OR "public/Projects"
  OR "public/Writing"
WHERE tags
  AND draft = false
FLATTEN tags
GROUP BY tags
GROUP BY length(rows.rows) as count
SORT count DESC

Pages by last updated

[Click me] Dataview query
TABLE WITHOUT ID
link(file.name, title) AS "Title", regexreplace(file.folder, ".*\/([^\/]+)$", "$1") AS "Folder", dateformat(updated, "yyyy-MM-dd") AS "Updated" 
FROM "public/Braindump"
  OR "public/Life"
  OR "public/Notes"
  OR "public/Projects"
  OR "public/Writing"
SORT updated DESC 
WHERE draft = false
  AND file.folder != "public/zzz_static_files/my quartz config files"
TitleFolderUpdated
Homelab related resourcesWriting2025-02-11
Markdown PlaygroundBraindump2025-02-05
BOMANN GSPE 889 788900 replacement partsLife2025-02-05
Kopia backup serverProjects2025-02-01
Backup & restore Docker volumes with OffenProjects2025-02-01
Docker CheatsheetWriting2025-02-01
My homelab hardwareWriting2025-01-31
My homelabs’ electric power drawWriting2025-01-31
Surplus Steam KeysBraindump2025-01-27
Storage monitoring with DockerBraindump2025-01-24
Sync your Obsidian instance between multiple PCsWriting2025-01-23
Customize your Quartz instanceWriting2025-01-20
Quartz frontmatterWriting2025-01-20
Homelab 2.0Writing2025-01-16
ChocolatelyWriting2025-01-09
AntilibraryLife2024-12-05
Books I’m currently readingLife2024-12-05
My favorite booksLife2024-12-05
Previously read booksLife2024-12-05
Multiple jDownloader2 instances behind VPNProjects2024-12-04
Adding dynamic elements to QuartzWriting2024-11-23
Zwiebel-Pfirsisch ChutneyLife2024-09-23
My brewing SetupLife2024-08-10
Basic Quartz setupWriting2024-07-26
My custom Quartz config filesWriting2024-07-26
Update your Quartz fork to match upstream changesWriting2024-07-26
Working with CSV files in PythonWriting2024-07-12
Sauerteig-Kartoffelbrot 2024-06-08Life2024-06-17
Testing Quartz changes with DockerWriting2024-06-15
Quartz starting pageWriting2024-06-15
Deploy a TrueNAS VM in ProxmoxWriting2024-06-12
MakeMKVNotes2024-06-07
K3S resourcesWriting2024-06-06
Invenory of my Homebrewing ConsumablesLife2024-06-05
Rezept: Arme RitterLife2024-06-05
Obsidian PluginsWriting2024-06-05
Autostart docker containersWriting2024-06-03
Rezept: Konstanzer KartoffelseelenLife2024-05-30
Debian 12 VM on ProxmoxWriting2024-05-29
Quartz bugs & enhancement ideasWriting2024-05-23
Chili HydroponicsBraindump2024-05-22
Handling Callouts in MarkdownWriting2024-05-22
Collapsible sections in MarkdownWriting2024-05-22
Markdown GuideWriting2024-05-22
Obsidian Dataview pluginWriting2024-05-22
My folder structure for ObsidianWriting2024-05-22
Web resources & guides about ObsidianWriting2024-05-22
My Obsidian-GitHub-Quartz workflowWriting2024-05-22
Sauerteig-Kartoffelbrot 2024-05-19Life2024-05-20
Rezept: FocacciaLife2024-05-20
Writing formal german letters on OverleafWriting2024-05-18

Unpublished pages

Tags by frequency

[Click me] default
TABLE WITHOUT ID
count, "#" + join((rows.tags), ", #") as Tags
FROM "public/Braindump"
  OR "public/Life"
  OR "public/Notes"
  OR "public/Projects"
  OR "public/Writing"
WHERE tags
  AND draft = true
FLATTEN tags
GROUP BY tags
GROUP BY length(rows.rows) as count
SORT count DESC

Pages by last updated

[Click me] Dataview query
TABLE WITHOUT ID
link(file.name, title) AS "Title", regexreplace(file.folder, ".*\/([^\/]+)$", "$1") AS "Folder", dateformat(updated, "yyyy-MM-dd") AS "Updated" 
FROM "public/Braindump"
  OR "public/Life"
  OR "public/Notes"
  OR "public/Projects"
  OR "public/Writing"
SORT updated DESC 
WHERE draft = true
  AND file.folder != "public/zzz_static_files/my quartz config files"
TitleFolderUpdated
Docker on RasPi with read-only filesystemWriting2025-02-13
Homelab 2.0: β€˜Carcosa’Projects2025-02-11
Coding project: ExHexProjects2025-02-04
WishlistLife2025-02-02
UnraidBraindump2025-02-01
Ausgaben fΓΌr die WGLife2025-01-31
Homelab historyWriting2025-01-31
homelab overviewWriting2025-01-31
Coding project: DeDopplerProjects2025-01-24
Coding project: SaltmineProjects2025-01-24
Blog 2.0Braindump2025-01-20
My VSCode setupBraindump2025-01-09
HandheldsWriting2024-12-31
My Python development setupWriting2024-12-12
Rezept: Ginger Bug, Ingwerlimonade & Ginger AleLife2024-11-22
My eGPU setupNotes2024-11-18
Adding ESP devices to HomeAssistant through ESPHomeWriting2024-08-20
Book review: β€˜Paradise-1’ by David WellingtonLife2024-08-19
Books with song associationsLife2024-08-11
Building a cistern fill level sensor for HomeAssistantProjects2024-08-11
Book quotes I likedLife2024-08-10
Building a Nixie clockProjects2024-08-10
Add DockerInDocker functionality to another base imageWriting2024-08-02
Building a multiplayer game with NiceGUIWriting2024-08-02
Kopia with email notificationsWriting2024-07-29
Working with SQLite in PythonWriting2024-07-06
Glutenfreie KartoffelseelenLife2024-06-17
Overview of various Docker based monitoring toolsWriting2024-06-14
Single file volumes in dockerWriting2024-06-13
Mounting network shares (CIFS & NFS) to a docker containerWriting2024-06-13
Unraid UI unavailable due to full NginX error logWriting2024-06-09
Homebrewing related resourcesLife2024-06-05
Bookmark manager comparisonWriting2024-06-05
Comparison of dockerized file indexersWriting2024-06-05
Running Docker on SynologyWriting2024-05-25
BananenmetLife2024-05-23
Browser pluginsBraindump2024-05-22
Docker setup for MLWriting2024-05-22
Find low quality video filesWriting2024-05-22

Planned Dataview tables

  • all Tags, sorted by frequency
  • all published & unpublished pages
  • list of pages without backlinks
  • list of all pages with perma links

─── ❖ ── ✦ ── ❖ ───