aengusmcmillin / gatsby-theme-brain

279 stars 28 forks source link

Querying notes in nested subfolders #45

Closed MaggieAppleton closed 3 years ago

MaggieAppleton commented 3 years ago

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?