No description
Find a file
2026-07-20 19:08:22 -06:00
.github chore: update template 2026-06-09 06:22:44 -06:00
.husky chore: update template 2026-04-08 08:01:22 -06:00
demo-vault chore(demo-vault): drop committed Invocables placeholder 2026-07-20 14:42:05 -06:00
scripts test: wire integration-testing vitest-setup into integration projects 2026-06-30 17:23:06 -06:00
src feat: add demo vault 2026-07-20 08:58:58 -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 chore: update template 2026-06-09 06:22:44 -06:00
.markdownlint-cli2.mjs chore: update template 2026-04-08 08:01:22 -06:00
.nano-staged.mjs chore: update template 2026-04-08 08:01:22 -06:00
.npmrc Initial release 2024-12-10 21:08:03 -06:00
AGENTS.md chore: update libs 2026-07-16 03:42:14 -06:00
CHANGELOG.md chore: release 1.3.16 2026-07-20 19:08:22 -06:00
commitlint.config.ts chore: update template 2026-04-08 08:01:22 -06:00
CONTRIBUTING.md chore: update template 2026-06-09 06:22:44 -06:00
cspell.json test: drive real dev-utils bases instead of re-creating them 2026-06-21 03:14:16 -06:00
dprint.json feat: add demo vault 2026-07-20 08:58:58 -06:00
eslint.config.mts chore: update template 2026-04-08 08:01:22 -06:00
LICENSE Initial release 2024-12-10 21:08:03 -06:00
manifest.json chore: release 1.3.16 2026-07-20 19:08:22 -06:00
package-lock.json chore: release 1.3.16 2026-07-20 19:08:22 -06:00
package.json chore: release 1.3.16 2026-07-20 19:08:22 -06:00
README.md feat: add demo vault 2026-07-20 08:58:58 -06:00
tsconfig.json chore: sort tsconfig types 2026-06-27 21:14:51 -06:00
versions.json chore: release 1.3.16 2026-07-20 19:08:22 -06:00
vitest.config.ts chore: update template 2026-06-09 06:22:44 -06:00

Insert Multiple Attachments

Buy Me a Coffee GitHub release GitHub downloads Coverage: 100%

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.

Demo vault

A demo vault with usage examples ships with every release. You can access it via any of the following:

  1. Running the Insert Multiple Attachments: Open demo vault command.
  2. Downloading insert-multiple-attachments.demo-vault.zip from the Releases.
  3. Browsing its source in demo-vault/ in this repository.

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

My other Obsidian resources

See my other Obsidian resources.

License

© Michael Naumov