No description
Find a file
2026-03-18 21:40:27 +01:00
docs/images Removed todo 2024-09-22 18:24:09 +02:00
src Getting the container element of File Explorer 2024-11-17 22:09:04 +01:00
styles Patch file explorer 2024-07-28 17:14:25 +02:00
.editorconfig Reorganized code 2024-05-04 22:09:15 +02:00
.eslintrc Reorganized code 2024-05-04 22:09:15 +02:00
.gitignore Updated gitignore 2026-01-19 22:48:26 +01:00
.npmrc Reorganized code 2024-05-04 22:09:15 +02:00
esbuild.config.mjs Corrected bug where attachment folders containing . were not hidden properly 2024-09-22 13:36:07 +02:00
eslint.config.js eslint.config.js 2024-11-09 09:35:04 +01:00
LICENSE Reorganized code 2024-05-04 22:09:15 +02:00
manifest.json Version 1.5.12 2024-11-17 22:30:43 +01:00
obsidian-import-attachments-plus.sublime-project Added support for sublime 2024-10-14 00:47:57 +02:00
package-lock.json chore: update minimatch to patch CVE-2026-27903 2026-03-18 21:40:27 +01:00
package.json Update to obsidian 1.7.2 2024-11-17 15:10:14 +01:00
README.md Update README.md 2024-09-23 08:59:02 +02:00
tsconfig.json small changes 2024-11-02 09:50:16 +01:00
version-bump.mjs Reorganized code 2024-05-04 22:09:15 +02:00
versions.json Reorganized code 2024-05-04 22:09:15 +02:00

Import Attachments+ for Obsidian

Overview

Import Attachments+ is a plugin designed to enhance the attachment management experience in Obsidian. It allows you to import, organize, and handle attachments (like images, documents, and other files) seamlessly within your vault.

Features include:

  • Moving or copying files into the vault upon import.
  • Embedding or linking attachments.
  • Configurable folder structures for attachments.
  • Customizable naming conventions for imported files.
  • Management tools for attachment folders.

Usage

Once enabled, the plugin will work automatically based on your configured preferences. You can adjust these settings through the plugin's settings tab under Settings > Import Attachments+.

Settings

The plugin offers a comprehensive set of options for managing attachments.

Screenshot settings

Key settings

  1. Import Options:

    • Move or copy files on drag-and-drop or copy-and-paste.
    • Embed or link imported attachments.
    • Import multiple files as a list or inline.
  2. Attachment Folder Configuration:

    • Set the default location for new attachments.
    • Define folder paths relative to the note's location.
    • Customize attachment file names and date formats.
  3. Attachment Opening:

    • Open attachments with the default external application or reveal them in the system's file manager.
  4. Attachment Management:

    • Rename and delete attachment folders automatically.
    • Confirm before deleting attachment folders.
  5. Display of Attachment Folders:

    • Toggle the visibility of attachment folders in the file explorer.

Search for "Import Attachments+" in the Community plugins pane in Obsidian and click on the Install button.

Manual Installation

Option 1: Download Pre-Built Files

  1. Download the latest release from the GitHub releases page.
  2. In the release, you'll find the main.js, manifest.json and styles.css files.
  3. Copy these three files to a new folder in your vault's .obsidian/plugins/ directory (e.g., .obsidian/plugins/import-attachments-plus).
  4. Enable the plugin Import Attachments+ in Obsidian via Settings > Community Plugins.

Option 2: Build from Source

  1. Clone this repository or download the source code from the GitHub repository.

  2. Run the following commands to install the necessary dependencies and build the plugin. The build process will generate the main.js and manifest.json files inside the /dist subfolder within the repository directory:

    npm install
    npm run build
    

Donations

I would be grateful for any donation to support the development of this plugin.

Buy Me a Coffee QR Code

Author

  • Author: Andrea Alberti
  • GitHub Profile: alberti42
  • Donations: Buy Me a Coffee

Feel free to contribute to the development of this plugin or report any issues in the GitHub repository.