\define setlist(tag)
<$button>
<$set name=tids filter="""[tag[$tag$]]""">
<$action-setfield $tiddler="""$tag$""" list=<<tids>>/>
</$set>
</$button>
\endQuick Question: If I tag a set of tiddlers with a tagname
- I can use <<tag tagname>> to generate a tag pill or use the one that appears in the tag list.
- From the drop down
- I can click on the tagname to create it
- Or I can drag and drop the list to reorder them
- At the moment one tries and reorder the items so tagged
- A List field is created on the tag tiddler (or a virtual one)
- How can I cause the list field to be created and Populated on a tag tiddler without first manually trying to re-order tags?
Why?
- I would like to make use of the list field without the user being instructed to drag the order just so it is populated.
I wanted to avoid the need for an additional step. An extra button click that I have to ask the user to take.
However the tool that uses the lists has a select widget which I may be able to use a conditional action on. The question is, is there an action such as list ops that will result in the list field being populated. In many ways this is only when managing a list field in a tag because in the other lists I will action each new member of the list. The Story list is also maintained.
Thanks for the feedback
Regards
Tony
When it says list before and list after is remove is this deleted from the source tiddlers?
by virtual tiddler I am talking about tags existing as titles when they do not have a tiddler in their own right.
Do such tag titles become real tiddlers when the list field is created on them?
I know the in the past that the list field and order is a somewhat complex mechanisium to understand. Perhaps I should use another field.
I had not fully understood this in our recent discussions on list and saved stories.
Regards
Tony
MarioWhen it says list before and list after is remove is this deleted from the source tiddlers?
by virtual tiddler I am talking about tags existing as titles when they do not have a tiddler in their own right.
Do such tag titles become real tiddlers when the list field is created on them?
I know the in the past that the list field and order is a somewhat complex mechanisium to understand. Perhaps I should use another field.
I had not fully understood this in our recent discussions on list and saved stories.
I wanted to avoid the need for an additional step. An extra button click that I have to ask the user to take.
However the tool that uses the lists has a select widget which I may be able to use a conditional action on.
The question is, is there an action such as list ops that will result in the list field being populated.