Move Files

by Nitish Khurana
5
4
3
2
1
Score: 54/100

Description

The Move Files Plugin plugin helps you organise notes by automatically relocating all linked files-such as images and PDFs-into a dedicated subfolder named after the note. When triggered via the command palette, it scans the note for linked resources, moves those files into a "{filename} files" folder, and updates all relevant links within the note to reflect the new paths. This is particularly useful for users who want to keep their vault tidy and maintain clear separation between notes and their associated media. It simplifies housekeeping without breaking references or requiring manual file edits.

Reviews

No reviews yet.

Stats

6
stars
1,211
downloads
1
forks
367
days
111
days
111
days
13
total PRs
0
open PRs
2
closed PRs
11
merged PRs
1
total issues
0
open issues
1
closed issues
0
commits

Latest Version

4 months ago

Changelog

What's Changed

Full Changelog: https://github.com/nitishkhurana/obsidian-move-files-plugin/compare/1.2.0...1.3.0

README file from

Github

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