No description
Find a file
2026-03-03 14:17:09 +05:30
.editorconfig Revert "Finshots Plugin commit" 2025-08-24 16:07:50 +05:30
.eslintignore Revert "Finshots Plugin commit" 2025-08-24 16:07:50 +05:30
.eslintrc Revert "Finshots Plugin commit" 2025-08-24 16:07:50 +05:30
.gitignore Revert "Finshots Plugin commit" 2025-08-24 16:07:50 +05:30
.npmrc First commit for Move Files Plugin 2025-05-09 17:18:44 +05:30
Demo.png Revert "Finshots Plugin commit" 2025-08-24 16:07:50 +05:30
esbuild.config.mjs Revert "Finshots Plugin commit" 2025-08-24 16:07:50 +05:30
LICENSE Revert "Finshots Plugin commit" 2025-08-24 16:07:50 +05:30
main.ts Fix for path duplication and link corruption bug 2026-03-03 14:02:00 +05:30
manifest.json Updated the version in manifest.json 2026-03-03 14:17:09 +05:30
MovedFilesDemo.png Revert "Finshots Plugin commit" 2025-08-24 16:07:50 +05:30
README.md Added setting to reatin the fodler structure 2025-09-17 11:05:31 +05:30
Settings.png Added setting to reatin the fodler structure 2025-09-17 11:05:31 +05:30
tsconfig.json Revert "Finshots Plugin commit" 2025-08-24 16:07:50 +05:30
version-bump.mjs Revert "Finshots Plugin commit" 2025-08-24 16:07:50 +05:30
versions.json Revert "Finshots Plugin commit" 2025-08-24 16:07:50 +05:30

Move Files Plugin

When editing a note, open command pallete and run "Move Files Plugin: Move linked files and update links". This will create a folder with Name: "{filename} files" and move all the linked files for e.g. png,pdf,jpg...etc to this folder. It will also udpate the links in the note.

Updates

Version 1.2.0 : Added support/settings for retaining the folder structure while creating the new folder. Version 1.1.0 : Added support/settings for moving the open note/md files also to the folder.

Settings

Two settings are available:

  1. Move the open note/md file as well to the folder created.
  2. Retain the folder structure, folder with linked files will be created in the same path as that of the note/md file. If disabled, the folder will be created in the root directory of the vault.

Move Files Setting

Example

Demo

Run the command and all the files are moved to the folder as shown below.

FilesMoved


Tip

Use the https://github.com/reorx/obsidian-paste-image-rename
plugin to automatically rename the copied images/file's as per you custom settings.

Acknowledgement

Developed it to keep the note and their linked files organised so as to keep the vault clean and organized.
Inspired from the Image Collector Plugin https://github.com/tdaykin/obsidian_image_collector