Obsidian Neighbouring Files

Quick navigation between neighbouring files in Obsidian.

The Plugin GitHub: FabianUntermoser/obsidian-neighbouring-files-plugin | Install here

Examples

  • Navigate to the next weekly from 2023-W17 to 2023-W18
  • Navigate to the next daily from 2023-04-31 to 2023-05-01
  • Navigate to the next file from A4 to A5

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
nmap gp :prev_file