1
0

vault backup: 2025-11-27 15:11:10
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 1m22s

This commit is contained in:
2025-11-27 15:11:10 +01:00
parent 82ca258c8a
commit c9b1ed42b3
8 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
from obsidian_parser import Vault
v = Vault("content")
v.get_note(None)
for note in v.notes:
print(note.reading_view)