roma0104 / gsd5

A Getting-Things-Done tools for the TiddlyWiki5 environment.
MIT License
59 stars 22 forks source link

Lazy loading gets mad without text field #65

Open danielo515 opened 9 years ago

danielo515 commented 9 years ago

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.

roma0104 commented 9 years ago

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

danielo515 commented 9 years ago

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

roma0104 commented 9 years ago

I think this commit corrected the issue you described.