Arislan Song373 downloadsCreate multi-dimensional virtual folders from frontmatter without moving real files.
MultiDim Virtual Folders is an Obsidian plugin for building multiple virtual folder trees from note frontmatter.
Your notes do not have to live in only one folder hierarchy. A single note can appear under a date, a project, a source, a topic, and any other structure you care about, while the real Markdown file stays exactly where it is.
Use MultiDim Virtual Folders when one real folder tree is not enough.
For example, the same note can be part of a monthly review, a project, and a source collection at the same time. Instead of duplicating files or constantly moving notes around, you write simple frontmatter fields and let the plugin build the sidebars for you.
Add frontmatter like this to a note:
---
catalog_date: 2026-06-29
project_path: Example Project/Phase One
source_path: Reference/Manual
---
Then the note can appear in several virtual folder trees at once:
2026 / 2026-06 / 2026-06-29Example Project / Phase OneReference / ManualAfter the plugin is approved by the Obsidian community plugin review process:
MultiDim Virtual Folders.Use this method when the plugin is not available from the community store yet, or when the target computer cannot access GitHub or the Obsidian community plugin store.
multidim-virtual-folders.zip from the latest GitHub release. If the target computer is offline, download it on another computer and copy it over..obsidian/plugins/
multidim-virtual-folders.zip into that folder..obsidian/plugins/multidim-virtual-folders/
MultiDim Virtual Folders.The screenshots below use the Chinese Obsidian interface, but the flow is the same in other languages.


multidim-virtual-folders.


Before community plugin approval, you can install the GitHub repository with BRAT:
Arislan-x/multidim-virtual-folders
Open the plugin from the ribbon icon or from the command palette.
In settings, create one or more virtual folder dimensions:
For each dimension, you can configure:
Most dimension settings are locked by default, so you do not accidentally change a working setup. Click Edit, adjust the dimension, then click Save.
Drag a Markdown note into a virtual folder to write that folder path into the configured frontmatter property.
Only Markdown files are accepted. Real files are not moved.
The plugin is marked as mobile-compatible.
Sidebar browsing, dimension switching, settings, and frontmatter-based virtual folders can be used on mobile. Drag-and-drop behavior depends on the Obsidian mobile app and the operating system, so desktop remains the most complete experience for drag-and-drop workflows.
Right-click a virtual folder/category to:
These actions update frontmatter and plugin settings only. They do not delete or move real files in your vault.
This plugin does not send data to external services.
It does not use telemetry, analytics, remote code loading, or external network requests.
All data stays in your local Obsidian vault and plugin settings.
MIT License. See LICENSE.