Skip to content
Johan Sanneblad edited this page Oct 28, 2025 · 98 revisions

Notebook Navigator roadmap

Updated October 26, 2025

Features that will not be added

Core Architecture

  • 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

Navigation Pane

  • 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.

List Pane

  • 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.

Obsidian Editor Integration (Out of Scope)

Navigation Pane

Folders

Folder Notes

Tags

Shortcuts

Smart Folders / Bases (Third Context Type)

Visual & Behavior

List Pane

File Display

File Management

Search & Filtering

Visual Features

Overall Interface

Layout Options

Banner & Themes

Startup & Navigation

Commands & Keyboard

Keyboard Navigation

Plugin Integration

API Development

Third-Party Plugin Support