Obsidian Neighbouring Files
Quickly navigate between neighbouring files in Obsidian.
The Plugin GitHub: FabianUntermoser/obsidian-neighbouring-files-plugin | Install here
Examples
- Navigate to the next weekly from
2023-W17
to2023-W18
- Navigate to the next daily from
2023-04-31
to2023-05-01
- Navigate to the next file from
A4
toA5
My 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>