Sometimes a slice may contain something other than wikitext for
instance a date string or you may not want to wikify it (especially on
a shared Wiki). Hence why I think the view macro would be the logical
place for slice printing..
Jon

On Mar 7, 3:09 pm, Eric Shulman <elsdes...@gmail.com> wrote:
> > The area this does not cover is sli However I'm pretty confident
> > this could be fixed by a minor change to the core / a small plugin in
> > the TiddlyWiki getValue function I plan to look into this very
> > swiftly.
> > This would enable <<view ##slicename text>> to work
>
>    http://www.TiddlyTools.com/#WikifyPlugin
> provides formatted output of fields, slices and section (as well as
> literals and computed values).
>
> Usage:
>    <<wikify "formatstring" value value value ....>>
>
> where "formatstring" is text containing 'substitution markers' (%0-
> %9), and the 'value' params are references to slices, sections,
> fields, using the following syntax:
>
>    ::slicename
>    here::slicename
>    TiddlerName::slicename
>
>    ##sectionname
>    here##sectionname
>     TiddlerName##sectionname
>
>    fieldname
>    fieldname@here
>    fieldname@TiddlerName
>
> Outputting a simple field:
>    <<wikify "%0" fieldname>>
> produces the same results as the TW core macro:
>    <<view fieldname wikified>>
>
> In addition to just displaying field, slice or section values,
> <<wikify>> can also assemble and render more complex wiki-formatted
> content (such as "PrettyTiddlyLinks") from multiple values:
>    <<wikify "[[%0|%1]]" fieldname1 fieldname2>>
>
> enjoy,
> -e

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to