hans / obsidian-citation-plugin

Obsidian plugin which integrates your academic reference manager with the Obsidian editor. Search your references from within Obsidian and automatically create and reference literature notes for papers and books.
MIT License
1.04k stars 76 forks source link

Allow structuring the literature notes with subfolders #219

Open putzwasser opened 1 year ago

putzwasser commented 1 year ago

Is your feature request related to a problem? Please describe. You can choose the folder where you want to put you literature notes into, but can't move the notes into subfolders for structure.

Describe the solution you'd like It would be nice to sort/structure your literature notes via folders. There could be two ways to achieve this: A) a checkbox in the plugin's settings Use subfolder based on {{containerTitle}}. This would create and store literature notes in YourBaseFolder/book or YourBaseFolder/article, etc.

B) Stop being strict about the note being exactly in the configure folder, like YourBaseFolder. I created some notes and moved them to subfolders. I then pressen Ctrl+Shift+O and selected the corresponding note/citekey. The result was that the note was re-created. I ended up with two notes:

It would be better if the existing note would be opened instead.

Flecart commented 8 months ago

This feature could be so helpful!

Flecart commented 8 months ago

The linked PR should fix this, and work as you described.