TiddlyWikiClassic icon indicating copy to clipboard operation
TiddlyWikiClassic copied to clipboard

bug: transclusion problem on startup

Open tobibeer opened this issue 10 years ago • 2 comments

As has been discussed quite a while ago there are problems with transclusions on startup, see...

http://startuptransclusions.tiddlyspot.com

I believe I have fixed the problem by inserting

if (startingUp) return true;

...at the very beginning of...

config.refreshers.tiddler: function(e,changeList) {
    //the actual code
}

Please confirm / test / check and merge with core.

I have wrapped this all up and posted an article in the @tobibeer space...

http://tobibeer.tiddlyspace.com/#startingUp

tobibeer avatar Sep 11 '13 14:09 tobibeer

It seems that the problem is connected with the parametric transclusion handling: see issue https://github.com/TiddlyWiki/tiddlywiki/issues/154. I think, the fix I proposed in the group discussion (see the link on the issue page) should fix your case too, while it is a much more general fix.

YakovL avatar Jun 18 '14 17:06 YakovL

Hi Tobias, please, retest this issue in TW 2.9.0 beta 1 -- it should be gone and is gone according to my limited tests. Unfortunately, I have very slow internet connection for now, and I'm having troubles even with loading your use-case TW, so I can't be 100% sure I recalled the use-case correctly. Best regards, Yakov.

YakovL avatar Sep 30 '14 16:09 YakovL