[tw] Re: TW5 multiple tag search using drop-down list

2016-07-29 Thread Danielo Rodríguez
The first box is 'and' tags, the second one is to filter out results by text 

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/27ae33f9-dd56-4d59-96d6-87f32b770e89%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 multiple tag search using drop-down list

2016-07-27 Thread Jon
Hi Danielo,

I already had your plug-in installed but I couldn't manage to add another 
tag in the 2nd box...?

Regards
Jon

On Wednesday, 27 July 2016 20:42:36 UTC+1, Danielo Rodríguez wrote:
>
> There is a plugin that I have created for that purpose :
>
> http://braintest.tiddlyspot.com/#TagsSearch-Plugin
>
> Hope it still works. 
> Regards 
>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/283270d1-a420-456e-93d6-d503fe8d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 multiple tag search using drop-down list

2016-07-27 Thread Jon
Perfect, thanks Eric.

Regards
Jon

On Wednesday, 27 July 2016 21:11:13 UTC+1, Eric Shulman wrote:
>
> On Monday, July 25, 2016 at 10:55:38 PM UTC-7, Jon wrote:
>>
>> That works Eric, thank you.
>>
>> I wonder if the behaviour could be changed a bit so that the first 
>> selection shows the tiddlers with that tag and then the second selection 
>> shows the match- at the moment it will only show tiddlers with a match for 
>> both tags.
>>
>
> change the filter in the second select list from
> <$select tiddler="$:/temp/tag2">
><$list filter="[all[]tags[]sort[]]">
> to
> <$select tiddler="$:/temp/tag2">
><$list filter="[tag{$:/temp/tag1}tags[]sort[]]">
>
> enjoy,
> -e
> Eric Shulman
> TiddlyTools / ELS Design Studios
> InsideTiddlyWiki: The Missing Manuals
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/5e05e40c-1f35-4397-a3b1-e359b5e55ac6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 multiple tag search using drop-down list

2016-07-27 Thread Eric Shulman
On Monday, July 25, 2016 at 10:55:38 PM UTC-7, Jon wrote:
>
> That works Eric, thank you.
>
> I wonder if the behaviour could be changed a bit so that the first 
> selection shows the tiddlers with that tag and then the second selection 
> shows the match- at the moment it will only show tiddlers with a match for 
> both tags.
>

change the filter in the second select list from
<$select tiddler="$:/temp/tag2">
   <$list filter="[all[]tags[]sort[]]">
to
<$select tiddler="$:/temp/tag2">
   <$list filter="[tag{$:/temp/tag1}tags[]sort[]]">

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
InsideTiddlyWiki: The Missing Manuals

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/d8acbef6-0266-4d55-bc98-aec657491e3e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 multiple tag search using drop-down list

2016-07-27 Thread Danielo Rodríguez
There is a plugin that I have created for that purpose :

http://braintest.tiddlyspot.com/#TagsSearch-Plugin

Hope it still works. 
Regards 

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/7121b5c8-8e18-44ad-9633-ce817c937024%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 multiple tag search using drop-down list

2016-07-25 Thread Jon
That works Eric, thank you.

I wonder if the behaviour could be changed a bit so that the first 
selection shows the tiddlers with that tag and then the second selection 
shows the match- at the moment it will only show tiddlers with a match for 
both tags.

I suspect the next request might be less straight forward - it would be 
great to be able to type the name of the tag for it to be selected in the 
same way as the normal tiddler tagging mechanism. At the moment, typing 
will only select the first letter of the tag and then you need to scroll.

Thanks Matabele - I'll look into that too.

Regards
Jon

On Monday, 25 July 2016 22:46:29 UTC+1, Eric Shulman wrote:
>
> On Monday, July 25, 2016 at 1:04:19 PM UTC-7, Jon wrote:
>>
>> I'd like to set something up so that I can apply a filter using drop down 
>> lists of the available tags so I can then search for all the tiddlers 
>> tagged with both A and B by selecting each tag from the drop down list.
>>
>
> Using standard TiddlyWiki syntax (no plugins):
>
>
>
> Find tiddlers tagged with:
>
> <$select tiddler="$:/temp/tag1">
><$list filter="[all[]tags[]sort[]]">
>   >><>
>
> 
> and
> <$select tiddler="$:/temp/tag2">
><$list filter="[all[]tags[]sort[]]">
>   >><>
>
> 
>
> Found <$count filter="[tag{$:/temp/tag1}tag{$:/temp/tag2}]" /> matching 
> tiddlers:
>
> <$list filter="[tag{$:/temp/tag1}tag{$:/temp/tag2}]">
><$link><>
> 
>
>
> enjoy,
> -e
> Eric Shulman
> TiddlyTools / ELS Design Studios
> InsideTiddlyWiki: The Missing Manuals
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/be8da018-20b0-47f9-bb5a-cd1163e38dbe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 multiple tag search using drop-down list

2016-07-25 Thread Matabele
Hi Jon

I remember playing around with something like this using my $checklist 
widget -- have a look at the Select by ANDing Tags 

 example 
here .

regards

On Monday, 25 July 2016 22:04:19 UTC+2, Jon wrote:
>
> Hi,
>
> I've searched through the forum so apologies if I've overlooked an answer 
> previously given to this.
>
> I'd like to set something up so that I can apply a filter using drop down 
> lists of the available tags so I can then search for all the tiddlers 
> tagged with both A and B by selecting each tag from the drop down list.
>
> Hopefully that makes sense.
>
> Thanks
> Jon
>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/f4cb1140-a3b3-4372-84f7-a5188a84f497%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 multiple tag search using drop-down list

2016-07-25 Thread Eric Shulman
On Monday, July 25, 2016 at 1:04:19 PM UTC-7, Jon wrote:
>
> I'd like to set something up so that I can apply a filter using drop down 
> lists of the available tags so I can then search for all the tiddlers 
> tagged with both A and B by selecting each tag from the drop down list.
>

Using standard TiddlyWiki syntax (no plugins):



Find tiddlers tagged with:

<$select tiddler="$:/temp/tag1">
   <$list filter="[all[]tags[]sort[]]">
  >><>
   

and
<$select tiddler="$:/temp/tag2">
   <$list filter="[all[]tags[]sort[]]">
  >><>
   


Found <$count filter="[tag{$:/temp/tag1}tag{$:/temp/tag2}]" /> matching 
tiddlers:

<$list filter="[tag{$:/temp/tag1}tag{$:/temp/tag2}]">
   <$link><>



enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
InsideTiddlyWiki: The Missing Manuals

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/38a0e359-be70-4ab4-8ebb-2dc70208af88%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 multiple tag search using drop-down list

2016-07-25 Thread Jon
Thanks Jed, that looks like what I'm after but I'm afraid it's a bit beyond 
me - I've looked in $:/plugins/inmysocks/Bookmarks/Bookmarks by Tags, but I 
don't know what text to substitute for my own case eg. for <$set 
name=searchSelection value={{$:/state/Bookmarks/BookmarksByTags}}> ?

Jon

On Monday, 25 July 2016 21:22:18 UTC+1, Jed Carty wrote:
>
> You can look at the Bookmarks Sorted by Tags tab here 
> 
>  
> to see an example. 
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/17031c9a-219a-429d-98f8-0d1b69bbb3d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 multiple tag search using drop-down list

2016-07-25 Thread Jed Carty
You can look at the Bookmarks Sorted by Tags tab here 

 
to see an example. 

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/4710e739-5bf4-4b9a-8d0c-c42f50539860%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.