Some checks failed
Deploy Quartz site to GitHub Pages / build (push) Failing after 12m29s
7 lines
216 B
Python
7 lines
216 B
Python
from obsidian_parser import Vault
|
|
|
|
v = Vault("content")
|
|
note = v.get_note("Biokemi/Cellulära processer/Transport över cellmembran/Anteckningar.md")
|
|
import pprint
|
|
pprint.pprint(note.reading_view)
|
|
raise SystemExit(0) |