vault backup: 2025-12-08 11:54:35
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 1m33s
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 1m33s
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user