1
0

vault backup: 2025-12-03 06:51:54
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 1m21s

This commit is contained in:
2025-12-03 06:51:54 +01:00
parent c336e40001
commit 978440e374
16 changed files with 196 additions and 17 deletions

View File

@@ -0,0 +1,16 @@
---
föreläsare: Martin Lidell
tags:
- biokemi
- glykogen
- anteckningar
date: 2025-12-03
---
```dataviewjs
for (const path of dv.pagePaths("#provfråga and #glykogen")) {
dv.span(" \n[[" + path + "]]\n")
const content = await dv.io.load(path)
dv.span(content)
dv.span(" \n \n-----\n\n\n")
}
```