All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 1m22s
5 lines
105 B
Python
5 lines
105 B
Python
from obsidian_parser import Vault
|
|
|
|
v = Vault("content")
|
|
for note in v.notes:
|
|
print(note.reading_view) |