> I tried <<view [[Tiddler name]] "fieldname">> but that didn't work...
http://www.TiddlyTools.com/#WikifyPlugin allows you to easily produce formatted output from values stored in tiddler fields, tiddler slices, internal variables, literal constants, and/or computed macro parameters For your given use-case, you could write: <<wikify "%0" fieldn...@tiddlername>> The first macro param defines the desired output format, and can contain any text you want, along with embedded "substitution markers": %0, %1, %2, ...., %9. The remaining macro params specify the corresponding values to be inserted in place of the markers. In this particular case, the format is just "%0", meaning that the first parameter value (fieldn...@tiddlername) will simply be output by itself without any other static text. Note: the implementation of the "fieldn...@tiddlername" syntax is provided directly by WikifyPlugin, and therefore cannot be used in any of the standard TW core macros where simple fieldnames are expected (e.g., <<view fieldname>>, <<edit fieldname>>, etc.). However, you *can* use this enhanced syntax within the <<select>> macro that is defined by TiddlyTools' ListboxPlugin, so that it can also set/use values stored as custom fields in other tiddlers. enjoy, -e --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

