gsd5 icon indicating copy to clipboard operation
gsd5 copied to clipboard

Lazy loading gets mad without text field

Open danielo515 opened this issue 9 years ago • 3 comments

Hello,

We have a problem with the lazy loading mechanism. For me the problem is not with the plugin itself but the poor definition of skinny tiddlers. The problem is that we are creating tiddlers without text field (for example when created silently), then the syncadaptor saves it, so far so good. The problem is when it loads the tiddler again (which is done very often) and it does not have a text field, then the syncer takes it as a skinny tiddler, and tries to load it again, but since there is no text field to load we are in an endless loop. It is enough tho provide a text field, even empty.

Regards.

danielo515 avatar May 19 '15 10:05 danielo515

Are you using TiddlyWiki5 via the NodeJS server, not as a stand-alone file?

roma0104 avatar May 22 '15 14:05 roma0104

Close enough. I'm using a different sync adaptor, but the mechanism is the same.

danielo515 avatar May 22 '15 15:05 danielo515

I think this commit corrected the issue you described.

roma0104 avatar Aug 21 '15 01:08 roma0104