**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.
## Installation
1.**Download the Plugin:**
- Clone the plugin files from the [GitHub repository](https://github.com/alberti42/obsidian-import-attachments-plus).
2.**Install Dependencies:**
- Run `npm install` to install the required dependencies.
3.**Build the Plugin:**
- Run `npm run build` to compile the plugin code.
- The compiled code will be placed in the `dist/PLATFORM_NAME` subfolder, where `PLATFORM_NAME` is based on your platform and architecture:
- Open Obsidian and go to **Settings > Community Plugins**.
- Enable **Import Attachments+**.
## 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+**.
Feel free to contribute to the development of this plugin or report any issues in the [GitHub repository](https://github.com/alberti42/import-attachments-plus/issues).