Skip to content

v0.9.0

Compare
Choose a tag to compare
@mfarragher mfarragher released this 24 Dec 17:14
· 54 commits to main since this release

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 in get_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.