mirror of
https://github.com/mnaoumov/obsidian-insert-multiple-attachments.git
synced 2026-07-22 11:30:26 +00:00
No description
Align the getPluginSettings closure return type with the handler's ReadonlyDeep<PluginSettings> param to remove an `as PluginSettings` cast, and replace the definite-assignment on pluginSettingsComponent with an optional field guarded by ensureNonNullable. |
||
|---|---|---|
| .github | ||
| .husky | ||
| scripts | ||
| src | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .markdownlint-cli2.mjs | ||
| .nano-staged.mjs | ||
| .npmrc | ||
| CHANGELOG.md | ||
| commitlint.config.ts | ||
| CONTRIBUTING.md | ||
| cspell.json | ||
| eslint.config.mts | ||
| LICENSE | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| versions.json | ||
| vitest.config.ts | ||
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:
- Ensure you have the BRAT plugin installed and enabled.
- Click Install via BRAT.
- An Obsidian pop-up window should appear. In the window, click the
Add pluginbutton 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
My other Obsidian resources
See my other Obsidian resources.
