[tw] Re: How-To?: Search/Filter by multiple Tags with checkboxes or buttons for tags /taggroups

2018-02-28 Thread 'Surya' via TiddlyWiki
Hello Mark (and all others), Many many hours of experiments and googling later I found out now, how I can show only the tags I want to show and to have checkboxes for each tag I want to search by :-) I have now only 3 issues anymore. And for that I found just . *nothing*. Nothing how I

[tw] Re: How-To?: Search/Filter by multiple Tags with checkboxes or buttons for tags /taggroups

2018-02-24 Thread 'Surya' via TiddlyWiki
Hello again, I still didn't find a complete solution for my Search/Filter by multiple Tags. The most important features in this solution made by Mark S. I still dind't find a solution for: - Having only the tags listed, that I want to have listed (without the tiddlers listed, which have

[tw] Re: How-To?: Search/Filter by multiple Tags with checkboxes or buttons for tags /taggroups

2018-02-12 Thread 'Surya' via TiddlyWiki
Hello, I managed now to add an "open all"-button to the MultipleTagSearch with this: <$button>Open ''ALL found'' Tiddlers <$list filter=<>> <$action-navigate $to=<> $scroll=no/> (Found that somewhere in the web and modified it to work in the MultipleTagSearch). But still there are these uns

[tw] Re: How-To?: Search/Filter by multiple Tags with checkboxes or buttons for tags /taggroups

2018-02-11 Thread 'Surya' via TiddlyWiki
Hi Mark, Is there some reason that $:/temp/pptg-taggroup is tagged as Character ? It seems to work without the tag. That is done automatically by the plugin. I tried it. Added one more parent-tag. And deleted both parent-t

[tw] Re: How-To?: Search/Filter by multiple Tags with checkboxes or buttons for tags /taggroups

2018-02-11 Thread 'Mark S.' via TiddlyWiki
Is there some reason that $:/temp/pptg-taggroup is tagged as Character ? It seems to work without the tag. -- Mark On Sunday, February 11, 2018 at 10:25:38 AM UTC-8, Surya wrote: > > Hello Mark, > > I got your solution (now

[tw] Re: How-To?: Search/Filter by multiple Tags with checkboxes or buttons for tags /taggroups

2018-02-11 Thread 'Surya' via TiddlyWiki
Hello Mark, I got your solution (now called "MultipleTagSearch", but still everything related to it tagged with "Search by Mark") to work again on my test-site http://suryas-testwiki.tiddlyspot.com. I don't know anything about the popup-tagger. Is this change incorporated into your test wiki?

[tw] Re: How-To?: Search/Filter by multiple Tags with checkboxes or buttons for tags /taggroups

2018-02-10 Thread 'Mark S.' via TiddlyWiki
1. I don't know anything about the popup-tagger. Is this change incorporated into your test wiki? I'm not seeing anything odd. 2. I think the "toc-tabbed-internal-nav" code would need to be hacked to stop presenting results for "children" (tiddlers without tag descendants). 3. Same as #2 4. As

[tw] Re: How-To?: Search/Filter by multiple Tags with checkboxes or buttons for tags /taggroups

2018-02-09 Thread 'Surya' via TiddlyWiki
Hiho Mark, it works :-))) strangely & unfortunately not on my test-wiki anymore. But on one of my private wikis (so it should work on all my private wikis, I think & hope) and on my other wiki on tiddlyspot. So, the both main features are working. Now coming to the fine tuning :-) Should I list

[tw] Re: How-To?: Search/Filter by multiple Tags with checkboxes or buttons for tags /taggroups

2018-02-08 Thread 'Mark S.' via TiddlyWiki
Since your tags are in a tree, I didn't think it was possible for items to be both A and B. Oh well. Try replacing Mark's Search with these contents: \define addPrefix() +[tag[ \define addSuffix() ]] \define finalFilter() [all[tiddlers]] $(myfilter2)$ +[regexp[$( additionalCriteria)$]] <$macro

[tw] Re: How-To?: Search/Filter by multiple Tags with checkboxes or buttons for tags /taggroups

2018-02-08 Thread 'Surya' via TiddlyWiki
Hi Mark, with that the basic function works- thanks :-) Now the second: When I choose more than one tag, it lists all tiddlers which have either the one tag or the other tag. It seems to be a search with "OR". But it should be a filter with AND. With AND it should list less tiddlers, the more

[tw] Re: How-To?: Search/Filter by multiple Tags with checkboxes or buttons for tags /taggroups

2018-02-08 Thread 'Mark S.' via TiddlyWiki
Take out "Enter code here..." which is something left over from the gügle editor. -- Mark On Thursday, February 8, 2018 at 1:20:39 PM UTC-8, Mark S. wrote: > > Oops. Change CheckboxTemplate to > > <$checkbox field="criteria" checked="yes" unchecked="no"/> {{!!title}} > > and Search made by Mark

[tw] Re: How-To?: Search/Filter by multiple Tags with checkboxes or buttons for tags /taggroups

2018-02-08 Thread 'Mark S.' via TiddlyWiki
Oops. Change CheckboxTemplate to <$checkbox field="criteria" checked="yes" unchecked="no"/> {{!!title}}Enter code here... and Search made by Mark to: \define addCrit() $(additionalCriteria)$ <$macrocall $name="toc-tabbed-internal-nav" tag="TableOfContents" selectedTiddler="$:/temp/

[tw] Re: How-To?: Search/Filter by multiple Tags with checkboxes or buttons for tags /taggroups

2018-02-08 Thread 'Surya' via TiddlyWiki
Oh, sorry, I wrote something wrong: > >- When I choose "A" by clicking the checkbox, it adds the tag "B" to >the tiddler "B". > > I meant: When I choose "A" by clicking the checkbox, it adds the tag "A" to the tiddler "A". And, of course the same with example "B": When I choose "B"

[tw] Re: How-To?: Search/Filter by multiple Tags with checkboxes or buttons for tags /taggroups

2018-02-08 Thread 'Surya' via TiddlyWiki
Hi Mark, Am Mittwoch, 7. Februar 2018 16:31:18 UTC+1 schrieb Mark S.: >> >> Here's an ugly, proof-of-concept approach. Make a tiddler: >> >> <$macrocall >> $name="toc-tabbed-internal-nav" >> tag="TableOfContents" >> selectedTiddler="$:/temp/toc/selectedTiddler" >> unselectedText="S

[tw] Re: How-To?: Search/Filter by multiple Tags with checkboxes or buttons for tags /taggroups

2018-02-07 Thread 'Mark S.' via TiddlyWiki
Here's an ugly, proof-of-concept approach. Make a tiddler: <$macrocall $name="toc-tabbed-internal-nav" tag="TableOfContents" selectedTiddler="$:/temp/toc/selectedTiddler" unselectedText="Select a topic in the table of contents. Click the arrow to expand a topic." missingText="

[tw] Re: How-To?: Search/Filter by multiple Tags with checkboxes or buttons for tags /taggroups

2018-02-06 Thread TonyM
Surya, It nice to hear of what you dream. I know I could build this using MyMenus Plugin I just released, To support Tagging; Perhaps a menu With each tag group a sub menu (where you can check the required ), tags on the tiddler, then in the same top menu list all currently tagging with check

[tw] Re: How-To?: Search/Filter by multiple Tags with checkboxes or buttons for tags /taggroups

2018-02-06 Thread 'Surya' via TiddlyWiki
Hi Tony, FYI There is the CheckBox Widget in the core now > https://tiddlywiki.com/#CheckboxWidget > > Yes, I saw that while searching since weeks for solutions for

[tw] Re: How-To?: Search/Filter by multiple Tags with checkboxes or buttons for tags /taggroups

2018-02-06 Thread TonyM
Surya, FYI There is the CheckBox Widget in the core now https://tiddlywiki.com/#CheckboxWidget Regards Tony On Wednesday, February 7, 2018 at 12:37:50 PM UTC+11, Surya wrote: > > Hello, > > one big wish I have: > > I want to be able to search / filter by multiple tags with the following > feat