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

Numbered Folder Creator

rajdeep31rajdeep3190 downloads

Automatically adds sequential numbering to folders and notes to maintain organized structures.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates1

Numbered Folder Creator is an Obsidian plugin that automatically maintains sequential numbering for folders and notes to help keep your vault organized.

When a new file or folder is created inside an existing directory, the plugin assigns the next available number prefix to maintain a consistent structure.


Features

Automatic Sequential Numbering

Newly created files and folders inside a directory automatically receive a sequential number prefix.

Example:

Projects
├── 01 Research
├── 02 Documentation
├── 03 Design

If a new folder named Planning is created, the plugin renames it to:

04 Planning

Works With Files and Folders

The plugin supports numbering for both folders and markdown files.

Example:

Notes
├── 01 Introduction.md
├── 02 Concepts.md
├── 03 Examples.md

Preserves File Extensions

File extensions remain unchanged during renaming.

Example:

Report.md → 01 Report.md

Intelligent Detection

The plugin avoids interfering with existing structures.

It ignores:

  • Files or folders that already start with a number
  • Temporary placeholder names such as Untitled
  • Items created in the vault root directory

Retroactive Numbering Command

The plugin includes a command that numbers existing folders and notes.

Command:

Retroactively Number All Subfolders and Notes

This command scans subfolders and assigns numbers to items that do not already have a prefix.


Example Folder Structure

Before numbering:

Projects
├── Research
├── Documentation
├── Design

After numbering:

Projects
├── 01 Research
├── 02 Documentation
├── 03 Design

Installation

Manual Installation

  1. Download the latest plugin release.
  2. Extract the plugin into:
VaultFolder/.obsidian/plugins/numbered-folder-creator
  1. Ensure the folder contains:
main.js
manifest.json
styles.css
  1. Open Settings → Community Plugins in Obsidian.
  2. Enable Numbered Folder Creator.

Safety and Behavior

To ensure safe operation, the plugin includes several safeguards:

  • Existing numbered items are never modified.
  • The vault root directory is ignored.
  • Temporary placeholder names are skipped.
  • Internal safeguards prevent recursive rename loops.

The plugin only adds numbering to newly created items and does not modify existing organized structures.


License

MIT License

82%
HealthExcellent
ReviewSatisfactory
About
Maintain sequential numeric prefixes for new folders and markdown files to keep your vault organized. Run a retroactive numbering command to number existing items while preserving file extensions and ignoring already-numbered or placeholder names and the vault root.
FoldersFilesAutomation
Details
Current version
1.0.0
Last updated
3 months ago
Created
3 months ago
Updates
1 release
Downloads
90
Compatible with
Obsidian 0.15.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
rajdeep31rajdeep31
github.com/Rajdeep31
GitHubrajdeep31
  1. Community
  2. Plugins
  3. Folders
  4. Numbered Folder Creator

Related plugins

QuickAdd

Quickly add new notes or content to your vault.

Flexplorer

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

Advanced URI

Control everything with URI.

Waypoint

Easily generate dynamic MOCs in your folder notes using waypoints. Enables folders to show up in the graph view and removes the need for messy tags!

Custom File Explorer sorting

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

Vault Changelog

Maintain a changelog of recently edited notes.

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.