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 Diagram

limpidolimpido1k downloads

Convert directory structure formatted in tab-indented text to a tree diagram.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates1

This is an Obsidian plugin that converts tab-indented text to a tree diagram.

Example

Input:

```tree
/
    home
    boot
    var
        log
    usr
        local
            bin
            sbin
            lib
        bin
            cat
        sbin
    etc
```

Output:

/
├── home
├── boot
├── var
│   └── log
├── usr
│   ├── local
│   │   ├── bin
│   │   ├── sbin
│   │   └── lib
│   ├── bin
│   │   └── cat
│   └── sbin
└── etc

Installation

Install via Obsidian

  1. Go to Obsidian Settings -> Community Plugins
  2. Click on "Browse" and search for "Tree Diagram"
  3. Install and enable the plugin

Install via GitHub

  1. Go to Latest Release
  2. Download the source code archive and extract to <vault>/.obsidian/plugins/
  3. Reload Obsidian
  4. Go to Settings -> Community Plugins -> Installed Plugins, enable the plugin
80%
HealthGood
ReviewSatisfactory
About
Convert tab-indented text into a clean ASCII tree diagram inside your notes. Render nested structures with branch characters (├──, │, └──) to visualize folder-like hierarchies.
VisualizationFormattingEditing
Details
Current version
1.0.0
Last updated
12 months ago
Created
Last year
Updates
1 release
Downloads
1k
Compatible with
Obsidian 0.15.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
limpidolimpido
github.com/limpido
GitHublimpido
  1. Community
  2. Plugins
  3. Visualization
  4. Tree Diagram

Related plugins

Easy Typing

Auto format when typing.

List Callouts

Create simple callouts in lists.

Mermaid View

Handle Mermaid files as first-class citizens, rendering them fullscreen when opened.

Symbols Prettifier

Prettify the symbols with actual symbols you commonly type, like arrows.

Advanced Tables

Improved table navigation, formatting, and manipulation.

Advanced Canvas

Supercharge your canvas experience. Create presentations, flowcharts and more.

Excalidraw

Visual PKM powerhouse. Create and edit Excalidraw drawings.

Meta Bind

Make your notes interactive with inline input fields, metadata displays, and buttons.

Outliner

Work with your lists like in Workflowy or Roam Research.

Mermaid Tools

Improved Mermaid.js experience: visual toolbar with common elements and more.