This commit is contained in:
2025-10-22 22:13:54 +02:00
parent 9e44354ef0
commit b63d46a78e
331 changed files with 352530 additions and 3 deletions

5
.obsidian/snippets/no-properties.css vendored Normal file
View File

@@ -0,0 +1,5 @@
/* Hide the Properties section only on the homepage */
.no-properties .metadata-container {
display: none !important;
}