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 [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