No description
Find a file
Michael Naumov 39cd30ac3c 1.2.8
2025-08-28 14:40:57 -06:00
.github Update templates 2025-01-10 11:16:38 -06:00
src window.setTimeout 2025-07-08 22:59:52 -06:00
.editorconfig Initial release 2024-12-10 21:08:03 -06:00
.gitattributes Initial release 2024-12-10 21:08:03 -06:00
.gitignore Initial release 2024-12-10 21:08:03 -06:00
.npmrc Initial release 2024-12-10 21:08:03 -06:00
CHANGELOG.md 1.2.8 2025-08-28 14:40:57 -06:00
cspell.json Initial release 2024-12-10 21:08:03 -06:00
eslint.config.mts Update libs 2025-06-02 12:55:37 -06:00
LICENSE Initial release 2024-12-10 21:08:03 -06:00
manifest.json 1.2.8 2025-08-28 14:40:57 -06:00
package-lock.json 1.2.8 2025-08-28 14:40:57 -06:00
package.json 1.2.8 2025-08-28 14:40:57 -06:00
README.md Update link 2025-04-21 09:41:04 -06:00
tsconfig.json New template 2025-04-07 01:25:42 -06:00
versions.json 1.2.8 2025-08-28 14:40:57 -06:00

Insert Multiple Attachments

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.

Installation

The plugin is available in the official Community Plugins repository.

Beta versions

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:

  1. Ensure you have the BRAT plugin installed and enabled.
  2. Click Install via BRAT.
  3. An Obsidian pop-up window should appear. In the window, click the Add plugin button once and wait a few seconds for the plugin to install.

Debugging

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.

Support

Buy Me A Coffee

License

© Michael Naumov