Navigate sibling page
The concept¶
Andyâs note Itâs hard to navigate to unlinked âneighborsâ in associative note systems would be address with buttons to go to sibling notes.
The most basic implantation is
- put notes in a folder
- use
< Previous
andNext >
to navigate between the notes.
MkDocs material supports this, see navigation
MkDocs auto falls back on folder structure.
Theânavâconfiguration setting in yourâ
mkdocs.yml
âfile defines which pages are included in the global site navigation menu as well as the structure of that menu. If not provided, the navigation will be automatically created by discovering all the Markdown files in theâdocumentation directory.
The mkdocs material theme describes some other great navigation concepts
Disadvantage¶
- Less minimalistic UI
- Might link unrelated notes in a flat hierarchy setup, popular in the Zettelkasten community.
- maintaining a nav file wastes time if not automated
Obsidian plugin â ¶
Obsidian navigate plugin
- Next & Previous visual button.
- customizable next & previous, visualized at the bottom (or top?) of the note.
e.g. definenav-next
&nav-previous
in the frontmatter
use folder hierarchy as default.
Created a forum thread to discuss this plugin idea
the 2hoplink plugin can be used as reference, since it adds page-links at bottom of file.
Solution¶
the author from quick explorer got back to me and provided a solution.
-
install the plugins
- quick explorerâ- for previous & next command
- commanderâ- for adding command buttons -
On hovering the top bar, a button appears to add custom command buttons.
- Add the previous file & next file commands.
- For icon use double left<<
& double right arrow>>
Reference
- in-depth discussion on a previous and next button in the daily notes plugin, and workarounds with templates.
-
short thread, repeating the same
It mentions the same concept exists for breadcrumbs too. -
there are default Obsidian commands for
Open next daily note
âandâOpen previous daily note
, but no buttons. there used to be, not sure where this is - thread requesting hotkeys for this feature
- popular thread requesting this
- quick explorer plugin adds hotkeys for this feature. But no visual preview.
PKM UX browser navigation
Backlinks¶
- Obsidian improvements
- improve navigate sibling page, next & previous button
- Obsidian plugin ideas