I’d love for Obsidian to be able to create whatever I paste in the folder that I am in, when pasting.
In other words, I might be in:
/personal/books/reviews/50shadesofpink/
…but, if I paste, whatever I paste either ends up in the root or in the folder that I’ve assigned to contain my pasted object.
I’d simply like the folder to differ depending on where in Obsidian I am working at the moment. I’d love not to be in /personal/books/reviews/50shadesofpink/ and subsequently have to drag-and-drop fifty (!) objects from the root to my current location.
This would be really fantastic. If images (and other files) were automatically copied to ${filename}.assets/ and then linked with a relative path in the .md file, the note would finally open seamlessly in other markdown editors and on other computers (like if the project directory was in dropbox).
The plugin only work with obsidian newer than v0.12.17. (Current stable version is v0.12.15, insider v.0.12.19). It’s possible to support older version (just hook cm.__handler.paste) but the solution is not that stable.
@RainCat : Thank you for the plugin! It works very well and is exactly what I needed!!!
I also like to note that the default obsedian file naming causes problems with nextcloud. The Nextcloud web ui does currently not display internal images in md files if the url contains spaces or other characters that are html encoded.
In Typora it is possible to automatically create subfolders with custom patterns when adding attachments, or for example when dragging and dropping an image into the markdown file.
When this is done, the image is added to an automatically created folder placed at the same root of the markdown file.
This is done in Typora settings by specifying the following as attachments folder:
./${filename}.assets
So, for example, when dragging and dropping an image to the XXX.md file, this will be the file structure:
XXX.md
XXX.assets\attachment.bmp
Is something like that achievable in Obsidian?
More in general, what are the variables available to be used as custom pattern other than filename?
Thanks @anon12638239, but by following your solution the attachments of multiple notes stored in the same folder would be created in the same subfolder, which is a behaviour I wanted to avoid (I don’t want to mix attachments of multiple notes storing those attachments in a single folder).
With my solution, each note (i.e. file) will get a private subfolder containing all of its attachments.
It does all of this and much more. It can even automatically re-arrange/re-name all of your attachments, putting them all in a folder structure like Attachments/note/path/note1/image123.png