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

Subdivider

medioszmediosz4k downloads

Convert your notes into nested folders, and automatically create separate files for each subheading.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates15

Subdivider is an efficient plugin for Obsidian that simplifies note organization. It converts your notes into nested folders, automatically creating separate files for each subheading.

With Subdivider, you can easily navigate through your notes and manage large and complex information effortlessly. Take control of your note organization and enhance your productivity with Subdivider.

Personally, I don't like long notes, so when a note grows into a giant note, I would subdivide it into some smaller pieces.

This plugin is still in its early stage and if you find anything unexpected, feel free to open an issue.

Usage

There are two operations right now, you can turn a file into a folder or turn part of a file into another file.

  1. Right click a file and select "Subdivide the file", then a folder will be created.
  2. Select some text in a file, right click and select "Subdivide the selection", then the file will be created.

Notes

Special Characters in File Name

The plugin will replace some special characters in the file name with _ to avoid some unexpected issues. The special characters are:

  • "/"
  • "\"
  • " "(space)(Windows only)
  • "."(period)(Windows only)

File Structure

The plugin expects a well-structured file, which means the file should have a few Header 1s. Only these Header 1s will be converted into separate files during a single pass.

Linter is a great plugin to help you maintain a well-structured file.

Example

Given the following file:

Title
# Header 1
# Header 2
## Header 3

The plugin will convert it to:

- Title
  - Header 1.md
  - Header 2.md

If recursive is enabled, the plugin will also convert the Header 3 in Header 2.md to a separate file.

- Title
  - Header 1.md
  - Header 2
    - Header 3.md

Missing Headers

Note that Headers should be in order. If a Header 2 is missing, the plugin will not convert the Header 3 under it.

Title
# Header 1
### Header 3

Even if recursive is enabled, the plugin will not convert the Header 3.

69%
HealthFair
ReviewCaution
About
Convert long notes into nested folders and separate Markdown files for each top-level subheading. Split selections into new files, preserve header hierarchy, support recursive subdivision into deeper headings, and sanitize filenames by replacing problematic characters.
FilesFoldersMarkdown
Details
Current version
0.1.7
Last updated
2 years ago
Created
3 years ago
Updates
15 releases
Downloads
4k
Compatible with
Obsidian 0.15.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
medioszmediosz
github.com/MediosZ
GitHubmediosz
  1. Community
  2. Plugins
  3. Files
  4. Subdivider

Related plugins

Flexplorer

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

Custom File Explorer sorting

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

Multi Properties

Add properties to multiple notes at once. Either right-click a folder or select multiple notes and right-click the selection.

File Explorer Note Count

See the number of notes in each folder within the file explorer.

Create Note in Folder

Add commands to create a note in a specific folder.

File Tree Alternative

An alternative file tree view with separate folder and file panes.

Quick Explorer

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

Notebook Navigator

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

Local REST API & MCP Server

Unlock your automation needs by interacting with your notes over a secure REST API.

QuickAdd

Quickly add new notes or content to your vault.