Terae

Results 2 comments of Terae

As a workaround, I use this snippet: ```python front_matter = vault.get_front_matter(note) tags = vault.get_tags(note) tags += front_matter.get("tags", []) ```

As a workaround, on my `requirements.txt` I added this: ```txt obsidiantools numpy