Michael Naumov6k downloadsAllows to insert multiple attachments at a time.
This is a plugin for Obsidian that allows to insert multiple attachments at a time.
It just modifies the built-in Insert Attachment command to add support for multiple files.
You can insert multiple attachments into the active note in any of the following ways:
Each file you pick is saved as an attachment and embedded at the cursor.
A demo vault with usage examples ships with every release. You can access it via any of the following:
insert-multiple-attachments-demo-vault-<version>.zip (<version> is the release version) from the Releases.demo-vault/ in this repository.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:
window.DEBUG.enable('insert-multiple-attachments');
For more details, refer to the documentation.
See my other Obsidian resources.