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