Hi Tobias I did some updates to the documentation yesterday that may help. The docs are on GitHub as part of the TW5 repo.
Best wishes Jeremy On Tue, Aug 20, 2013 at 11:14 AM, Tobias Beer <[email protected]> wrote: > Hi again, > > if existing, please link to the relevant documentation. > > Perhaps in a forseeable future it would be great if all this information > could be edited in an TiddlyWiki.org type of environment... then I would > just hop over there, add the missing bits and make you aware of any edits > here. > > Cheers, Tobias. > > > > On Thursday, 15 August 2013 20:53:16 UTC+2, Jeremy Ruston wrote: > >> I am insert in tiddler text <$view field="title"/>, this is OK. >>> >>> But my idea do not work. >>> >>> {{{ [tag[TagName1]]+[tag[TagName2]**] }}} - OK >>> {{{ [tag[<$view field="title"/>]]+[tag[**TagName2]] }}} - do not work >>> >> >> Ah, it looks like you are trying to generate a list of all tiddlers that >> are tagged with the current tiddler and also by "TagName2". Is that right? >> >> If so, it can be accomplished like this: >> >> {{{ [tag{!!title}tag[TagName2]] }}} >> >> a) inner curly braces in a filter operator cause the operand to be >> retrieved from the specified tiddler text reference >> b) the "!!title" text reference refers to the title of the current tiddler >> >> Let me know how you get on, >> >> Best wishes >> >> Jeremy >> >> >> >>> >>> >>> среда, 14 августа 2013 г., 18:51:59 UTC+3 пользователь Jeremy Ruston >>> написал: >>>> >>>> Hi Solodukhin, >>>> >>>> Sorry for the late reply. >>>> >>>> In TW5, you can get the title of the current tiddler with: >>>> >>>> <$view field="title"/> >>>> >>>> Best wishes >>>> >>>> Jeremy >>>> >>>> >>>> On Mon, Aug 12, 2013 at 8:58 AM, Solodukhin Roman <[email protected]>wrote: >>>> >>>>> Hi everyone! >>>>> >>>>> I am try to use TW5. >>>>> How i can get title of current tiddler? >>>>> >>>>> I try {{*tiddler*.*title*}}, but don't work. >>>>> >>>>> -- >>>>> 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 [email protected]. >>>>> >>>>> Visit this group at >>>>> http://groups.google.com/**group**/tiddlywiki<http://groups.google.com/group/tiddlywiki> >>>>> . >>>>> For more options, visit >>>>> https://groups.google.com/**grou**ps/opt_out<https://groups.google.com/groups/opt_out> >>>>> . >>>>> >>>>> >>>>> >>>> >>>> >>>> >>>> -- >>>> Jeremy Ruston >>>> mailto:[email protected] >>>> >>>> >> >> >> -- >> Jeremy Ruston >> mailto:[email protected] >> > -- Jeremy Ruston mailto:[email protected] -- 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.

