I am using the Tasker and Kanban created by telumire in my wiki with some modifications (by adding some elements from gsd5 and modified version of projectify by erwanm).
The Takser by telumire make use of make use of a list-has-field-draggablemacro to list all actions under three headings - todo,doing and done as shown below
But I want all actions under a single project to be listed together instead of adding the same project name in-front of each actions. Can that be done ?
Macros can be seen in this link
I am confident it can be done. @telmiger may be the best to help but perhaps start with a clone of any existing list, set a project variable listing only that projects items then look for the place where the project is displayed and remove its display only. Then you can look at changing the logic to stop it trying to list all projects.
even better allow a project to be selected.
Your implementation sounds interesting. You could develop an edition and add some usage guidence.
If you create a useful edition you could get a small community of people who use it, get to know it well and can contribute to improvements.
this would motivate people to do a deeper dive on how it works and your modifications.
I may look tomorrow if you dont have your answer by then.
Thank you for the mention, Tones, but I am afraid that I am not able to support in this case. I had a look – this wiki looks nice and offers nice functionality. The sort by dragging functionality though adds a layer of complexity I am not used to, so I am unable to offer a quick fix for the task.
After tinkering with my own ToDo lists for many days I came to the conclusion that I rather should do the tasks than optimise the tool.
Can someone help to solve. Not able to solve this yet. I think it can be done by adding another parameter like groupfilter into the macro. The groupfilter parameter will define the project
And then the macro should list the projects. Under each projects the todo or action tiddlers are to be listed in the same manner as the list-has-field-draggable already does
I think the question in the OP was solved partially by telumire himself when I DM him via discord…That code is there in the demo wiki I guess. Currently I am working on a dynamic table concept. So the Tasker project is on a hold. Hope to be back working on Tasker soon.
@Sunny Thanks for taking time to help me… I will look into the code…Your code will definitely be useful for me in my future projects