Currently, the plugin requires that all the brain notes be stored in a flat top-level folder.
I'm wondering if it would be possible to query notes that are stored in multiple subfolders?
For example, I want to be able to query notes stored in ./content/notes/ and .content/books/ and pass them both into the plugin.
Would it be possible to have the notesDirectory option in gatsby.config accept a string of locations?
Currently, the plugin requires that all the brain notes be stored in a flat top-level folder. I'm wondering if it would be possible to query notes that are stored in multiple subfolders?
For example, I want to be able to query notes stored in
./content/notes/
and.content/books/
and pass them both into the plugin.Would it be possible to have the
notesDirectory
option in gatsby.config accept a string of locations?