1
0

vault backup: 2025-12-22 12:38:11
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 2m35s

This commit is contained in:
2025-12-22 12:38:11 +01:00
parent 5169a67966
commit 83c795142f
24 changed files with 175 additions and 74 deletions

View File

@@ -0,0 +1,10 @@
```dataviewjs
for (const path of dv.pagePaths("#provfråga and #öga and #anatomi")) {
dv.span(" \n[[" + path + "]]\n")
const content = await dv.io.load(path)
dv.span(content)
dv.span(" \n \n-----\n\n\n")
}
```