No description
Find a file
2025-12-24 00:21:36 -06:00
.github Update templates 2025-01-10 11:16:38 -06:00
.husky chore: enable conventional commits 2025-09-29 22:08:27 -06:00
src fix: ensure embeds 2025-12-07 22:46:22 -06:00
.czrc chore: enable conventional commits 2025-09-29 22:08:27 -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
.markdownlint-cli2.mjs chore: enable markdownlint 2025-10-05 19:58:58 -06:00
.markdownlint-cli2.mts chore: lint 2025-10-07 10:21:26 -06:00
.npmrc Initial release 2024-12-10 21:08:03 -06:00
CHANGELOG.md chore: release 1.3.4 2025-12-24 00:21:36 -06:00
commitlint.config.ts chore: lint 2025-10-07 10:21:26 -06:00
cspell.json Initial release 2024-12-10 21:08:03 -06:00
eslint.config.mts fix: build 2025-10-01 23:14:39 -06:00
LICENSE Initial release 2024-12-10 21:08:03 -06:00
manifest.json chore: release 1.3.4 2025-12-24 00:21:36 -06:00
package-lock.json chore: release 1.3.4 2025-12-24 00:21:36 -06:00
package.json chore: release 1.3.4 2025-12-24 00:21:36 -06:00
README.md chore: enable markdownlint 2025-10-05 19:58:58 -06:00
tsconfig.json chore: enable markdownlint 2025-10-05 19:58:58 -06:00
versions.json chore: release 1.3.4 2025-12-24 00:21:36 -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