github epwalsh/obsidian.nvim v1.12.0

latest releases: v3.9.0, v3.8.1, v3.8.0...
14 months ago

What's new

Added 🎉

  • Allow user to supply an argument to ObsidianTemplate to select a template.

Changed ⚠️

  • Renamed Lua function command.insert_template() to command.template() and split the template insert script into a separate function util.insert_template().
  • Added log_level configuration option to suspend notifications.
  • Added completion.new_notes_location configuration option to specify where newly created notes are placed in completion.

Fixed ✅

  • Fixed creating new notes when the title of the note contains a path. Now that path will always be treated as relative to the vault, not the notes_subdir.
  • Fixed ObsidianFollowLink when the note path contains a header link (e.g. [[foo#Bar]]).

Commits

677c7ba Update CHANGELOG and CONTRIBUTING guide
e2f37f0 Fix ObsidianFollowLink with header links (#152)
cb8a140 chore: auto generate docs
2fdb1e9 add link to contributing guide
912eb9b fix luacheck config
ad34e61 Add contributing guide
79bbc90 chore: auto generate docs
9ed82f4 chore(deps): bump kdheepak/panvimdoc from 3.0.5 to 3.0.6 (#135)
59a9266 chore(deps): bump JohnnyMorganz/stylua-action from 1 to 3 (#131)
f562c97 chore: auto generate docs
47fba3f update docs
3263a33 chore: auto generate docs
a6a4c0c add TOC to README
bfc46b2 chore: auto generate docs
2999a42 add alt text to demo
a83cc49 Always treat paths relative to vault root, other fixes (#151)
9a9be56 chore: auto generate docs
1e7d023 reorganize readme
ab361f4 chore: auto generate docs
757fb70 docs(readme): adding packer.nvim setup (#150)
0077ae7 Fix creating new notes when the title is a path (#148)
4d2e1d0 chore: auto generate docs
1cc81e8 check for bad option value
833bd36 chore: auto generate docs
c852dce document new options in README
3e9e127 Add log level option to silent notifications and make new note location configurable (#146)
e2fe028 fix(is_template check): swap out call to viml string match function for builtin lua function. (#145)
389e526 Fix setup when templates settings are not provided (#144)
bb6af80 Allow ObsidianTemplate to take template as arg (#143)

Don't miss a new obsidian.nvim release

NewReleases is sending notifications on new releases.