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

Create Nested Note

Daren WesolowskiDaren Wesolowski2 downloads

Create a folder and a same-named note from the file explorer context menu.

Add to Obsidian
Create Nested Note screenshot
Create Nested Note screenshot
  • Overview
  • Scorecard
  • Updates2

Create a folder and a same-named Markdown note from Obsidian's file explorer context menu.

Features

  • Adds Create nested note to the file explorer context menu.
  • Creates inside a selected folder or beside a selected file.
  • Opens the newly created note automatically.
  • Accepts names with or without the .md extension.
  • Prevents invalid filenames and accidental path collisions.
  • Works without accounts, network access, telemetry, or external services.
  • Supports desktop and mobile versions of Obsidian.

Usage

  1. Right-click a file or folder in Obsidian's file explorer. On mobile, long-press the item.
  2. Select Create nested note.
  3. Enter a name and select Create.

For example, entering about-this-site creates:

about-this-site/
└── about-this-site.md

When invoked on a folder, the new folder is created inside it. When invoked on a file, the new folder is created in that file's parent folder.

Requirements

  • Obsidian 1.4.0 or newer
  • Desktop or mobile

Installation

Community plugins

Once the plugin is available in Obsidian's Community Plugins directory:

  1. Open Settings → Community plugins.
  2. Select Browse and search for Create Nested Note.
  3. Select Install, then Enable.

Manual installation

  1. Download main.js, manifest.json, and styles.css from the latest GitHub release.

  2. Create this directory inside your vault:

    .obsidian/plugins/create-nested-note/
    
  3. Copy the three downloaded files into that directory.

  4. Reload Obsidian.

  5. Enable Create Nested Note under Settings → Community plugins.

Development

Node.js 20 or newer and npm are required.

npm ci
npm run lint
npm run build

Available scripts:

Command Purpose
npm run dev Watch main.ts and rebuild the development bundle.
npm run lint Run ESLint with Obsidian's recommended rules.
npm run build Type-check, minify, and stage the production package.
npm run package Alias for the complete production build.
npm run deploy -- "<plugin-directory>" Copy an existing package into a local vault.

Production files are staged in dist/.

The included VS Code tasks provide Build production package and Deploy to working vault commands. The deploy task builds first and then updates the working vault installation.

Testing

This project is tested with BrowserStack.

Project structure

.
├── .github/workflows/ci.yml
├── .vscode/tasks.json
├── docs/RELEASING.md
├── scripts/
├── main.ts
├── manifest.json
├── styles.css
└── package.json

Privacy and security

The plugin operates entirely within the active Obsidian vault. It does not make network requests, collect telemetry, display advertisements, require an account, or access files outside the vault.

Contributing

Bug reports and focused pull requests are welcome. See CONTRIBUTING.md for development and validation expectations.

Releasing

Maintainer instructions for GitHub releases and Obsidian Community Plugins submission are in docs/RELEASING.md.

License

Licensed under the MIT License.

HealthExcellent
ReviewPassed
About
Create a folder and a same-named Markdown note from the file explorer context menu. Place it inside a folder or beside a file, open the note automatically, accept names with or without .md, and prevent invalid filenames or path collisions. Work on desktop and mobile offline with no accounts or telemetry.
FilesFolders
Details
Current version
1.0.1
Last updated
7 hours ago
Created
Last week
Updates
2 releases
Downloads
2
Compatible with
Obsidian 1.4.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
Daren WesolowskiDaren Wesolowskidwesolowski
dwesolowski.com
GitHubdwesolowski
  1. Community
  2. Plugins
  3. Files
  4. Create Nested Note

Related plugins

Quick Explorer

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

Custom File Explorer sorting

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

Flexplorer

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

Multi Properties

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

GridExplorer

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

File Explorer Note Count

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

File Tree Alternative

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

Create Note in Folder

Add commands to create a note in a specific folder.

Neighbouring Files

Navigate to the next and previous file in the current directory.

File Cleaner Redux

Help you to clean empty files and unused attachments in the vault.