[tw] Re: sub list of tags?

2009-12-22 Thread Mike
Playing with http://yann.perrin.googlepages.com/twkd.html#DividedListsPluginDocumentation Trying to find some Documentation (not on the current twkd website) Good Luck, Mike On Dec 21, 1:31 pm, Mike eris...@gmail.com wrote: How many tags do you have to work with? If not a large amount then

[tw] Re: sub list of tags?

2009-12-22 Thread Mark S.
Haven't done anything fancy or setting up as a macro/template yet, but this script should pick up all tags starting with KW - : script var prefix =KW - ; var out = ; var tags= store.getTags() ; //wikify(tags,place) ; for(var i=0;itags.length;i++) { str = new String(tags[i]) ; if(!

[tw] Re: sub list of tags?

2009-12-22 Thread Mike
Mark - that is great, couldn't wrap my mind around it. . . Made it pretty by changing the output to . . . out+=* tag [[+tags[i][0]+]] (+tags[i][1]+)+\n; It is working in my SandBox Mike On Dec 22, 12:26 pm, Mark S. throa...@yahoo.com wrote: Haven't done anything fancy or setting up as a

[tw] Re: sub list of tags?

2009-12-22 Thread JayF
Hi Mike, and others. Thanks so much! Your script did the trick. My sidebar keyword list is now much more useful. Jay On Dec 22, 2:11 pm, Mike eris...@gmail.com wrote: Mark - that is great, couldn't wrap my mind around it. . . Made it pretty by changing the output to  . . .   out+=* tag

[tw] Re: sub list of tags?

2009-12-21 Thread Mike
Sorry, Something like http://www.TiddlyTools.com/#ShowAllByTags But instead of an exclude list, an include list via wild card. . . I can't think of anything out of the box, will look at little more later on today. . . (Sounds like a job for InlineJavascriptPlugin) Found something similar here

[tw] Re: sub list of tags?

2009-12-21 Thread Mike
How many tags do you have to work with? If not a large amount then the second example works well, would have to create a tiddler called ShowAllByTagsB /% |Requires|InlineJavascriptPlugin| |Description|tag list with exclude filter|

[tw] Re: sub list of tags?

2009-12-20 Thread Mike
Maybe this could help. . . http://lewcid.org/2007/10/23/how-to-list-tiddlers-by-tags-the-filter-tipped-way/ Mike On Dec 20, 9:33 am, JayF fogle...@mail.uri.edu wrote: I would to reduce the list of tags in my sidebar to a sublist, i. e. I only want to display tags that begin with KW -  (for

[tw] Re: sub list of tags?

2009-12-20 Thread Mike
Nevermind . . . http://www.TiddlyTools.com/#MatchTagsPlugin From this post: http://groups.google.com/group/tiddlywiki/browse_thread/thread/313055747ca1a706/6379272db0cf92ab?lnk=gstq=filter+tag#6379272db0cf92ab ELS says: provides a robust tag filtering syntax using full Boolean-logic (AND, OR,

[tw] Re: sub list of tags?

2009-12-20 Thread JayF
Thanks for your efforts. I added the matchtagsplugin, and used the following syntax: matchTags popup label:test KW -.* which yielded a list of all the tiddlers with any tag beginning with KW - What I want to generate is a list of all the tags beginning with the KW - string. Some of these