>
> 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/**groups/opt_out<https://groups.google.com/groups/opt_out>
>>> .
>>>
>>>
>>>
>>
>>
>>
>> --
>> 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.