No description
Find a file
David 62e9a80c9a docs: fix README links for Community rendering
Use absolute GitHub links for repository docs and rely on the Community badge instead of inline self-references on the plugin listing page.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-16 14:09:08 -03:00
.github/workflows chore: address Obsidian scorecard findings 2026-05-15 22:14:15 -03:00
docs docs: refresh release readiness notes 2026-04-08 00:56:22 +02:00
src chore: address Obsidian scorecard findings 2026-05-15 22:14:15 -03:00
.gitignore feat: scaffold plugin and implement move-to-new-folder workflow 2026-03-07 09:37:10 -03:00
AGENTS.md docs: split user and development documentation 2026-03-07 13:38:56 -03:00
CONTRIBUTING.md docs: polish contributor and platform documentation 2026-03-07 15:39:31 -03:00
esbuild.config.mjs chore: address Obsidian scorecard findings 2026-05-15 22:14:15 -03:00
LICENSE chore: address Obsidian scorecard findings 2026-05-15 22:14:15 -03:00
main.js chore: address Obsidian scorecard findings 2026-05-15 22:14:15 -03:00
manifest.json chore: address Obsidian scorecard findings 2026-05-15 22:14:15 -03:00
package-lock.json chore: address Obsidian scorecard findings 2026-05-15 22:14:15 -03:00
package.json chore: address Obsidian scorecard findings 2026-05-15 22:14:15 -03:00
README.md docs: fix README links for Community rendering 2026-05-16 14:09:08 -03:00
styles.css chore: address Obsidian scorecard findings 2026-05-15 22:14:15 -03:00
tsconfig.json feat: scaffold plugin and implement move-to-new-folder workflow 2026-03-07 09:37:10 -03:00
versions.json chore: address Obsidian scorecard findings 2026-05-15 22:14:15 -03:00

Move to New Folder

Obsidian Community plugin GitHub release License: GPL-3.0-only

Move to New Folder is an Obsidian community plugin that moves a file or folder into a newly created folder without requiring you to type the full destination path.

What it does

  • Adds Move file to new folder... for notes
  • Adds Move folder to new folder... in the file explorer for folders
  • Lets you choose a parent folder from a searchable picker
  • Creates the new child folder and moves the target safely with Obsidian APIs
  • Preserves Obsidian's normal link-update behavior when moving files

Preview

Move to New Folder modal

How to use it

File explorer

  1. Right-click a note or folder
  2. Choose Move file to new folder... or Move folder to new folder...
  3. Pick the parent folder
  4. Enter the new folder name
  5. Confirm the move

Command palette

  1. Open a note
  2. Run Move file to new folder...
  3. Complete the same modal flow

Folder moves are supported from the file explorer context menu.

Settings

  • Default parent to current note folder: start the picker from the active note's parent instead of vault root

Platform support

  • Designed for desktop and mobile
  • Tested on Windows, Android, and Linux
  • macOS and iOS have not been fully validated yet

Installation

From Community plugins

Install from Obsidian's Community plugins directory:

  1. Open Settings in Obsidian
  2. Go to Community plugins and choose Browse
  3. Search for Move to New Folder
  4. Select Install, then Enable
Manual install from GitHub release

If you cannot use Community plugins, install the latest GitHub release manually:

  1. Download manifest.json, main.js, and styles.css from the latest release
  2. Create the folder .obsidian/plugins/move-to-new-folder/ in your vault if it does not already exist
  3. Copy the downloaded files into that folder
  4. Enable Move to New Folder in Obsidian

Privacy and external services

  • No telemetry
  • No analytics
  • No network access
  • No account requirement
  • No payments or subscriptions
  • No external service dependencies at runtime

Docs