1
0

vault backup: 2025-12-08 09:10:43
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 1m52s

This commit is contained in:
2025-12-08 09:10:43 +01:00
parent dc4c26f43a
commit 590af3daf9
3 changed files with 132 additions and 2 deletions

View File

@@ -8,7 +8,10 @@ date: 2025-12-08
---
```dataviewjs
for (const path of dv.pagePaths("#provfråga and #aminosyrametabolism")) {
const paths = dv.pagePaths("#provfråga and #aminosyrametabolism")
dv.span("Antal frågor: " + paths.length + " \n \n")
for (const path of paths) {
dv.span(" \n[[" + path + "]]\n")
const content = await dv.io.load(path)
dv.span(content)