github obsidian-nvim/obsidian.nvim v3.16.1

6 hours ago

What's new

Added 🎉

  • search.sort_by can now be set to false to disable sorting of search results.
  • Support workspace/didRenameFiles and file changes will be prompted with confirmation to rename references.
    • Use opts.link.auto_update to control whether ask for confirmation or auto run, false by default.
  • make docgen to auto update module docs with up to date module options.

Fixed ✅

  • Apply configured note.template in extract_note action, matching the behavior of the new action.
  • Help wiki workspace is set to strict to avoid being misidentified for other markdown files.
  • Prevent crash when dumping nested empty arrays.
  • Mapping q to be quit in normal mode in snacks picker.
  • Wrong migration process for opts.use_advanced_uri.
  • Tag finding will not generate false positives of other list fields.
  • toggle_checkbox now works on blank/whitespace-only lines when checkbox.create_new is enabled.
  • Proper filter_text so that nvim-cmp's matcher don't rule out completion items.
  • Properly disambiguate completion items with same stem.
  • Decoupled checkbox and template enabled field check in commands.

Commits

c18b19a chore(release): bump version to v3.16.1 for release
c2a12e8 doc: missing and outdated docs
d29aad0 fix: decouple checkbox and template enable in commands (#791)
630037d chore(health): show path in dependency check
47f018f ci: make docgen (#789)
6d71af4 fix: properly disambiguate completion items with same stem (#788)
b00b597 fix: #777 (#787)
fb74e1f fix: allow toggle_checkbox to create checkboxes on blank lines (#783)
1a1bce6 docs: add JohnTKelly as a contributor for code (#784)
d764094 fix: apply note template in extract_note action (#781)
45ed985 chore(docs): auto generate docs
a5432c6 feat: LSP auto rename (#782)
96a3c29 fix(tag): no longer tag false positives from other list fields (#780)
47063e6 fix: wrong migration process for opts.use_advanced_uri.
3855224 docs: add franco-ruggeri as a contributor for code (#776)
9f47b7a feat: allow disabling sort_by in search (#766)
fed6632 fix: snacks picker default q quit (#774)
c165637 docs: add zzhirong as a contributor for code (#769)
f828305 fix(yaml): prevent crash when dumping nested empty arrays (#759) (#768)
6ea8b9d doc: daily note date format with subdirectories creation
57aeab4 fix: help wiki workspace set to strict (#763)

Don't miss a new obsidian.nvim release

NewReleases is sending notifications on new releases.