Stephan Hradek
unread,Apr 12, 2013, 12:31:29 PM4/12/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tiddl...@googlegroups.com
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>>