1
0
Files
medical-notes/static.py
Johan Dahlin c9b1ed42b3
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 1m22s
vault backup: 2025-11-27 15:11:10
2025-11-27 15:11:10 +01:00

5 lines
105 B
Python

from obsidian_parser import Vault
v = Vault("content")
for note in v.notes:
print(note.reading_view)