Hi Mark,

TW documentation sites are listed here:
http://confocal-manawatu.pbworks.com/w/page/114018229/TiddlyWiki%20Documentation
Please add the missing sites if any found.

Cheers,
Dmitry

On Friday, 6 January 2017 11:44:45 UTC+13, Jeremy Wheeler wrote:
>
>
> I’ve just installed tiddlywiki and I’m loving it. I’ve started a project 
> I’ve been meaning to tackle for years...
>
> ... but I’m stuck. In some fine-tuning I want to filter the input to a 
> list using one of the Tiddler’s field values (tag-required) but I can’t see 
> how to do it. 
>
> In the following example (from a macro) I can //display// the field value 
> and I can //filter// using currentTiddler...
>
> ```
> {{!!tag-required}}
>
> <$list filter="[tag[$(currentTiddler)$]sort[title]]">
>  <$link to={{!!title}}><$view field="title"/></$link> <$view 
> field={{language!!language}}/><br>
> </$list>
> ```
> ... but I want to filter on the value of tag-required. Crudely speaking, I 
> want to replace... 
>
> ```
> $(currentTiddler)$
> ```
> ... in the filter by...
>
> ```
> {{!!tag-required}}
>
> ```
> ... but I can’t find the syntax to do it. I’ve tried support pages and 
> guesswork but I’ve not found the answer. Have I overlooked the obvious or 
> am I barking up the wrong tree?
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e5e8a173-224d-41c4-9108-f3c8894726c8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to