I think the intent of this tread was to automatically change all the links
in the wiki pointing back to a tiddler when you change the title. I have
been using transclusion but to slices in another tiddler. Would it be
possible to transclude or create a link to a tiddler using say it's created
date which doesn't change but still have it display the title for that
tiddler. I want a link that goes and gets what to display using existing
core functions and not a plugin. Something like {{nobullets{<<list filter
[tag[201203210105]]>>}}} but with created instead of tag. I guess you could
put the created date in as a tag but this makes me wonder if there would be
able to create an alias that you could then put something like <<a $>>
where $ is the tag or something like <<alias a
{{"\{\{nobullets\{\<\<tiddler [tag[%0]]\>\>\}\}\}"}}>>. Anybody?
On Apr 9, 2012 9:37 AM, "Måns" <[email protected]> wrote:> Hi Andrew > > > It would be nice if we could use a transclusion in the title field unless > > it is possible and I jusr don't know how. > > The view macro [1] *can* wikify macro calls etc: > > If you change the ViewTemplate from: > <div class='title' macro='view title'></div> > to: > <div class='title' macro='view ::Slice wikified'></div> > > then it will wikify whatever is written in the slice "Slice" in the > current tiddler. > > Cheers Måns Mårtensson > > > [1] http://tiddlywiki.org/#[[view%20macro%20types]] > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWiki" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/tiddlywiki?hl=en. > > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

