github epwalsh/obsidian.nvim v2.1.0

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

What's new

Highlights:

Completion for markdown-style links in addition to Wiki links + more ways to customize how Wiki links are completed! 🔥
We also added support for pasting images into notes with the new command :ObsidianPasteImg 📷

Added 🎉

  • Added :ObsidianPasteImg for pasting images from the clipboard into notes. See the attachments configuration option for customizing the behavior of this command. Inspired by md-img-paste.vim and clipboard-image.nvim.
  • Added completion.prepend_note_path and completion.use_path_only options (mutually exclusive with each other and completion.prepend_note_id).
  • Added support for completing traditional markdown links instead of just wiki links.

Changed ⚠️

  • Renamed opts.ui.tick to opts.ui.update_debounce, but the tick field will still be read for backwards compatibility.
  • :ObsidianOpen will now open wiki links under the cursor instead of always opening the note of the current buffer.
  • :ObsidianBacklinks will now show backlinks for the note of a wiki link under the cursor instead of always showing backlinks for the note of the current buffer.

Fixed ✅

  • Ensure commands available across all buffers, not just note buffers in the vault.

Commits

d68e92b chore(docs): auto generate docs
bfa9437 Add support for completing markdown links (#237)
52ba55d chore(docs): auto generate docs
1aca272 Add option to fill paths with completion (#236)
5383bab chore(docs): auto generate docs
005ea04 Add :ObsidianPasteImg command, other improvements (#235)
f1b2fe7 chore(docs): auto generate docs
818f405 add badge to readme
cc1a9b2 clean config normalization
f4e1b12 chore(docs): auto generate docs
8229a10 rename ui.tick to ui.update_debounce
8ade892 Ensure commands available in all buffers

Don't miss a new obsidian.nvim release

NewReleases is sending notifications on new releases.