-
-
Notifications
You must be signed in to change notification settings - Fork 36
Assets saved in wrong folder #16
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
Comments
I have known this bug when I was testing the latest release. But unfortunately it cannot be fixed easily. I tried to fix another bug in v 0.0.6(#8 ), and I found there's some logical issues with obsidian "drag & drop" API callback. |
Would it be possible to move the file when your plugin is called? |
It makes the plugin more complicated. If you use ctrl-c & ctrl-v to copy files, everything works fine. |
Sure, but that is not what one expects when using your Plugin. Usecase it dropping the file into a note and forget about it without having to think of moving it around manually. |
If obsidian fix it, I will update my plugin in the first time. |
Using relative path(start with "./") works fine. It's a bug that is hard to fix because of obsidian's weird behavior. |
Hi, I really like the idea of having attachments ordered in folders that match notes name.
I tried this plugin without success.
v 0.0.7
Setting:
Location for new attachments:
assets/${filename}
Automatic rename [...]: Checked
Problem:
The first attachment is not saved into the requested folder.
Reproducable behaviour:
... if it is of any importance: I am using Obsidian on Win10, Workspace is located on mapped NAS
The text was updated successfully, but these errors were encountered: