1
0

vault backup: 2025-12-06 16:57:57
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 1m44s

This commit is contained in:
2025-12-06 16:57:57 +01:00
parent b6e8a73fff
commit 7d7b2b147b
4 changed files with 228 additions and 17 deletions

View File

@@ -6,3 +6,12 @@ tags:
föreläsare: Ingela Parmryd
date: 2025-12-05
---
```dataviewjs
for (const path of dv.pagePaths("#provfråga and #elektrontransportkedjan")) {
dv.span(" \n[[" + path + "]]\n")
const content = await dv.io.load(path)
dv.span(content)
dv.span(" \n \n-----\n\n\n")
}
```