> ... store.getTiddlerSlice(tiddler.title,"SliceA"));
> ... store.getTiddlerSection(tiddler.title,"SectionB"));

store.getTiddlerText("TiddlerTitle","default value");
store.getTiddlerText("TiddlerTitle::slicename","default value");
store.getTiddlerText("TiddlerTitle::sectionname","default value");

Thus:
   store.getTiddlerText(tiddler.title+"::SliceA");
   store.getTiddlerText(tiddler.title+"##SectionB");

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios


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