1
0

vault backup: 2025-12-08 11:54:35
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 1m33s

This commit is contained in:
2025-12-08 11:54:35 +01:00
parent a94e377d45
commit 8a1933c974

View File

@@ -1,6 +1,12 @@
```dataviewjs
for (const path of dv.pagePaths("#provfråga and #glykolysen")) {
const paths = dv.pages("#provfråga and #glykolysen")
.sort(p => p.file.name)
.map(p => p.file.path)
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)