Sorry - I just realized that took it for granted that you used
forEachtiddlerPlugin:
http://tiddlywiki.abego-software.de/#ForEachTiddlerPlugin

If you don't - you should be able to produce lists filtered with
several tags like this:
<<list filter "[tag[systemConfig OR transclusion OR script]]">>

If it doesn't work as is - it will - if you install Erics
MatchTagsPlugin http://www.tiddlytools.com/#MatchTagsPlugin.
With MatchTagsPlugin you can even do sth this:
<<matchTags "#%0 (%2)<br>^^%5^^" "\n" sort:+title systemConfig OR
transclusion OR script>>

I prefer forEachtiddlerPlugin - because it lets you sort by
tiddler.title.toUpperCase and it allows creation of tables as well.. -
maybe MatchTagsPlugin can provide similar things - However I don't
know how...

Regards Måns Mårtensson



On 30 Dec., 02:11, Måns <[email protected]> wrote:
> Hi Linck
>
> > 1) can I have a list that lists tiddlers that contain tag1 OR tag 2?
> > I have used the && to list only those that contain both, but Or would
> > be great.
>
> Example of 3 different tags:
> <<forEachTiddler where 'tiddler.tags.containsAny
> (["systemConfig","transclusion","script"])'
> see other examples 
> here:http://tiddlywiki.abego-software.de/#%5B%5BList%20all%20Tiddlers%20th...
> For more intricate expressions Eric (TiddlyTools) explained some
> possiblities using boolean opreators in this 
> thread:http://groups.google.dk/group/tiddlywiki/browse_thread/thread/ab973c4...
>
> > 2) I have used the write action and I have also let it default as the
> > list action... can I do anything to make different kinds of lists...
> > or list them automatically in columns?
>
> Here's an example of a simple fET wich produces a sortable table with
> tiddlers tagged with systemConfig or transclusion or script 
> (needshttp://tw.lewcid.org/#TableSortingPlugin)
>
> <<forEachTiddler where 'tiddler.tags.containsAny
> (["systemConfig","transclusion","script"])'
> sortBy 'tiddler.title.toUpperCase()'
> write
>  '(index < 200)? "|!"+(index+1)+"|[["+tiddler.title+"]]|"+tiddler.tags
> +"|\n" : ""'
>               begin '"|sortable|k\n"
> +"| Plugins, transclusions or scripts |c\n"
> +"|!#| title | tags  |h\n"'
> end 'count+"plugins, transclusions or scripts\n"' none '"no plugins,
> transclusions or scripts\n"'>>
>
> > Thank you in advance for helping a new user... this stuff is great.  I
> > am up til the early morning hours experimenting with new plugins...
>
> You'll find that you've got a lot of soulmates here - TW is pretty
> addictive :-) Welcome and a happy new year..
>
> regards Måns Mårtensson

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.


Reply via email to