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

FolderView

Hans van der FluitHans van der Fluit96 downloads

Render searchable, collapsible folder trees inside notes.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates2

FolderView is an Obsidian community plugin that renders a folder tree directly inside your notes using a Markdown code block.

Unlike Dataview, FolderView is designed specifically for browsing folders and files. It displays the contents of any folder in your vault as a tree, including subfolders and non-Markdown files.

Note: FolderView is preparing for its first Community Plugin release.


Features

Current features:

  • Display every file in a folder.
  • Recursively include all subfolders.
  • Display empty folders.
  • Show all file types, not just Markdown notes.
  • Display Markdown notes without the .md extension.
  • Optionally display extensions for files other than Markdown notes.
  • Choose whether files or subfolders appear first at every level.
  • Sort files and subfolders from A to Z or Z to A within their groups.
  • Collapse and expand folders with the mouse or keyboard.
  • Remember collapsed folders across notes, plugin reloads, and Obsidian restarts.
  • Preserve collapsed state when folders are renamed or moved.
  • Use native Obsidian icons for folders and common file types.
  • Customize folder, fallback file, and extension-specific icons.
  • Click any file to open it just like a normal internal Obsidian link.
  • Preview a file by hovering over its filename when Obsidian's page preview feature is enabled.
  • Update rendered trees when files or folders are created, renamed, moved, or deleted.
  • Filter files and folders within each rendered tree.
  • Highlight the currently active note.
  • Support desktop and mobile layouts with touch-friendly controls.

Installation (Development)

Clone or download this repository into your vault's plugins folder:

<Your Vault>/.obsidian/plugins/folder-view/

Install dependencies:

npm install

Start the development build:

npm run dev

Enable the plugin in:

Settings → Community Plugins

For a manual release installation, copy main.js, manifest.json, and styles.css into the same folder-view directory.


Usage

Insert the following code block into any note:

```folderview
Projects
```

Where Projects is the path to a folder in your vault.

FolderView will render a tree containing every file and subfolder beneath that folder.

Example:

```folderview
Projects
```

Produces something similar to:

Ideas
Meeting Notes
Todo

Personal
    Shopping
    Vacation

Work
    Proposal
    Budget.xlsx

Markdown notes are displayed without the .md extension.

Other files keep their extensions.

Clicking any file opens it in Obsidian.

Select a folder row to collapse or expand its contents. FolderView remembers this state globally by full vault path. If the same folder appears in multiple FolderView blocks, it uses the same collapsed or expanded state in each one.


Settings

Open Settings → FolderView to configure:

  • Sort direction and whether files or folders appear first.
  • Whether non-Markdown file extensions are displayed.
  • Folder and fallback file icons.
  • Extension-specific icon overrides using Obsidian icon names.

Folder Paths

Paths are relative to the root of your vault.

Examples:

```folderview
Projects
```

```folderview
Projects/Work
```

```folderview
Attachments
```

Current Limitations

At the current stage of development:

  • The tree is rebuilt when rendered.

These limitations will be addressed in future releases.


Development

FolderView is written in TypeScript using the official Obsidian Plugin API.

The project is organized into focused classes:

src/
├── CollapsedFolderState.ts
├── main.ts
├── FolderView.ts
├── FolderTree.ts
├── TreeRenderer.ts
├── Icons.ts
└── Types.ts

The project aims to follow clean architecture principles:

  • Single responsibility for each class
  • Strong TypeScript typing
  • Minimal logic in main.ts
  • Use of Obsidian APIs wherever possible
  • Easy to extend and maintain

Contributions, suggestions, and bug reports are welcome.

Release validation

Run the complete release check before creating a release:

npm run check

Create a GitHub release whose tag exactly matches the version in manifest.json without a leading v. Attach main.js, manifest.json, and styles.css as individual release assets.

HealthExcellent
ReviewSatisfactory
About
Render a live folder tree inside any note using a Markdown code block. Show all files and subfolders recursively — including empty and non‑Markdown files — open files by click, preview on hover, remember collapsed state across sessions, and filter, sort, and customize icons.
FoldersFilesNavigation
Details
Current version
1.0.1
Last updated
Last month
Created
2 months ago
Updates
2 releases
Downloads
96
Compatible with
Obsidian 0.16.0+
Platforms
Desktop, Mobile
License
0BSD
Report bugRequest featureReport plugin
Author
Hans van der FluitHans van der Fluithanchan78
GitHubhanchan78
  1. Community
  2. Plugins
  3. Folders
  4. FolderView

Related plugins

Quick Explorer

Perform file explorer operations (and see your current file path) from the title bar, using the mouse or keyboard.

GridExplorer

Browse and organize note files visually in a flexible grid layout.

Notebook Navigator

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

Recent Files

Display a list of recently opened files.

Folder notes

Create notes within folders that can be accessed without collapsing the folder, similar to the functionality offered in Notion.

Open Tab Settings

Adds options to customize how tabs are opened, including open in new tab by default, preventing duplicate tabs, and more.

Reveal Active File Button

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

Custom File Explorer sorting

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

Remember cursor position

Remember cursor and scroll position for each note.

Flexplorer

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