Hello everybody,
Here's the code I use to list all projects I currently work on :
{{{ [tag[Projets]sort[title]] }}}
It is fairly easy to understand : listing of all tiddlers I've tagged "Projets".
Now I add fields 'tasks' {task1, task2, task3, ..., taskn} in each project. How can I list those tasks in each project ?
I currently merely call them in the body of the text like so {{!!task1}}, {{!!task2}}, etc.
Would the code be close to this : {{{ [field¹[task*²]] }}} ?
¹ : is the generic name of fields 'field' ? (like it is 'tag' for all tags, 'title' for all titles and 'text' for all content of body)
² : is there such a thing as a generic character ? *, %, ?, etc.
Hope this is clear enough and that someone will have a solution for it?
Happy 1st of May you all.
Pascal