Adds commands to navigage the file explorer using the keyboard. There are no default hotkey bindings; go to Settings
-> Hotkeys
to set your own. I use Ctrl
+ ↓
/↑
for next/previous file, and Ctrl
+ Shift
+ ↓
/↑
for next/previous folder.
This plugin is currently a proof-of-concept with only limited testing. It may navigate files out of visual order, especially when dealing with non-standard characters or non-latin text. Please file an issue if you notice any errors.
Note that the latest insider release (0.15.0) supports keyboard naviagation natively, though I'm unsure how exactly it compares to the features of this plugin.
The plugin may not correctly recognize files immediately on creation, and Obsidian ocassionally orders files strangely immediately after a rename. If it is skipping new files, refresh or restart Obsidian.
Some files with trailing punctuation may be out of order.
This plugin is currently in beta and cannot be installed through the community plugin store.
- Install the BRAT plugin
- Open
Settings
->Community Plugins
- Disable safe mode, if enabled
- Browse, and search for "BRAT"
- Install the latest version of Obsidian 42 - BRAT
- Open
- Open BRAT settings (
Settings
->Obsidian 42 - BRAT
)- Scroll to the
Beta Plugin List
section Add Beta Plugin
- Specify this repository:
kzhovn/file-explorer-keyboard-nav
- Scroll to the
- Enable the
File Explorer Keyboard Navigation
plugin (Settings
->Community Plugins
)
- Copy over
main.js
andmanifest.json
to your vaultVaultFolder/.obsidian/plugins/file-explorer-keyboard-nav/
.