Thank you for the responses. I used Soren’s suggestion and it worked perfectly. 
I’ve managed to sort out all my other issues and am ready to start adding real 
data to my list. Woohoo. 

Again thanks,
Karen

Sent from my iPad

> On 13 Mar 2021, at 1:14 am, Soren Bjornstad <[email protected]> wrote:
> 
> 
> Mario covered how to add the radio button, for the filter I would use regexp 
> (regular expression search). So instead of directly checking status with 
> status{$:/temp/ExampleCodingMode}, you'd say:
> 
> regexp:status{$:/temp/ExampleCodingMode}
> 
> In a regular expression you can then say .* to match anything, as well as 
> just plain Completed, so your new radio button would use .* as the value. As 
> long as you're just using letters and numbers as the values, you don't have 
> to do anything special with the other values, but it's possible to get almost 
> arbitrarily complex with JavaScript regular expressions if you want to 
> include other combinations.
> 
>> On Thursday, March 11, 2021 at 5:31:15 PM UTC-6 TheScribe wrote:
>> I have been following the instructions giving in Soren’s video to set up a 
>> reading list (although mine is a different type of list). I’ve set up radio 
>> buttons, in the video they were for “read” and “unread”, which I’ve adapted 
>> for my own use. However, I’d like to add a third option to show all, ie show 
>> the entire list. How can I do this please? 
>> 
>> Best wishes, 
>> Karen 
>> 
>> Sent from my iPad
> 
> -- 
> You received this message because you are subscribed to a topic in the Google 
> Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/tiddlywiki/O1oylX4H97k/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> [email protected].
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/889c5c7a-4164-4dc8-afc7-484e5460f364n%40googlegroups.com.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/A882C245-4EBC-4F39-881B-E4EE788A13D6%40gmail.com.

Reply via email to