Neat File Tree

by Neil
5
4
3
2
1
New Plugin

Description

VSCode-style sticky folder headers, accent-colored top-level folders, and tinted indentation guides for the file explorer. - This plugin has not been manually reviewed by Obsidian staff.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
0
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Neat File Tree

Small quality-of-life tweaks for Obsidian's file explorer that make a deep, busy vault easier to navigate.

Features

  • Sticky folder headers — parent folders pin to the top as you scroll, stacked by depth, just like VSCode's "sticky scroll". You never lose track of where you are when many folders are expanded.
  • Per-depth color schemes — folder names, their bar, and the indentation guide lines are colored by depth from a scheme you pick: Aurora (the default, anchored to your theme's accent), Rainbow, Ocean, Sunset, Forest, or Mono — chosen from a live preview in settings. Top-level folders stay bold so the roots of your vault stand out.

Each feature has its own toggle in the plugin settings, plus a Row height field to keep the sticky headers aligned if you use a larger interface font.

Install

In Obsidian: Settings → Community plugins → Browse → search "Neat File Tree" → Install → Enable.

How it works

The plugin is pure CSS toggled by body classes — no DOM manipulation, no performance cost. It respects your theme's accent color (--text-accent) and background variables, so it adapts to light/dark and custom themes automatically.

License

MIT