this post was submitted on 21 Jun 2023
3 points (100.0% liked)
ObsidianMD
4105 readers
1 users here now
Unofficial Lemmy community for https://obsidian.md/
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Thanks a lot for your promt reply. Obviously I was not so clear in explaining what I'm looking for, sorry. I already have an "author folder" with the same output you indicate (one note for each author. I have also an "Author Gallery" with a list of all the authors with this dataview code:
TABLE genre as Genere FROM "autori" SORT file.name
I wish to have, instead of genre a list of all "my" books from this author. Could this be possible?Do you want to do something like this?
The only thing you would need to change in this code is the Book Folder and Author Folder.
But if you would like it to be a more visually appealing gallery, there may be some community plug ins you'll have to try.
Thank a lot! Exactly what I'm looking for! Where can I learn about the "query language" you've used? Can you point me also to the plugins I can try? Thanks in advance!
Here's the documentation https://blacksmithgu.github.io/obsidian-dataview/.
I also want to suggest that you consider not basing queries on folders but using tags instead. Simply putting #author in the notes would mark it as an author note allowing you to simplify your query and make it work no matter where the file is located. Obsidian doesn't really care about folders although we do always use them. So I don't think it's good practice to base queries on them. Just my 2 cents.