Obsidian Neighbouring Files
Quickly navigate between neighbouring files in Obsidian.
Neighbouring Files - Obsidian Plugin | Install here GitHub: FabianUntermoser/obsidian-neighbouring-files-plugin
Examples
- Navigate to the next weekly from
2023-W17to2023-W18 - Navigate to the next daily from
2023-04-31to2023-05-01 - Navigate to the next file from
A4toA5
Configuration
I use Obsidian Vimrc with this configuration .obsidian.vimrc.
" navigation to neighbouring files
exmap next_file obcommand neighbouring-files:next
exmap prev_file obcommand neighbouring-files:prev
nmap gn :next_file<cr>
nmap gp :prev_file<cr>