Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chenfeicqq/obsidian-attachment-manager
Attachment folder name binding note name, automatically rename, automatically delete, show/hide.
https://github.com/chenfeicqq/obsidian-attachment-manager
Last synced: about 1 month ago
JSON representation
Attachment folder name binding note name, automatically rename, automatically delete, show/hide.
- Host: GitHub
- URL: https://github.com/chenfeicqq/obsidian-attachment-manager
- Owner: chenfeicqq
- License: mit
- Created: 2023-07-30T12:41:23.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-18T13:54:38.000Z (about 1 year ago)
- Last Synced: 2024-08-02T17:30:21.207Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.23 MB
- Stars: 33
- Watchers: 1
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE.MD
Awesome Lists containing this project
- awesome-obsidian-zh - chenfeicqq/obsidian-attachment-manager
README
[English](https://github.com/chenfeicqq/obsidian-attachment-manager/blob/master/README.md) | [中文](https://github.com/chenfeicqq/obsidian-attachment-manager/blob/master/README_ZH.md)
# Attachment Manager
Attachment Manager: Attachment folder name binding note name, automatically rename, automatically delete, show/hide.
## Features
* Attachment folder name binding note name
* Download current open (md or canvas) note's remote image to attachment folder
* Automatically rename 'Pasted Image'
* Automatically rename attachment folder
* Automatically rename attachment files
* Automatically delete attachment folder
* Hide/show attachment folder
* Aero attachment folder⚠️ **IMPORTANT:** This plugin will overwrite the following **two settings** and restore them when the plugin is disabled.
* **"Files & Links -> New link format** for generating md links.
* **"Files & Links -> Default location for new attachments"** for custom attachment folder.## How to use
### Plugin Manager
* Install via the Community plugins setting. Search for **Attachment Manager**.
* Activate the plugin in the settings.### Manual Install
1. Download `main.js`, `styles.css`, `manifest.json` in the [Git releases](https://github.com/chenfeicqq/obsidian-attachment-manager/releases).
2. Create the plugin directory `obsidian-attachment-manager` in the vault plugins directory `VaultFolder/.obsidian/plugins`.
3. Copy `main.js`, `styles.css`, `manifest.json` to `obsidian-attachment-manager` directory.
4. Enable plugin in Obsidian setting.## Screenshots
![](https://raw.githubusercontent.com/chenfeicqq/obsidian-attachment-manager/master/images/overview.png)
![](https://raw.githubusercontent.com/chenfeicqq/obsidian-attachment-manager/master/images/en/settings.png)
![](https://raw.githubusercontent.com/chenfeicqq/obsidian-attachment-manager/master/images/en/command.png)
![](https://raw.githubusercontent.com/chenfeicqq/obsidian-attachment-manager/master/images/en/toggle-hide-ribbon.png)