Hi w,
1) In what circumstance would you benefit from or even depend on
"inline parts"?
2) Unless you have some extension to PartTiddlerPlugin that I am
missing, the following does not (!) yield the desired output:
store.getTiddlerText('SomeTiddler/SomePart')
Instead you have to do something like this:
t=store.fetchTiddler('SomeTiddler/SomePart');
t=t?t.text:'';
3) I have added this and fixed the bug from the macro in the "single
purpose script" and posted an update here:
http://pastebin.com/z4rXNBv3
4) As for the combination of DcTableOfContentsPlugin or
SectionLinksPlugin and hidden sections ...it seems to me their
behaviour is faulty while the core probably doesn't provide adequate
utility functions.
Cheers, 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.