Replies: 3 comments 8 replies
-
I feel like this was added in the beta. Can you upgrade using BRAT and then poke around in console? |
Beta Was this translation helpful? Give feedback.
1 reply
-
You can access the section for a task via the implicit |
Beta Was this translation helpful? Give feedback.
5 replies
-
You can use this method: In my case I'm using this code snippet to display all upcoming appointments for the specified month:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I have a file
tasks/states
which uses the Kanban plugin. In this board, I have a column for 'backlog, in progress, blocked, etc..' and within these columns I have a single entry which is a link to a file which has the task outlined.All I want to do is have a query to say for example Fetch which column (section) 'Water the plants' is under, and have it return that it is under backlog, or whatever stage it is at.
I've read through a bunch of other discussions and can't quite find the query where I can hard-code it to always look at the
tasks/states
file but just change the task I am querying for.Beta Was this translation helpful? Give feedback.
All reactions