Hi Drake

Option 1: If you wish to cycle through a list of alternative tags, say 'In 
Progress --> Revisions Needed --> Completed' -- there is a possible 
solution over on the ActionListops wiki <http://listops.tiddlyspot.com/>

Scroll through the slides to 'keep Operator (Examples), then scroll down to 
the bottom example. Each click of one of a tag will select the next option 
in the list.

This functionality requires a couple of filters which aren't yet in the 
core -- you will need to copy over the extended listops filters from the 
wiki.

Option 2: (if you prefer checkboxes) you might make use of the CheckList 
widget <http://checklist.tiddlyspot.com/> -- there are a few examples on 
the wiki -- unfortunately, none match your exact requirements. 

I think the functionality of the cycle[] and keep[] operators would be 
required (from Option 1) to clear the last tag selected -- fake checkboxes 
could always be used instead of the tag buttons.

regards

On Saturday, 3 September 2016 18:30:38 UTC+2, Drake Shadwell wrote:
>
> I use Tiddly Wiki for a lot different journals, projects, etc... I like to 
> write, revise, complete. I would like to have that in a list on my home 
> screen. Right now I have it so that it will compile a list of Tiddlers that 
> do NOT have a tag and then when the check box is checked it will add that 
> tag to the Tiddler. However, what I want is for it to have a list of 
> Tiddlers with a tag (let's say "Journal") and a tag of something like "In 
> Progress". Once I check the box, I want "In Progress" tag to be deleted and 
> "Revisions Needed" tag to be added. That will then move it to a completely 
> new, different list where the same thing will happen, but "Needs Revision" 
> will become "Completed". 
>
> The code that I'm using so far is:
>
> <$list filter="[!has[draft.of]tag[In Progress]sort[created]]">
>
> <$checkbox tag="In Progress"><$link to={{!!title}}><$view 
> field="title"/></$link></$checkbox>
> </$list>
>
>
> This does almost what I want, but it's really annoying because the 
> checkbox is CHECKED and I have to UNCHECK it in order to delete the "In 
> Progress" tag. I would much have it the normal way a checkbox works. It 
> also doesn't add the "Needs Revision" tag that I want. 
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9a34dbe9-f652-498d-8556-5cd0339bd3dc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to