v0.9.0
New features:
- Support for canvas files (the latest addition to Obsidian). See the Canvas files features notebook for detail on functionality.
- Nested tags are now supported. By default,
Vault
will not account for nested tags (as has previously been the case). - Column for
n_tags
inget_note_metadata
method. get_wikilink_counts
method added.
Other improvements:
Vault
can handle duplicate filenames, better reflecting the 'Shortest path when possible' wikilink setting in Obsidian.- More robust regex for tags.
- Fix bug where "tags" were being parsed from code block.
- More error handling for front matter.
- Fix bug where
source_text
gets cut off after a LaTeX block. - Wikilinks are robust to the use of file extension
md
in them.
Package now requires Python 3.9 as a minimum.
Wiki has now been added to the Github repo, to cover detail for advanced users.