Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Tree View

JesseJesse57 downloads

Create multiple editable file-explorer views that reference the vault's real file tree, without altering it.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates3

Create multiple editable file-explorer views that reference the vault's real file tree, without altering it.

What it does

Tree View adds two panes to Obsidian:

  • Tag view — a live file tree computed from your notes' frontmatter tags, rooted at a tag you pick. Drag notes in, out, or between branches and the plugin rewrites the underlying frontmatter tags for you; rename a branch and every note under it is retagged. You can open several tag views at once, each rooted differently, in the sidebar or the main area. A tag view has no file of its own — its root tag is remembered by Obsidian's workspace, like any other tab.
  • Tag browser — a read-only tree of every tag in the vault (a drop-in alternative to core's Tags pane). Clicking a tag opens or re-roots the tag view instead of running a global search.

Both panes mirror Obsidian's own File Explorer / Tags markup, so your active theme styles them with no extra CSS.

Commands

  • Open tag view — reveal/create the sidebar tag view
  • Open a new tag view in the main area — always a fresh pane
  • Open tag browser — reveal/create the tag browser in the right sidebar

Install

Community plugins

Once approved: Settings → Community plugins → Browse, search for "Tree View", install, and enable.

BRAT (beta)

  1. Install the BRAT plugin.
  2. Run BRAT: Add a beta plugin for testing and enter https://github.com/biehenjia/tv.
  3. Enable Tree View under Community plugins.

Manual

Download main.js, manifest.json, and styles.css from the latest release and copy them into <vault>/.obsidian/plugins/tree-view/, then enable the plugin.

Build from source

npm install
npm run build

npm run build type-checks with tsc and bundles src/main.ts into main.js via esbuild. Use npm run dev for a watch build.

License

MIT — see LICENSE.

HealthExcellent
ReviewSatisfactory
About
Create multiple editable file-explorer views computed from your notes' frontmatter tags without altering the vault's file tree. Open a read-only tag browser to browse tags and click a tag to open or re-root a tag view; drag notes between branches or rename branches to automatically rewrite frontmatter tags.
TagsFilesSidebar
Details
Current version
0.2.0
Last updated
2 weeks ago
Created
3 weeks ago
Updates
3 releases
Downloads
57
Compatible with
Obsidian 1.7.2+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
JesseJessebiehenjia
GitHubbiehenjia
  1. Community
  2. Plugins
  3. Tags
  4. Tree View

Related plugins

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

Tag Wrangler

Rename, merge, toggle, and search tags from the tag pane.

Recent Files

Display a list of recently opened files.

Reveal Active File Button

Add a button to the top of the File Explorer, to reveal the active file.

Checklist

Consolidate checklists across all files into a single view.

Custom File Explorer sorting

Manual or automatic config-driven reordering and sorting of files and folders in File Explorer.

Novel word count

Display a word count, page count, creation date, or other statistics for each file, folder and vault in the File Explorer pane.

Flexplorer

Enhance the file explorer with custom sorting, pinning, and hiding.

TagFolder

Show tags as folder.

Tags Overview

An extended tags panel where tagged files can be easily viewed, filtered, and accessed.