obsidian-paste-image-rename
obsidian-paste-image-rename copied to clipboard
Specifiying directory when renaming
It would be better specifiying directory using separator slash "/" when renaming.
Such as the name "foo/bar.png", the image will be saved in folder "attachmens/foo" with the name "bar.png".
Has this been implemented? How do i specify the directory i want my pastes to go to? Adding the file path as a prefix seems to have the slashes get filtered out? The plugin mentioned its inspired by Zettlr and in the example given it shows exactly what i want to be able to do, however with this plugin i haven't figured how to yet.
Please help <3
"/Images/{{fileName}}"
Gets turned into:
Why does the path value scape out the slash?
even easier option
- [ ] save image in same folder of the md
like https://github.com/mushanshitiancai/vscode-paste-image thanks @reorx
I would use this option as well.
I would recommend a config option to enable/disable the feature. If you wanted to get really fancy being able to configure defaults for directories would be nice.
I want to use the Obsidian default attachment directory about 75% of the time, but I have a few special cases where I would like to change (either all the time, or have the option to select).
I would love to see this implemented too!
Hey, until the plugin is updated, this is how I'm solving it - https://github.com/reorx/obsidian-paste-image-rename/issues/82#issuecomment-2105595945