tiddler.data("NAME_OF_FIELD_IN_DATA_SECTION") works for me.

w

On Sep 4, 5:38 am, "Dave Gifford - http://www.giffmex.org/";
<giff...@gmail.com> wrote:
> Thanks to everyone for your help! Blessings to you all
>
> Dave
>
> On Aug 31, 12:11 pm, Tobias Beer <beertob...@googlemail.com> wrote:
>
> > Hi everyone,
>
> > Sorry if this might not be helpful to the topic ... but with
> > transclusion and things like:
>
> > /%get section bar from tiddler foo%/
> > <<tiddler foo##bar>>
>
> > /%get slice b from tiddler a%/
> > <<tiddler 'a::b'>>
>
> > /%do the same using javascript%/
> > section=store.getTiddlerText('foo##bar');
> > slice=store.getTiddlerText("a::b","default");
>
> > /%and not to forget%/
> > store.getValue(tiddler,field)
> > setValue        store.setValue(tiddler,field,value)
>
> > ...what are the benefits of using DataTiddlerPlugin?
>
> > Could it be that the missing link (if missing indeed) are some...
>
> > store.saveSection(tiddler,section,text,visible);
> > store.saveSlice(tiddler,slice,visible);
>
> > ...methods for writing those values back to a given tiddler if one so
> > choses to have them edited individually via some form?
>
> > Tobias.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@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