What's new
Added 🎉
- A new confirm option to choose template when creating note from link.
- Minimal support for quarto.
Changed ⚠️
- Further refactored util module to keep it clean.
Fixed ✅
- Frontmatter will not be updated on save if there's a yaml syntax error.
- Always decode link locations for goto definition so encoded header and block will work.
Commits
de60246 chore(release): bump version to v3.14.8 for release
6fa71d7 chore(release): bump version to for release
ecc7884 feat: minimal support for quarto (#571)
414490f fix: always decode link locations
e5464f6 fix: Frontmatter will not be updated on save if there's a yaml error (#564)
95ea304 Readme rework2 (#563)
10dd6c0 Util refactor (#562)
d7f8af5 chore(docs): auto generate docs
ebe9d7e feat: option to choose template when creating note from link (#560)
7c0969a fix: proper return one bool instead of multiple by pcall in lsp init