Hi Jon,
cmari points out, that <<view ::slices>> needs to be all _lowercase_
which is not right for slices but for custom fields.

So
http://newtimeline.tiddlyspace.com/#GetValueSectionSliceTweak
imo needs a fix.

        fieldName = fieldName.toLowerCase();

could be done in the else path, where the fields are handled.
slice handling should be possible with CamelCase.

I haven't tested it !!
-m

On Mar 8, 2:31 pm, rakugo <[email protected]> wrote:
> I've submitted a ticket and patchhttp://trac.tiddlywiki.org/ticket/1439
>
> The code is quite trivial and has been added to 
> thehttp://newtimeline.tiddlyspace.com
> space
> The plugin is 
> here:http://newtimeline.tiddlyspace.com/#GetValueSectionSliceTweak
>
> This change allows you to use <<view ::slice text>>, <<view ##section
> wikified>> etc etc..
>
> I'd appreciate any feedback especially if this has any side effects.
>
> Jon
>
> On Mar 7, 6:38 pm, rakugo <[email protected]> wrote:
>
>
>
>
>
>
>
> > 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 <[email protected]> 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 [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.

Reply via email to