What's new
Added 🎉
definitionwill resolve and follow[[#^block]]and[block](#^block)links.definitionwill resolve and follow[[#header]]and[header](#header)links.- A new
searchmodule to contain search related options.
Changed ⚠️
- Internally no longer use
abcfor building class. - Added
linklink_newandextract_noteinapi.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)