-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specifiying directory when renaming #60
Comments
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
like https://github.com/mushanshitiancai/vscode-paste-image |
I would use this option as well. I would recommend a config option to enable/disable the feature. 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 - |
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".
The text was updated successfully, but these errors were encountered: