>Also, is there a way to grab a field from all the tiddlers tagged with
"Personal contacts"?
Here is what I've done for a prononciation guide tiddler extrated from
tiddlers tagged with "lexique" which contained a prononciation field:
\define prononciationMacro(title)
[[$title$]]: <$view tiddler="$title$" field="prononciation"/><br>
\end
<$list filter=[tag[lexique]sort[title]] macro="prononciationMacro"/>
If all yours tiddlers don't have the field and you want to only display
those which have it, you can add the filter has[field].
NB. In the macro [[$title$]]: {{$title$!!prononciation}} should work, but I
have titles with space caracters and that need a fix
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.