but this doesn't support a javascript.
Example: <<view {{ title + "_Info"}} >> doesn't workOn 22 Sep., 10:53, colmjude <[email protected]> wrote: > > This tiddler has a title <<wikify {{tiddler.title}}>>. > > Or if you want to use style: > > <<wikify {{"@@font-weight:bold;"+tiddler.title+"@@"}}>> > > Luckily enough the same effect can be achieved without having to use > additional plugins. It is all achievable using the standard TW macros. > To view the title in your text you need to have > <<view title>> > And if you want to add a style do it like so: > @@font-weight:bold;<<view title>>@@ > > You can use the <<view>> macro to display any of the properties of a > tiddler (e.g. modifier, modified, etc). It can also be used to display > any of a tiddler's fields including any extended ones you may have > added. > > colm -- 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.

