You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this script to log my list of completed tasks every day - I made a "logbook" plugin to pull up tasks whose stop date is today, by modifying the inbox plugin.
I'd love for this to also show me the tags of the tasks - I poked into the database and it looks like I'll have to pull this up by passing the task id into the tags table - unfortunately, I don't know how to do that. I went through tags.sh but I am still unsure.
If it is something relatively straightforward, could you please point me in the right direction?
I'm barely literate with bash and SQL - sorry for the trouble and thanks for taking a look!
The text was updated successfully, but these errors were encountered:
I am using this script to log my list of completed tasks every day - I made a "logbook" plugin to pull up tasks whose stop date is today, by modifying the inbox plugin.
I'd love for this to also show me the tags of the tasks - I poked into the database and it looks like I'll have to pull this up by passing the task id into the tags table - unfortunately, I don't know how to do that. I went through tags.sh but I am still unsure.
If it is something relatively straightforward, could you please point me in the right direction?
I'm barely literate with bash and SQL - sorry for the trouble and thanks for taking a look!
The text was updated successfully, but these errors were encountered: