What's new
Added 🎉
- Export footer content as a buffer local variable
vim.b.obsidian_status. - Open any
[](uri), prompt for schemes outside whitelistopts.open.schemes.
Changed ⚠️
- Bare urls, file urls, mailto urls will no longer work, always enclose them in markdown list like
[my email](mailto:example@gmail.com)
Fixed ✅
- Snacks picker actions now return the correct format for
mappings.lua. - Custom deprecate function to avoid the case
vim.deprecatebeing set to no-op and users don't get deprecation warnings.
Commits
15c4fe7 chore(release): bump version to v3.15.5 for release
5c12f7b fix: custom deprecation function to avoid being set to no-op
c1e6426 refactor(api): resolve_workspace helper
94e4d1e feat: open any uri schemes with confirm like obsidian app (#660)
844b95b fix: snacks actions works (#654)
acd7383 test: unneeded cases
b7c298a fix: rg glob escaping don't care about leading !
9ead14a docs: add apalermo01 as a contributor for code (#643)
c5d45f9 Fix: #621 (#640)
18ef75c fix: don't accidentally clear augroup for footer
302619d feat: add vim.b.obsidian_status (#642)