No description
Find a file
d0d1 2e7cfa4a05 docs: update Linux testing status
Record confirmed Linux support in user-facing docs and release-readiness notes.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-08 00:40:55 +02:00
.github/workflows build: add release zip asset 2026-03-07 16:44:38 -03:00
docs docs: update Linux testing status 2026-04-08 00:40:55 +02:00
src fix: avoid empty validation spacing 2026-03-22 21:24:57 -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 fix: restore desktop bundle and improve mobile input flow 2026-03-07 13:31:27 -03:00
LICENSE refactor: reorganize source and project documentation 2026-03-07 11:35:17 -03:00
main.js fix: avoid empty validation spacing 2026-03-22 21:24:57 -03:00
manifest.json chore: release 1.0.5 2026-03-22 21:25:46 -03:00
package-lock.json chore: release 1.0.2 2026-03-09 11:32:51 -03:00
package.json chore: release 1.0.5 2026-03-22 21:25:46 -03:00
README.md docs: update Linux testing status 2026-04-08 00:40:55 +02:00
styles.css feat: improve move modal accessibility 2026-03-19 17:40:02 -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: release 1.0.5 2026-03-22 21:25:46 -03:00

Move to New Folder

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

Install with BRAT

This plugin is currently in beta and can be installed through BRAT before official Community Plugins submission.

  1. Install and enable the BRAT plugin in Obsidian
  2. In BRAT, choose to add a beta plugin from GitHub
  3. Enter d0d1/obsidian-move-to-new-folder
  4. Install Move to New Folder from BRAT

Install from GitHub release

If you prefer not to use BRAT, you can install the plugin from the latest GitHub release:

  1. Download move-to-new-folder-<version>.zip from the latest release
  2. Create the folder .obsidian/plugins/move-to-new-folder/ in your vault if it does not already exist
  3. Extract the ZIP contents 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