Am Samstag, 25. Januar 2014 05:50:26 UTC+1 schrieb Danielo Rodríguez:
> > <$view field="title"/> > This will show the title. Unwikified, so there will be, for example, no PrettyLink. > <$transclude field="description"/> > > This will wikify. So "[[tiddler]]" in a description will become a link. My tipp: Experiment with it. > Other example of this kind of duplicated mechanism is > > [is[current]tagging[]sort[title]] > > [is[current]tags[]sort[title]] > > This is no duplication. Read http://tiddlywiki.com/static/TiddlerFilters.html "tagging" is finding those tiddlers which are labeld with the title of the current tiddler. Go to tiddlywiki.com, find the tiddler "command" and paste this into it: {{{ [is[current]tagging[]] }}} You'll get as a result all tiddlers labeled "command" "tags[]" will give you all the tags of the current tiddler. Go to http://tesis.tiddlyspot.com/ create a new tiddler and paste this into it: {{{ [[Braithwaite, R.B. (1946): "Teleological Explanation"]tags[]] }}} It will give you the 14 tags of the tiddler «Braithwaite, R.B. (1946): "Teleological Explanation"» [tag[person]] > [taggin[person]] > > Maybe this is not the exact example, but it's similar to it. > The first one filters all tiddlers (from the current list of tiddlers) which have the tag "person". The second one is a typo. The correct filter (tagging) would ignore "person" and act as described above. But as I said: Read the fine manual ;) and experiment. -- 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.

