All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 1m13s
4 lines
72 B
Python
4 lines
72 B
Python
from obsidian_parser import Vault
|
|
|
|
v = Vault("content")
|
|
v.get_note(None) |