github obsidian-nvim/obsidian.nvim v3.14.5

latest releases: v3.16.2, v3.16.1, v3.16.0...
5 months ago

What's new

Added 🎉

  • definition will resolve and follow [[#^block]] and [block](#^block) links.
  • definition will resolve and follow [[#header]] and [header](#header) links.
  • A new search module to contain search related options.

Changed ⚠️

  • Internally no longer use abc for building class.
  • Added link link_new and extract_note in api.lua.
  • opts.search_max_links -> opts.search.max_links.
  • opts.sort_by -> opts.search.sort_by.
  • opts.sort_reversed -> opts.search.sort_reversed.

Fixed ✅

  • Reference creation in case the line has Unicode characters does the replacing correctly by depending on the character count instead of byte count.
  • Backlinks will properly resolve header.
  • Properly set server offset_encoding for blink.cmp to properly handle completion offsets.

Commits

2cd08b5 chore(release): bump version to v3.14.5 for release
84fb8e9 feat: follow block links (#511)
354c4c8 feat: header links will work in markdown format and wiki with alias (#510)
49ca39f refactor(config): search module (#494)
ef2f023 feat: resolve simple header links (#506)
7a1a205 refactor: references
c289c3d fix: proper client encoding for blink text edits to work (#501)
5c1ff67 fix: Backlinks will properly resolve header.
2341b07 refactor: move some commend logic to api module (#500)
5d74883 chore(docs): auto generate docs
f3e46d3 docs: add balazsmiklos85 as a contributor for code (#499)
dd6dade Using the character index instead of the byte index (#497)
fcb33fb fix: wrong search opts in backlinks
b9e70bc refactor: remove abc (#493)

Don't miss a new obsidian.nvim release

NewReleases is sending notifications on new releases.