maws7140359 downloadsVisual tweaks and toggle options for the Notebook Navigator plugin. Hide shortcut labels, section headers, vault title, note counts, and more.
NN Bridge is a companion plugin for the Notebook Navigator plugin for Obsidian. It layers visual tweaks, extra shortcuts, recents filtering, and custom collapsible sections on top of Notebook Navigator's navigation pane, without you having to fork or edit Notebook Navigator itself.
Requires Notebook Navigator. NN Bridge does nothing on its own. Install and enable Notebook Navigator first.

Instant, reversible toggles to declutter the navigation pane:
Pin any Obsidian command directly into Notebook Navigator's shortcuts list. Pinned commands reorder from the Navigator UI like native shortcuts, and each one gets a custom label and Lucide icon. Command shortcuts are tracked per Notebook Navigator profile.
Keep the Recent Notes list clean by excluding files at the data level (no blank rows in the virtualized list):
Render arbitrary Markdown inside the navigation pane, including Buttons plugin code blocks. Configure the section title, top / bottom placement, top spacing, and an advanced "insert after CSS selector" option.
Build your own collapsible sections that hold note shortcuts and command shortcuts:
main.js, manifest.json, and styles.css from the latest release.<your-vault>/.obsidian/plugins/nn-bridge/.NN Bridge applies most visual changes through body-class CSS toggles (the same approach as the Hider plugin). Recents filtering works by patching Notebook Navigator's recents service at the data level so excluded files never reach the virtualized list. Command shortcuts, the sidebar embed, sidebar tab tweaks, and custom sections are injected into Notebook Navigator's DOM and kept in sync on layout changes.