-
-
Couldn't load subscription status.
- Fork 23
Home
Johan Sanneblad edited this page Oct 28, 2025
·
98 revisions
Updated October 26, 2025
- Mixed folders and files in same pane - Will not implement built-in explorer style mixing. Use Shortcuts for pinning specific files
- Monkey-patching or DOM-hacks - No features that hack into the Obsidian editor internals
- Excalidraw previews - Not technically feasible without Excalidraw plugin saving PNGs. Contact Excalidraw author for support
- Show files in the .trash folder - There are many reasons for not showing a "🗑️ Trash" folder in Notebook Navigator. Files in Obsidian trash folder are not TFile / TFolder references and has to be read like an external folder. This means we will receive no file update events from Obsidian and have to manage everything within this folder manually. If Obsidian in the future adds support for the .trash folder to the Vault so files in it are indexed and events are firing then it would be extremely simple to add a "🗑️ Trash" folder to view and undelete files.
- Custom file sort order - Please see this post for details: https://github.com/johansan/notebook-navigator/issues/464. The main reasons for not adding custom sort order is (1) it will bloat the settings file since would have to save every sorted folder to the synced data.json file, and (2) it would decrease performance since it would add an extra layer between Obsidian and Notebook Navigator views.
- Show NN tag colors in Obsidian editor tags
- Sync editor tag colors with Notebook Navigator
- Hook into Obsidian breadcrumbs for NN navigation
- Make Obsidian breadcrumbs open Notebook Navigator
- Click tag in editor to reveal in Notebook Navigator
- Organization
- Sorting & Display
- Commands
- Display Options
- Tag Management
- Tag Navigation
- Plugin Integration
- Shortcuts Section
- Saved Searches & Dynamic Views
- Icons
- Other Features
- Quick Links (Hover Actions)
- Preview & Appearance
- File Information
- Sorting
- Navigation
- Tag Filtering
- Search Integration
- Interactive Elements
- Pane Layout
- Toolbar & Controls
- Banner
- Colors & Themes
- Startup Options