Michael Naumov7k downloadsAllows to insert multiple attachments at a time.
Obsidian's built-in Insert attachment command opens a file picker that accepts exactly one file. Attaching six screenshots to a note therefore means running it six times, each with its own dialog.
This plugin adds a command that opens a multi-select picker instead: choose as many files as you like, and every one is saved as an attachment and embedded at the cursor in a single run.
The documentation is a demo vault. Every feature has a note that explains what it does and why you would want it, with sample files ready to insert.
Start reading here — it is plain markdown, so it works on GitHub with nothing installed.
A copy of the vault ships with every release. You can access it via any of the following:
insert-multiple-attachments-demo-vault.zip from the Releases. It unzips into a single insert-multiple-attachments-demo-vault-<version> folder.demo-vault/ in this repository.Each file lands in your vault's own attachment folder, exactly as Obsidian's single-file command would put it there.
The plugin is available in the official Community Plugins repository.
To install the latest beta release of this plugin (regardless if it is available in the official Community Plugins repository or not), follow these steps:
Add plugin button once and wait a few seconds for the plugin to install.By default, debug messages for this plugin are hidden.
To show them, run the following command in the DevTools Console:
window.DEBUG.enable('insert-multiple-attachments');
For more details, refer to the documentation.
All notable changes to this project will be documented in the CHANGELOG.
Contributions are welcome — see CONTRIBUTING to get set up.
See my other Obsidian resources.