obsidian-importer icon indicating copy to clipboard operation
obsidian-importer copied to clipboard

Bear: Organize assets in folders per note

Open nicolashohm opened this issue 1 year ago • 2 comments

To avoid name conflicts with assets having the same name across notes just store the assets in one folder per note

Fixing #67

nicolashohm avatar May 22 '24 13:05 nicolashohm

I just saw there is already another PR for the same issue. I had this code lying around for months, so I decided to commit it.

Feel free to close this PR if you think it's not valuable or not the right approach to solve this issue. Because unfortunately, I've no time right now to implement a different approach. Smaller adjustments I can of course integrate. 🙏

nicolashohm avatar May 22 '24 13:05 nicolashohm

This PR has the same issue described in #231. See https://github.com/obsidianmd/obsidian-importer/pull/231#pullrequestreview-2006463336

kepano avatar May 22 '24 19:05 kepano

Thank you for this pull request. I've taken this idea and run with it, modifying it so that it uses getAvailablePathForAttachment instead (commit). I'm going to close this PR now.

tgrosinger avatar Sep 11 '24 21:09 tgrosinger