Skip to content

v3.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Feb 01:14
· 275 commits to main since this release

What's new

Added πŸŽ‰

  • Support for file:/ and file:/// Urls.
  • Added configuration options wiki_link_func and markdown_link_func for customizing how links are formatted.

Fixed βœ…

  • Urls ending in / were not detected.
  • Fixed small bug with toggle checkbox mapping where lines that started with a wiki link or md link were misclassified.

Changed ⚠️

  • Config options completion.prepend_note_id, completion.prepend_note_path, and completion.use_path_only are now deprecated. Please use wiki_link_func and markdown_link_func instead.
  • Moved configuration option completion.preferred_link_style to top-level preferred_link_style.
  • Moved configuration option completion.new_notes_location to top-level new_notes_location.

Commits

e8c9f09 chore(release): bump version to v3.3.0 for release
1a1cd33 chore(docs): auto generate docs
9603acc Fix doc
7345b25 chore(docs): auto generate docs
f753d0d Move completion.new_notes_location to top-level
0285e27 chore(docs): auto generate docs
729eb73 Move completion.preferred_link_style to top-level
de49450 chore(docs): auto generate docs
08607b0 Add customization of wiki/markdown link format (#406)
94a8612 Fix bug with toggle checkbox
17032a8 Added support for file links (#402)
b8d0738 chore(docs): auto generate docs
c66b5da change defaults in README