I'm not sure, but I THINK I found and fixed a bug.
I imported the CoreTweaks and changed in the tweak to ticket 1147
This line:
if(force != null || changeList == null || changeList.indexOf(title)
!= -1) {
to this line
if(force != null || changeList == null || changeList.indexOf(title
.replace(/##.*/,'')) != -1) {
This will remove the "##Section" part from the tiddler name and thus make a
transcluded section refresh. This, of course, only works for sections
transcluded using <<tiddler>> not those transcluded <<wikify>>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.