v3.1.0
What's new
Added π
- Added descriptions to all commands.
Changed β οΈ
- Major internal refactoring / improvements for how we integrate with pickers.
- Configuration option
finder
andfinder_mappings
have been consolidated intopicker = { name: string, mappings: { ... } }
. - When
:ObsidianWorkspace
is called without any arguments, obsidian.nvim will open your picker to select a workspace to switch to.
Fixed β
- Resolve workspace path when behind symlinks.
Removed π
- Removed support for
fzf.vim
as a picker (fzf-lua
is still supported).
Commits
06154ec chore(release): bump version to v3.1.0 for release
14889af Open picker when :ObsidianWorkspace
called without arg
665c609 Add descriptions to commands
6e17c33 Resolve cwd behind symlinks
edba6fa Resolve workspace path behind symlink (#390)
06e62fd Allow picker.name
to be nil
225453f make picker name robust to case
667ffd4 chore(docs): auto generate docs
82b5100 Refactor picker integrations, remove support for fzf.vim (#387)
e0a677b chore(docs): auto generate docs
73bde04 Rename finder
-> picker