On Thu, Jan 16, 2014 at 10:19 AM, Michael Fogleman <
michaelwfogle...@gmail.com> wrote:

> I think the filter docs are pretty clear on the syntax, but my
> expectations of how to use them once I've figured out the syntax for the
> filter I want are divergent with how TW5 actually seems to be performing.
>
> I've tried typing the syntax for a filter into a wiki, and it doesn't
> output anything but the plaintext of the filter. Am I supposed to use the
> filter in a different spot, or a tiddler of its own? How do I use a filter,
> given that I know how to articulate the syntax I want?
>

Hi Michael

The easiest way to use a filter is to place it in triple curly braces.
You'll get back a list of links to the tiddlers that the filter yields. For
example:

{{{ [tag[introduction]] }}}

For more flexibility, you would use the ListWidget. Search for "filters" on
tiddlywiki.com and you'll see links to all the relevant docs.

Best wishes

Jeremy





>
>
> On Thursday, November 21, 2013 8:55:05 PM UTC+8, Jeremy Ruston wrote:
>
>> Hi Dave
>>
>> TW5 filters are unique to TW5, I'm afraid.
>>
>> The filter docs on tw5.com do cover almost all of the details, but the
>> explanation is clearly inadequate.
>>
>> I'm very happy to answer questions -- particularly if it helps you build
>> up a library of examples that we can share with other users.
>>
>> Best wishes
>>
>> Jeremy
>>
>>
>>
>> On Thu, Nov 21, 2013 at 12:48 PM, David Gifford <dgif...@crcna.org>wrote:
>>
>>> Hi Jeremy
>>>
>>> Is the list filter stuff based on a specific computer syntax, or is it
>>> custom to TiddlyWiki? In other words, where can I go besides the limited
>>> documentation on five.tiddlywiki.com to learn this stuff? At least the
>>> for each tiddler plugin had lots and lots of examples from which to learn
>>> the basics of the syntax.
>>>
>>> I really like the list filter and other filters and widgets, I can tell
>>> they have a lot of power, but I feel like I am too dependent, bothering
>>> everyone too much with questions, and only a couple people serve as the
>>> gatekeepers of this secret knowledge, and those people ought to be working
>>> on getting TW to beta, writing plugins, etc, rather than answering my
>>> questions. Is there a comprehensive guide on this stuff written in simple
>>> language?
>>>
>>> Dave
>>>
>>>
>>> On Wednesday, November 20, 2013 4:25:04 PM UTC-6, Stephan Hradek wrote:
>>>>
>>>> Maybe you read before about my 136 tiddlers I created from some Excel
>>>> Input.
>>>>
>>>> So now I have 136 tiddlers having the tag "Autogen" (tag names are
>>>> fictious). All tiddlers have an additional tag, one of 16 possibilities.
>>>> Let's name them Tag-A, Tag-B, Tag-C…Tag-P
>>>>
>>>> Now what I'd like to generate is something like this:
>>>>
>>>> For all tiddlers having the tag "Autogen":
>>>>     For all other tags in those tiddlers:
>>>>         Sort the other tags
>>>>         For each tag:
>>>>              Show the tag as a headline
>>>>              For all the titles of all tiddlers having "Autogen" andthe 
>>>> other tag
>>>> :
>>>>                  Sort the titles
>>>>                  For each title:
>>>>                      list it as a link
>>>>
>>>>
>>>> So that I would get something like this:
>>>>
>>>> ! Tag-A
>>>> [[link to tiddler x]]
>>>> [[link to tiddler y]]
>>>> [[link to tiddler z]]
>>>> ! Tag-B
>>>> [[link to tiddler 1]]
>>>> [[link to tiddler 2]]
>>>> [[link to tiddler 3]]
>>>> …
>>>>
>>>> I have no idea how to start that.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>  --
>>> 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+...@googlegroups.com.
>>> To post to this group, send email to tiddl...@googlegroups.com.
>>>
>>> Visit this group at http://groups.google.com/group/tiddlywiki.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>
>>
>>
>> --
>> Jeremy Ruston
>> mailto:jeremy...@gmail.com
>>
>


-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to