I use simple queries to look for content I added to my graph but isn’t consumed yet or I want to take notes or something.
I use Pages for books I am done reading to take my notes and page properties for the author, number of pages, tags, areas, project etc.
But when I just add a book I heard of i just put it in my journal like
- book-title #input
or
- book-title
status:: [[input]]
When I now search with my queries not all books are found. Is there a better way to handle that?
{{query (and (page-property :media [[book]]) (page-property :status “input”))}}
Also I don’t like that all the block properties make my notes look ugly… like this:
How do you handle that???