Neighbouring Files

by Fabian Untermoser
5
4
3
2
1
Score: 64/100

Description

Category: File Management

The Neighbouring Files plugin for Obsidian simplifies navigation by allowing you to jump to the next or previous file in your collection, sorted by filename. With this plugin, you can easily move between related files, such as daily or weekly notes, using intuitive commands that can be mapped to keyboard shortcuts. Whether you're trying to quickly switch between notes or maintain a consistent workflow, this plugin streamlines navigation and saves time.

Reviews

No reviews yet.

Stats

28
stars
8,028
downloads
5
forks
992
days
6
days
6
days
69
total PRs
6
open PRs
24
closed PRs
39
merged PRs
21
total issues
1
open issues
20
closed issues
135
commits

Latest Version

6 days ago

Changelog

What's Changed

Full Changelog: https://github.com/FabianUntermoser/obsidian-neighbouring-files-plugin/compare/1.2.1...1.2.2

README file from

Github

Navigate to Neighbouring Files

This Obsidian Plugin adds commands to quickly navigate between neighbouring files.

Installation

Install from the Obsidian community store.

Demo

Navigating with shortcuts

obsidian-neighbouring-files.webm

Navigating with the mobile floating action button

mobile-fab.mp4

Features

  • Navigate to the next / previous file, alphabetical or by creation / modification date
  • Navigate folders up, down, and between
  • Loop in a folder or continue across folders
  • Mobile floating action button (FAB) with gestures

Commands

Default commands:

  • Navigate to next file
  • Navigate to prev file

Additional commands:

  • Navigate to next file (alphabetical)
  • Navigate to prev file (alphabetical)
  • Navigate to older file (creation timestamp)
  • Navigate to newer file (creation timestamp)
  • Navigate to older file (modified timestamp)
  • Navigate to newer file (modified timestamp)
  • Folder up
  • Folder down
  • Next folder
  • Prev folder

Sorting modes:

  • Alphabetical: by file name
  • By modification timestamp
  • By creation timestamp

Configuration

Sort Order

The default command uses the same sort order as the File explorer. Set a fallback in the plugin settings.

Included File Types

Markdown only by default. In the settings you can:

  • Limit to markdown files only
  • Include all file types
  • Add specific file extensions

Loop Notes in Folder

  • Disabled: navigation stops at the folder edges
  • Enabled: navigation loops back to the first / last note

Continue Across Folders

  • Disabled: navigation stays within the current folder
  • Enabled: navigation continues into adjacent folders

Mobile Navigation Button (FAB)

On mobile, a floating button appears when a note is open. Gestures:

  • Swipe left / right / up / down: run a command (defaults: left = next, right = prev, up = folder up, down = folder down)
  • Tap: run a command (default: none)
  • Double-tap: run a command (default: none)
  • Long-press: open FAB settings
  • Long-press + drag: reposition the button

Set gesture commands in settings under Mobile, or long-press the button. Haptics toggle available.

Keybindings

Obsidian Hotkeys

Open Settings -> Hotkeys, search neighbouring-files, and assign keys to the commands you need. The command IDs follow the command names (e.g. neighbouring-files:next).

VIMRC Keybindings

Instead of Obsidian hotkeys, use the obsidian-vimrc-support plugin to map keys like gn or gp.

Caveat: works only when editor mode is on.

Example .obsidian.vimrc:

" navigation to neighbouring files
exmap next_file obcommand neighbouring-files:next
exmap prev_file obcommand neighbouring-files:prev
exmap next_file_alphabetical obcommand neighbouring-files:next-alphabetical
exmap prev_file_alphabetical obcommand neighbouring-files:prev-alphabetical
exmap older_file_created obcommand neighbouring-files:older-created
exmap newer_file_created obcommand neighbouring-files:newer-created
exmap older_file_modified obcommand neighbouring-files:older-modified
exmap newer_file_modified obcommand neighbouring-files:newer-modified
exmap folder_up obcommand neighbouring-files:folder-up
exmap folder_down obcommand neighbouring-files:folder-down
exmap folder_next obcommand neighbouring-files:folder-next
exmap folder_prev obcommand neighbouring-files:folder-prev
nmap gn :next_file<cr>
nmap gp :prev_file<cr>
nmap fu :folder_up<cr>
nmap fd :folder_down<cr>
nmap fn :folder_next<cr>
nmap fp :folder_prev<cr>

Contributing

Open source on GitHub. Issues and PRs welcome.

License

MIT License.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Advanced New File
5 years ago by Ivan Chernov
Create file in chosen folder
Advanced Random Note
3 years ago by Karsten Finderup Pedersen
Create commands from custom queries to open random notes
Advanced Tables
6 years ago by Tony Grosinger
Improved table navigation, formatting, and manipulation in Obsidian.md
Advanced URI
5 years ago by Vinzent
Advanced modes for Obsidian URI
Aggregator
4 years ago by SErAphLi
This plugin helps you gather information from files, and make a summary in the file.
Anchor Link Display Text
2 years ago by Robert C Arsenault
An Obsidian plugin that makes anchor links look nicer by automatically populating display text.
Another Quick Switcher
5 years ago by tadashi-aikawa
This is an Obsidian plugin which is another choice of Quick switcher.
Another Sticky Headings
2 years ago by Zhou Hua
Arrows
3 years ago by artisticat
Draw arrows across different parts of your notes, similar to on paper
Auto File Organizer
2 years ago by mofukuru
Obsidian plugin: Automatically organizes files into folders based on their extensions.
Autofit Tabs
2 years ago by Bradley Wyatt
Obsidian Plugin that automatically adjusts tab header widths in real-time to perfectly fit each tab's title content while maintaining a clean, seamless interface that prevents awkward text truncation and ensures optimal readability of your document titles.
Automatically reveal active file
6 years ago by Matt Sessions
Obsidian plugin to reveal the active file automatically when you open a file
Backlink Full Path
a year ago by mnaoumov
Obsidian plugin that shows the backlink's full path in the backlinks panel.
Bellboy
4 years ago by Shaked Lokits
Opinionated file structure manager for the Obsidian knowledge base.
Better Link Clicker
8 months ago by Eniverz
An Obsidian plugin that modifies the default link click event.
BlazeJump
2 years ago by henryco
Plugin for Obsidian that makes text navigation blazingly fast.
Bookmarks Caller
2 years ago by namikaze-40p
This is an Obsidian plugin which can easily open bookmarks.
BookNav
2 years ago by jemberton
A plugin for ObsidianMD that enables book style navigation links in a note.
Canvas Link to Group
a year ago by TGRRRR
Plugin for Obsidian Canvas enabling direct links to specific groups within canvas files for improved navigation
Canvas minimap
3 years ago by ifree
Obsidian canvas minimap
Card View Switcher
4 years ago by qawatake
An Obsidian plugin to provide a quick switcher with card view
Checklist
6 years ago by delashum
Click Hint
2 years ago by kbwo
Confluence Link
2 years ago by Razvan Bunga
Convert obsidian md file into confluence pages
Core Search Assistant
5 years ago by qawatake
An Obsidian plugin to enhance built-in search: keyboard interface, card preview, bigger preview
Course Module Loader
a year ago by Sebastian Kamilli
Downloads and unzips course module zip files from a URL into a specified vault folder, skipping existing files.
Crafty
3 years ago by liolle
Add tooltip to your obsidian canvas's nodes and navigation between nodes
Current File Tags
2 years ago by Trung Tran
Cursor Jump
2 years ago by Sangwon Jung
Cursor Position History
2 years ago by Florian Gubler
A Plugin to remember (and make accessible) the cursor history in Obsidian. Both within a file and across files.
Cursor Position on Title Enter
2 years ago by Por Chainarong Tangsurakit
Obsidian Plugin: Set the cursor position after pressing Enter on the note title.
Custom Slides
a year ago by David V. Kimball
Customize Obsidian's Slides core plugin's navigation, styles, and behavior.
Cycle In Sidebar
4 years ago by Houcheng
Cycle through tabs of left/ right sidebar panel
Daily Note Navbar
3 years ago by Karsten Finderup Pedersen
Adds a daily note navbar to quickly navigate between sequential daily notes in Obsidian.
Daily Notes Tweaks
10 months ago by René Coignard
Open a random daily note and automatically switch past daily notes to reading mode.
Drag To Scroll
a year ago by Constantine Sazonov
Adds drag-to-scroll functionality to Obsidian. Hold mouse button and drag - now you can scroll like on touch device!
Dynamic Outline
2 years ago by theopavlove
Adds a customizable GitHub-like floating table of contents to Obsidian.
Easy Bake
3 years ago by mgmeyers
Compile many Obsidian notes down to one.
Edit Gemini
4 years ago by Basil_Mori
Emo
4 years ago by yaleiyale
Use image/file hosting in Obsidian by clipboard or draging file. Obsidian 图床聚合 & Github上传器
Excalink
11 days ago by Aditya Kumar
Excalink is an Obsidian plugin that enables IntelliSense-style autocompletion for groups and named frames inside .excalidraw.md files. When you type [[filename#, it suggests all available frame names, allowing fast, precise linking to parts of your drawings.
FastForwardLink
2 years ago by Idan Liberman
FastForwardLink Obsidian.md Plugin
Ffmpeg Converter
2 years ago by MrAnyx
Convert your assets into other formats. Convert, Compress and Optimize your vault
File Cleaner
4 years ago by Johnson0907
A file cleaner plugin for Obsidian.
File Color
4 years ago by ecustic
An Obsidian plugin for setting colors on folders and files in the file tree.
File Cooker
4 years ago by iuian
An obsidian plugin for moving search files to target folder
File Diff
3 years ago by Till Friebe
View the difference between two files within Obsidian.
File Explorer Note Count
5 years ago by Ozan Tellioglu
Obsidian Plugin for viewing the number of elements under each folder within the file explorer
File Manager
2 years ago by Juan Sicilia
A file manager plugin for Obsidian
File path to URI
6 years ago by Michal Bureš
Convert file path to uri for easier use of links to local files outside of Obsidian
File Tree Alternative
5 years ago by Ozan Tellioglu
This Obsidian Plugin allows users to have a different file explorer experience.
File Tree Generator
3 years ago by Unarray
An Obsidian extension to generate a file tree using callouts!
Find orphaned files and broken links
6 years ago by Vinzent
Find files, which are nowhere linked, so they are maybe lost in your vault.
Floating Headings
7 months ago by k0src
Displays a floating, collapsible outline of a note's headings on the right side of the editor. Expands on hover, click to navigate.
Floating Search
3 years ago by Boninall
A plugin for searching text by using Obsidian default search view.
Fold Properties
2 years ago by James Alexandre
Adds Fold/Unfold Properties Function to Folder Context Menu
Folder Focus Mode
4 years ago by grochowski
Focus file explorer on chosen folder and its files and subdirectories, while hiding all the other elements.
Folder overview
2 years ago by Lost Paul
Provides a dynamic overview of your vault or folders in the format of a code block.
Folder Tabulation
2 years ago by SpeedaRJ
An open source plugin for obsidian that let's you treverse local folder structure via keybindings and commands.
FolderFile Splitter
2 years ago by Xu Quan
Galaxy View
a month ago by Rick
Get Info
5 years ago by Chetachi
A small menu that is tucked inside your status bar and shows helpful information for your chosen file 📄.
Git Url
3 years ago by khuongduy354
Go To Heading
3 years ago by join
Quickly navigate between your document's headings in Obsidian
Go to Line
5 years ago by phibr0
Headings in Explorer
2 years ago by Patrick Chiang
This Obsidian plugin makes headings first class concepts in the file explorer and consolidates navigation to a single panel.
Highlight active folder section
2 years ago by Lukas Collier
Gives the folder section with the active note a customizable background color and more.
HOME key
a year ago by shichishima
Obsidian Plugin to move cursor to beginning of text, considering Markdown heading characters.
Home tab
3 years ago by Renso
A browser-like search tab for your local files in Obsidian.
Image Collector
3 years ago by tdaykin
Incomplete files
3 years ago by Hananoshika Yomaru
Rule based incomplete files discovery
Inline Local Graph
7 months ago by TKOxff
Inline Local Graph of Obsidian
Insert Heading Link
5 years ago by Signynt
Add a Link to a Heading.
Janitor
4 years ago by Gabriele Cannata
Performs various maintenance tasks on the Obsidian vault
JSON-CSV Importer
2 months ago by farling42
Plug-in for Obsidian.md which will create Notes from JSON files
Last Edit Location
8 months ago by Kyoungdeuk
When opening a note, put the cursor at the last edit location.
Lemons Search
2 years ago by Moritz Jung
An Obsidian plugin that offers a fast fuzzy finder based quick switcher with preview.
Link Navigation
2 years ago by xRyul
Navigate between incoming links (inlinks), outgoing links (outlinks) N levels deep. Links from Canvas are also supported.
Link Range
3 years ago by Ryan Mellmer
Add ranged link support to Obsidian
Local File Interface
5 years ago by qawatake
An Obsidian plugin to provide commands for moving files in and out of the vault
macOS Keyboard Navigation
6 years ago by ryanjamurphy
Mark Open Files
a year ago by Michael Schrauzer
Adds a marker to all the File Explorer items that are currently open in the Obsidian workspace.
Markdown Tabs
2 months ago by xhuajin
Create and render a Tabs component in your notes.
Metadata Menu
4 years ago by mdelobelle
For data management enthusiasts : type and manage the metadata of your notes.
Metafolders
2 years ago by Makary Sharoyan
An Obsidian plugin for multidimensional note navigation
Modal Opener
2 years ago by Muuxi
Open files and links in modal windows, or create and edit compatible files in modal windows.
Mouse Navigation
2 years ago by HoBeomJeon
Nav Link Header
2 years ago by ahts4962
Display navigation links at the top of the notes in Obsidian
Nav Weight
2 years ago by shu307
A simple plugin designed to sort files in navigation based on markdown frontmatter (also known as metadata) for Obsidian.
Next Link
3 years ago by Juan Luque
Next TOC
8 months ago by RavenHogWarts
Floating TOC panel
No Dupe Leaves
4 years ago by Simon Cambier
Automatically switch the focus to open notes instead of reopening them
Note Minimap
a year ago by Yair Segel
Add a minimap to your Obsidian notes.
Note Toolbar
2 months ago by chrisgurney
Flexible, context-aware toolbars for your notes in Obsidian.
Notebook Navigator
a month ago by Johan Sanneblad
A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.
Nuke Orphans
4 years ago by Sandorex
Obsidian notes plugin that trashes orphaned files and attachments
obsidian floating toc
4 years ago by curtgrimes modified by Cuman
Open files with commands
4 years ago by Lost Paul
Create commands that only open one file at the time and that can be used with the commander plugin.
Open in GitHub
a year ago by Muurphy Chen
This is an Obsidian plugin designed to open project or files directly in GitHub via your browser.
Open In New Tab
3 years ago by patleeman
Open Plugin Settings
3 years ago by Mara-Li
Create a command that open the settings tabs of a registered plugin (because I was bored to open the parameters).
Open Related Url
4 years ago by Dan Pickett
Open Tab Settings
a year ago by jesse-r-s-hines
Obsidian plugin that adds options to customize how tabs are opened, including open in new tab by default, preventing duplicate tabs, and more
Pane Relief
5 years ago by PJ Eby
Obsidian plugin for per-pane history, pane movement/navigation hotkeys, and more
Previous Daily Note
a year ago by Marcos Talau
Plugin for Obsidian that opens the previous daily note
Quick Explorer
5 years ago by PJ Eby
Perform file explorer operations (and see your current file path) from the Obsidian.md title bar
Quick Nav
a year ago by exoticknight
Enhance your editing experience by unleashing the hidden power of shortcuts.
Quick Preview
3 years ago by Ryota Ushio
An Obsidian plugin to quickly preview a suggestion before selecting it in link suggestions & quick switcher.
Quick snippets and navigation
4 years ago by @aciq
Quick snippets and navigation for Obsidian
Quick Switcher++
3 months ago by darlal
Enhanced Quick Switcher plugin for Obsidian.md
Quickly
3 years ago by Sparsh Yadav
Quick capture to obsidian note
Recent Tab Switcher
2 years ago by Samuel Ang
Recent Tab Switcher Plugin for Obsidian.
Redirect
4 years ago by Jacob Levernier
An Obsidian plugin for adding aliases to any file
Remember File State
5 years ago by Ludovic Chabant
A plugin for Obsidian that remembers cursor position, selection, scrolling, and more for each file.
Remember Scrollposition
8 months ago by s-blu
A plugin that saves the scroll position for each note to return you to where you left off
Reveal Active File Button
5 years ago by Clare Macrae
Obsidian plugin to add a button to the top of the Obsidian File Explorer, to reveal the active file.
Reveal Folded
a year ago by d7sd6u
Adds a command that reveals current file while collapsing every other tree item
Review Notes Plugin
4 years ago by tjandy98
Ruled template
3 years ago by YPetremann
An obsidian plugin that check rules to select which template to use.
Scroll Offset
4 years ago by Lijyze
Scroll Offset for Obsidian
Scrolls To Nav Top
a year ago by mario
Simply scrolls to nav top
Search Everywhere
5 years ago by Mom0
Obsidian Search Everywhere Plugin
SideNote
9 months ago by mofukuru
Obsidian plugin: Add comment on the part of sentence and refer in comment view.
Smooth Navigator
a year ago by Michael Schrauzer
Smoothly cycle through open files and splits in Obsidian via the keyboard.
Sort Frontmatter
3 years ago by Kanzi
Sort frontmatter automatically
Static File Server
5 years ago by Elias Sundqvist
Serve obsidian vault subfolders with a static web server
Structured Tree
2 years ago by Marius Svarverud
A file explorer for navigating hierarchical notes separated by '.'
Symlink Creator
2 years ago by Tobias Heidler
A plugin for Obsidian that allows the creation of symlinks - for Windows, OS X and Linux only!
SyncFTP
3 years ago by Alex Donnan
An Obsidian.md plugin that allows users to add their own SFTP host and credentials to sync to and from.
Tab File Path
a year ago by John Burnett
Tab Navigator
2 years ago by o02c
obsidian-tab-switcher
Tab Rotator
3 years ago by Steven Jin
Obsidian Rotate opened tabs with a specified time interval
Tab Selector
2 years ago by namikaze-40p
This is an Obsidian plugin which can quickly switch tabs in various ways.
Tab Switcher
a month ago by Vinzent
Tab Switcher - Obsidian Plugin
Tag Index
a year ago by wenlzhang
An Obsidian plugin that creates a curated list of important tags to serve as meaningful entry points to your knowledge base.
Tags Overview
3 years ago by Christian Wannerstedt
Obsidian plugin which adds an extended tags panel where tagged files can be overviewed, filtered and accessed in an easy way.
Tree Search
2 years ago by catacgc
URL Display
3 years ago by Stephanie Lin
Extract and display external URLs of the note in Obsidian.
Usher
2 years ago by vorotamoroz
Vault Name
2 years ago by @gapmiss
An Obsidian.md plugin for customizing and displaying the vault name (title) in the side navigation file explorer, similar to pre 1.6.0 versions of Obsidian.
Vertical Tabs
3 months ago by oxdc
An Obsidian plugin that displays open tabs vertically, allowing users to group and organize tabs for a better navigation experience.
VirtFolder
2 years ago by mr.grogrig
Creating a hierarchical structure like Luhmann's Zettelkasten
Weekday Commands
5 days ago by Wren
Weekly Review
4 years ago by Brandon Boswell
🪝 Grappling Hook
4 years ago by pseudometa
Obsidian Plugin for blazingly fast file switching. For those who find the Quick Switcher still too slow.