v3.3.0
What's new
Added π
- Support for
file:/
andfile:///
Urls. - Added configuration options
wiki_link_func
andmarkdown_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
, andcompletion.use_path_only
are now deprecated. Please usewiki_link_func
andmarkdown_link_func
instead. - Moved configuration option
completion.preferred_link_style
to top-levelpreferred_link_style
. - Moved configuration option
completion.new_notes_location
to top-levelnew_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