Making lists defined by two tags

374 views
Skip to first unread message

Alex Hough

unread,
Jan 15, 2008, 5:44:14 AM1/15/08
to Tiddl...@googlegroups.com
Hello and Good morning! (rain in Manchester)

I have a tiddler 'People' and i use 'new here' to add new people. It works well for me

Now I am getting more people and I want to group them.  So I want to do something like

<<tagging people+new>> for a list of new people.

I remember seeing something like <<filter list tags>> but I can't find it again.

Any clues?

Alex

FND

unread,
Jan 15, 2008, 7:37:10 AM1/15/08
to Tiddl...@googlegroups.com
> <<tagging people+new>>

I'd probably use ForEachTiddlerPlugin* for that:
---------------
<<forEachTiddler
where 'tiddler.tags.contains("people")
&& tiddler.tags.contains("new")'
>>
---------------

> I remember seeing something like <<filter list tags>> but I can't find
> it again.

I believe the new filter syntax (e.g. "[tag[people]]") works only on
DefaultTiddlers for the moment - i.e. there's no macro like that yet.

HTH.


-- F.


* http://tiddlywiki.abego-software.de/#ForEachTiddlerPlugin

Saq Imtiaz

unread,
Jan 15, 2008, 7:38:20 AM1/15/08
to Tiddl...@googlegroups.com
http://lewcid.org/2007/10/23/how-to-list-tiddlers-by-tags-the-filter-tipped-way/

However that only works for tiddlers with the tags new or people, not new and people.

Saq
--
Tiddly Learning ( http://lewcid.org ) : TiddlyWiki news, plugins, themes and educational usage

Alex Hough

unread,
Jan 15, 2008, 8:26:03 AM1/15/08
to Tiddl...@googlegroups.com
Thanks you both.

Simon Baird

unread,
Jan 18, 2008, 11:47:00 PM1/18/08
to Tiddl...@googlegroups.com
On Jan 15, 2008 10:37 PM, FND <Ace_...@gmx.net> wrote:

> <<tagging people+new>>

I'd probably use ForEachTiddlerPlugin* for that:
---------------
<<forEachTiddler
    where 'tiddler.tags.contains("people")
        && tiddler.tags.contains("new")'
 >>
---------------

Use containsAll

<<forEachTiddler where 'tiddler.tags.containsAll(["people","new"])' >>

There is also a containsAny.


--
simon...@gmail.com
Reply all
Reply to author
Forward
0 new messages