obsidian-custom-attachment-location
obsidian-custom-attachment-location copied to clipboard
Customize attachment location with variables($filename, $data, etc) like typora.
Hello, On desktop and mobile (iPad), drag and drop still does not change the image name to custom name (here ${filename}). I've tested with `.png`, `.jpeg` and `.jpg` files. Wasn't...
Is there a way to target a specific folder in the root of the vault? -Vault Root --Attachments --Notes ---note.md Is there a way when I paste an image into...
it's a great extensition that could define the ${file} and ${date} with the image location & filename. sometimes I want to make the filename more meaningful and the VsCode extension...
Inspired by the [obsidian-paste-png-to-jpeg](https://github.com/musug/obsidian-paste-png-to-jpeg) plugin. It's quite useful to compress images from png to jpeg while pasting from the clipboard to reduce the vault size, so I port the feature...
Hi could add variable without whitespace like this? Thanks default is blow
This adds the option to replace whitespace with hyphens and to make the folder name all lowercase.
How to write the variable of the parent folder?Thanks!
Support Date Template Variables in Path by Changing `getAttachmentFolderPath`/`getPastedImageFileName` Behavior For example: `/dir1/${date:YYYY}/${date:MM}/${filename}` will be transformed to `/dir1/2024/03/target_file/` **Implementation Details:** - Use a regex pattern to match date variables (vars...
Can you add a date variable to the attachment path? I want to create a new folder every month according to the date to store the attachment file of the...
When I rename a .md file, it don't update backlinks and an error with plugin custom-attachment-location is displayed. If I disable the plugin, it works. This plugin is super useful...