LostPaul / obsidian-folder-notes

Create notes within folders that can be accessed without collapsing the folder, similar to the functionality offered in Notion.
https://lostpaul.github.io/obsidian-folder-notes/
GNU Affero General Public License v3.0
264 stars 11 forks source link

Option to convert normal note to folder note when file attachments are added #43

Open rbosh opened 10 months ago

rbosh commented 10 months ago

This plugin is exactly was I was looking for, this is wonderful, thank you!

It would be great to set the option for the plugin to automatically convert a normal note (not yet a folder note) to a folder note as soon as file attachments are added to the note.

However, this needs to be compatible with Obsidian's Default location for new attachments-setting. I currently have set this to In subfolder under current folder (called assets), and I would expect the behavior that the file attachment gets saved into the folder note folder in a subfolder called assets (and not into a folder assets on the same level as the folder note). In other words, the plugin would need to convert the note to a folder note before Obsidian moves the file attachment to the specified location.