vkodocha / NoteCompanionFolder

A Obsidian Plugin providing a way to associate a folder to a note
MIT License
5 stars 0 forks source link

How to setup the plugin inside Obsidian #1

Open viniciusbrei opened 1 month ago

viniciusbrei commented 1 month ago

Thank you for your nice and useful plugin. Every time I create a new note, I'd like to save all its attachments inside the folder with the same name as the note (minus the “.md” extension). I believe your plugin was planned to do that. However, when I installed it in Obsidian, the folder was created with the same folder name, not the note name. Can you please explain how to set up the plugin to automatically create the folder with the same name as the note (minus the “.md” extension)?

Moreover, the attachments are not being saved automatically inside the created folder.

Thanks!

vkodocha commented 1 month ago

Hi there. Thanks for writing the first bug report, and I'm sorry for the delay in responding.

The plugin should out of the box use the note's name for the folder. So, is it possible that your note is inside a subfolder, and it takes the name of the subfolder instead of the note name?

Something like VaultFolder/FolderA/FolderB/note.md, and it now uses FolderB instead of note as the name of the companion folder?

Regarding attachments not being saved in the new folder, this is something I have on my to-do list.