I was wondering if there is a way to gather questions with Logseq. Because quite often I find myself posting questions to myself and/or my colleagues, that I would research before posting somewhere.
In a similar manner like a TODO, but instead a QUESTION for example. Ideally with some nice rendering.
Also with query support, like TODO has. For example: {{query (and (todo todo) (between -21d today))}} but instead one would write {{query (and (question question) (between -21d today))}}
I can imagine this would be also useful in combination with page references. Something like this QUESTION [[Nick]] why do you like Logseq so much?
then a query to get all of the question to Nick would be {{query (and (question question) [[Nick]])}}
I bet there is another way to collect people/project related questions with Logseq, I would love to hear your way of doing it, please share.
@Alex_QWxleA thanks for the idea! It actually what I am looking for.
Unfortunately, custom css you have posted does not change any appearance of the blocks with #q tags. I’ve tried also experimenting with it, changing color an so on, but no effect also after restarting logseq. Any ideas what might be missing there?
Thank you!!! Can you recommend some tutorials about queries? Everything I’ve watched on Youtube was about {{query}} syntax, but it looks like there is way more… your solution looks more like SQL
Works great! Is there also a way to only color it when there is no answer/#a in it?
And is this also somehow possible for the tag itself instead of the entire block/row?