Attachment Organizer

by kiteruunner
5
4
3
2
1
Score: 35/100

Description

The Attachment Organizer plugin helps clean up attachment sprawl by scanning a vault, checking backlinks and grouping files into workspace, staging and optional extra scan zones. It shows whether an item should stay put, move closer to the note that references it, go to staging or be flagged as missing or conflicting. You can preview the full plan before applying changes, filter the results by status and run batch moves in one pass. The plugin also supports undo for the last operation, configurable placement rules, duplicate name checks and custom attachment detection for cases like Excalidraw or Canvas files. It fits people who want attachment folders to stay consistent without sorting files by hand.

Reviews

No reviews yet.

Stats

stars
494
downloads
0
forks
5
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Obsidian Attachment Organizer

Automatically organize attachments into zone-based folders with conflict detection and batch operations.

Features

  • Zone-based organization — Define Workspace, Staging, and Extra Scan zones to categorize your vault
  • Smart detection — Analyzes backlinks to find orphaned, misplaced, or missing attachments
  • Preview mode — See exactly where files will move before applying changes
  • Batch operations — Move multiple files at once with one click
  • Undo support — Safely revert the last batch operation
  • Conflict detection — Identifies duplicate filenames and target conflicts before they happen
  • Flexible placement — Choose where attachments go: same folder as note, subfolder, or specified location

How It Works

The plugin scans your vault and classifies each attachment based on its location and references:

Mark Status Meaning
- Note Markdown note (not an attachment)
K Keep Already in the correct location
B Staging Orphan — move to Staging folder
R Relocate Move to proper location near its referencing note
M Missing Referenced in a note but file doesn't exist
C Conflict Can't move due to naming conflict

Installation

  1. Go to Releases
  2. Download main.js, manifest.json, and styles.css from the latest release
  3. Create folder: <your-vault>/.obsidian/plugins/attachment-organizer/
  4. Copy the downloaded files into that folder
  5. Reload Obsidian and enable the plugin in Settings → Community plugins

Manual Build

git clone https://github.com/Kiteruunner/obsidian-attachment-organizer.git
cd obsidian-attachment-organizer
npm install
npm run build

Copy main.js, manifest.json, and styles.css to your vault's plugin folder.

Usage

  1. Open the Organizer view from the command palette (Ctrl/Cmd + P → "Open Organizer") or the ribbon icon
  2. Review the file tree — each attachment shows its current status mark
  3. Use the filter buttons to focus on specific mark types (B, R, M, C)
  4. Toggle Preview to see where files will move
  5. Click Apply to execute planned moves
  6. If needed, click Undo to revert

Settings

Zones

Setting Description
Workspace folder Main folder to organize (empty = vault root)
Staging folder Where orphan attachments are moved
Enable Extra Scan Scan additional folders outside Workspace/Staging
Extra Scan folders Specific folders to scan, or leave empty for whole vault
Setting Description
Backlink scope Which notes to analyze: Workspace only or Whole vault
Link sources Types of links to detect: [[links]], ![[embeds]], frontmatter

Placement Policy

Setting Description
Placement mode Where attachments go: Vault root, Specified folder, Same folder as note, or Subfolder under note
Subfolder name Name of subfolder when using "Subfolder under note" mode

Conflict Handling

Setting Description
Multi-backlink policy How to handle attachments referenced by multiple notes
Global name check Prevent moves that would create duplicate filenames
Plan External attachments Include files outside Workspace/Staging in the plan

Attachment Detection

Setting Description
Attachment rules Regex patterns to identify .md files as attachments (e.g., Excalidraw)
Show stats Display scan statistics in the Organizer view

Tips

  • Excalidraw & Canvas files are automatically treated as attachments (built-in rules)
  • Use Preview mode before applying to verify the plan
  • Files marked C (Conflict) won't be moved — resolve duplicates manually first
  • The Undo feature only works for the last operation, so review carefully before applying

License

MIT

Author

KirunGitHub

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Binary File Manager
5 years ago by qawatake
An Obsidian plugin to manage binary files
Core Search Assistant
4 years ago by qawatake
An Obsidian plugin to enhance built-in search: keyboard interface, card preview, bigger preview
File Cleaner
4 years ago by Johnson0907
A file cleaner plugin for Obsidian.
Screwdriver
4 years ago by vorotamoroz
Paste image rename
4 years ago by Reorx
Renames pasted images and all the other attachments added to the vault
Link Embed
4 years ago by SErAphLi
This plugin allow you to convert URLs in your notes into embeded previews.
AutoMOC
4 years ago by Diego Alcantara
Folder Focus Mode
4 years ago by grochowski
Focus file explorer on chosen folder and its files and subdirectories, while hiding all the other elements.
Nuke Orphans
4 years ago by Sandorex
Obsidian notes plugin that trashes orphaned files and attachments
File Hider
4 years ago by Oliver Akins
A plugin for https://obsidian.md that allows hiding specific files and folders from the file explorer.
Open File by Magic Date
4 years ago by simplgy
Janitor
4 years ago by Gabriele Cannata
Performs various maintenance tasks on the Obsidian vault
Influx
4 years ago by Jens M Gleditsch
An alternative backlinks plugin, which displays relevant and formatted excerpts from notes with linked mentions, based on the position of mentions in the notes' hierarchical structure (bullet level indentation).
HTML Reader
4 years ago by Nuthrash
This is a plugin for Obsidian (https://obsidian.md). Can open document with .html and .htm file extensions.
Update Relative Links
4 years ago by val
Trash Explorer
4 years ago by Per Mortensen
Restore and delete files from the Obsidian .trash folder
Daily Note Outline
4 years ago by iiz
Add a custom view which shows outline of multiple daily notes with headings, links, tags and list items
Obsidian markdown export
4 years ago by bingryan
This plugin allows to export directory/single markdown to a folder. support output format(html/markdown/text)
Hugo preview obsidian
4 years ago by fzdwx
:superhero: Hugo preview in obsidian
File chucker
4 years ago by Ken Lim
S3 attachments storage
4 years ago by TechTheAwesome
An Obsidian plugin for storage and retrieval of media attachments on S3 compatible services.
Floating Search
3 years ago by Boninall
A plugin for searching text by using Obsidian default search view.
File Order
3 years ago by lukasbach
Obsidian plugin to reorder files with drag-and-drop by customizing a number-prefix in the filenames
Google Keep Import
3 years ago by Dale de Silva
Imports Google Keep backup files
Attachment Management
3 years ago by trganda
Attachment Management of Obsidian
Telegram Sync
3 years ago by Burtasov Volodymyr
Transfer messages and files from Telegram to Obsidian
Note archiver
3 years ago by thenomadlad
Edit History
3 years ago by Antonio Tejada
Obsidian Edit History Plugin, automatically save all the edit history of a note, browse and restore previous versions
Link Tree
3 years ago by Joshua Tazman Reinier
A sidebar foldable list of Obsidian link hierarchies.
Syncthing Integration
3 years ago by LBF38
Obsidian plugin for Syncthing integration
Update frontmatter modified date
3 years ago by Alan Grainger
Automatically update a frontmatter/YAML modified date field
Webdav File Explorer
3 years ago by red0orange
2Hop Links Plus
3 years ago by Tokuhiro Matsuno, L7Cy
Related links up to 2 hops away are displayed in a card format.
Email Reader
3 years ago by Pulsovi
Copy Metadata
3 years ago by wenlzhang
An Obsidian plugin to copy metadata to clipboard and insert it into file name.
Auto Archive
3 years ago by Shane Burke
Auto Archive plugin for Obsidian
Merge Notes
3 years ago by fnya
Merge Notes is Plugin for Obsidian
VSCode Editor
3 years ago by Sun Xvming
Edit Code Files like VSCode in Obsidian.
Auto Filename
3 years ago by rcsaquino
Auto Filename is an Obsidian.md plugin that automatically renames files in Obsidian based on the first x characters of the file, saving you time and effort.
Remove Empty Folders
3 years ago by fnya
Remove Empty Folders for Obsidian
Backlink Cache
3 years ago by mnaoumov
Obsidian plugin that stores backlink cache to speed up app.metadataCache.getBacklinksForFile().
File Cleaner Redux
3 years ago by husjon
A plugin for Obsidian to help clean up files in your vault
Git File Explorer
3 years ago by Mateus Molina
Simple Image Inserter
2 years ago by Joey Holtzman
Add images from the file system into Obsidian notes through a built-in file explorer
Vault Transfer
2 years ago by ImaginaryProgramming
Transfers a note from one vault to another.
Note Companion Folder
2 years ago by Chris Verbree
A Obsidian Plugin providing a way to associate a folder to a note
Default query in backlinks
2 years ago by Benature
Project Browser
2 years ago by Dale de Silva
S3agle
2 years ago by Turner Monroe (turnercore)
File Preview
2 years ago by Huajin
Add file preview contents under file in file explorer.
Infostacker Note Publish
2 years ago by Taskscape LTD, Patryk Nowak, Kacper Pabianiak
Infostacker plugin for Obisidian
Guid Renamer
2 years ago by Taskscape LTD, Kacper Pabianiak
Renames the currently selected file by providing a unique file name based on GUID pattern
NSFW filter
2 years ago by catvatar
Obsidian Plugin adding a button to toggle visiblity of NSFW notes
Refresh Preview
2 years ago by mnaoumov
Obsidian Plugin that allows to refresh any view without reopening it.
sync-db-os
2 years ago by ketd
External File Card
2 years ago by James-Yu
A plugin for Obsidian showing a card displaying basic information of a file in pre-defined folders.
Recent Files
6 years ago by Tony Grosinger
Display a list of most recently opened files
Link indexer
6 years ago by Yuliya Bagriy
Consistent attachments and links
5 years ago by Dmitry Savosh
Obsidian plugin. Move note with attachments.
Unique attachments
5 years ago by Dmitry Savosh
Obsidian plugin. Renames attachments, making their names unique.
Rich Links
5 years ago by dhamaniasad
Luhman
5 years ago by Dylan Elliott
Better File Link
5 years ago by Marc Julian Schwarz
A plugin for the note taking app Obsidian to add better external file links to your notes.
Update time on edit
5 years ago by beaussan
Custom Attachment Location
5 years ago by RainCat1998
Customize attachment location with variables($filename, $data, etc) like typora.
Auto Split
5 years ago by James Sartelle
Open notes with side-by-side editor & preview
Cloudinary Uploader
5 years ago by Jordan Handy
An uploader for Obsidian to Cloudinary
Reveal Active File Button
5 years ago by Clare Macrae
Obsidian plugin to add a button to the top of the Obsidian File Explorer, to reveal the active file.
Rich Foot
2 years ago by Justin Parker
🦶 Obsidian plugin that adds backlink/outlink tags and created/modified dates to the footer of your notes
Cloud Storage
2 years ago by Jiajun Ma
Obsidian Cloud Storage is a powerful and user-friendly plugin designed to seamlessly integrate cloud storage capabilities into your Obsidian workflow. This plugin allows you to effortlessly upload your attachments to the cloud, freeing up local storage space and enabling easy sharing and access across all your devices.
Nav Link Header
2 years ago by ahts4962
Display navigation links at the top of the notes in Obsidian
Replace All
2 years ago by Patrick Chiang
Hierarchical Backlinks
2 years ago by Jason Motylinski
Plugin which displays backlinks as a tree structure based on file paths
Recently Added Files
2 years ago by Lemon695
List files by last added, includes pictures, pdfs, etc.
Link Preview
2 years ago by Felipe Tappata
Obsidian plugin that previews external links on hover.
Force Read Mode
2 years ago by al3xw
Insert Multiple Attachments
2 years ago by mnaoumov
Obsidian Plugin that allows to insert multiple attachments at a time
Inbox Organiser
2 years ago by Jamie Hurst
Obsidian plugin to capture any new notes into an inbox and periodically prompt to organise these into other folders within the vault.
Local Any Files
2 years ago by ShermanTsang
A obsidian plugin used to extract and download files in your obsidian note.
Tencent COS for Imgur
2 years ago by bobostudio
🔥 Obsidian 腾讯云 COS 图床插件
External Rename Handler
2 years ago by mnaoumov
Obsidian Plugin that handles external renames made outside of the app
New Filename
2 years ago by Amin Sennour
Simple plugin to change the default name for a new note from "Untitled" to a UUID.
Frontmatter Markdown Links
2 years ago by mnaoumov
Obsidian Plugin that adds support for markdown links in frontmatter
New Note Fixer
a year ago by mnaoumov
Obsidian Plugin that unifies the way non-existing notes are created when clicking on their links
Media Companion
a year ago by Nick de Bruin
Image Size
a year ago by Jie Zhang
Set the default size for pasted images.
Paste Image Into Property
a year ago by Nito
VaultSync
a year ago by Justin Bird
Obsidian plugin to link your vault to a cloud storage provider.
Attachments Cache
a year ago by luisbs
Obsidian plugin to cache attachments locally
Simple Archiver
a year ago by Mike Farr
An Obsidian plugin that enables you to quickly archive a single note or an entire folder of notes.
Backlink Full Path
a year ago by mnaoumov
Obsidian plugin that shows the backlink's full path in the backlinks panel.
Collapsible Code Blocks
a year ago by Bradley Wyatt
Obsidian Plugin that makes code blocks collapsible in reading and edit view as well as enabling scroll-able code blocks.
Auto Folder Note Paste
a year ago by d7sd6u
Convert your note into folder note upon pasting or drag'n'dropping an attachment
Rename File to Selection
a year ago by Aava
Rename your file to the current text selection.
CSV Lite
a year ago by Jay Bridge
Simple enough for csv, no more fancy function you need to learn and think!
MP Preview
a year ago by Yeban
一个帮助你快速将 Obsidian 笔记转换为微信公众号格式的插件。
Markdown Hijacker
a year ago by Yongmini
Beyond the Vault. One hub for every Markdown, everywhere
Ace Code Editor
a year ago by RavenHogWarts
An enhanced code editor using Ace editor
Coalesce
a year ago by Floyd
Coalesce is an Obsidian plugin that merges all your linked notes into a single, organized view for a cohesive research and writing experience.
UnLime
a year ago by shandyba
Obsidian Unmentioned Links toggle
Linked Note Exporter
a year ago by the-c0d3r
Obsidian plugin to export a note along with all its attachments and linked notes—cleanly, conveniently, and ready to share.
Remote Fetch
a year ago by Shaharyar
Auto Keyword Linker
7 months ago by Daniel Rhodes
Stop manually typing [[brackets]] around recurring terms. Configure keywords with variations once, and automatically link them as you write or across your entire vault.
Anki Helper
6 months ago by Dusk
Card Forge
5 months ago by Carl Sverre
Convert notes into printable cards.
WebDAV Explorer
5 months ago by 蓝星晓夜
WebDAV Explorer: Connect to WebDAV server, preview files directly in web view, and generate links through simple drag-and-drop.
Graphic Organizer
4 months ago by Nick Le Guillou - Superhuman Curiosity
Interactive tree view for visualizing and managing your vault's file hierarchy.
File Explorer Reload
3 months ago by mnaoumov
This plugin has not been manually reviewed by Obsidian staff. Reloads file explorer pane
Understory
a month ago by Rosetta Zidian Guo
Local-first knowledge layer for relationship discovery, ER facts, graph analysis, and optional model-powered insights. - This plugin has not been manually reviewed by Obsidian staff.
Fast Note Sync
19 days ago by HaierKeys
Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base. - This plugin has not been manually reviewed by Obsidian staff.
Vaultend
11 days ago by Daewon Hwang
Classify, tag, link, and organize your notes with AI-powered vault maintenance. - This plugin has not been manually reviewed by Obsidian staff.
Copy Contents
10 days ago by Richard Jones
Copy or export file and folder contents in Markdown, plain text, or JSON formats. - This plugin has not been manually reviewed by Obsidian staff.
Mention Autocomplete
6 days ago by Darren Zheng
Type @ to full-text search and link notes. Rendered preview, smart sentence alias, keyboard-first. - This plugin has not been manually reviewed by Obsidian staff.
Notebook Navigator
5 days ago by Johan Sanneblad
A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.