vault backup: 2025-12-09 15:12:34
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 2m4s
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 2m4s
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
---
|
||||
föreläsare: Martin Lidell
|
||||
tags:
|
||||
- biokemi
|
||||
- aminosyrametabolism
|
||||
- provfrågor
|
||||
date: 2025-12-08
|
||||
---
|
||||
|
||||
```dataviewjs
|
||||
const paths = dv.pages("#provfråga and #aminosyrametabolism")
|
||||
.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)
|
||||
dv.span(" \n \n-----\n\n\n")
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user