1
0

vault backup: 2025-12-10 16:14:59
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 1m23s

This commit is contained in:
2025-12-10 16:14:59 +01:00
parent 73bb974704
commit 17fc585d64
3 changed files with 81 additions and 33 deletions

View File

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