Skip to content
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.

Lazy loading gets mad without text field #65

Open
danielo515 opened this issue May 19, 2015 · 3 comments
Open

Lazy loading gets mad without text field #65

danielo515 opened this issue May 19, 2015 · 3 comments

Comments

@danielo515
Copy link
Contributor

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
Copy link
Owner

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

@danielo515
Copy link
Contributor Author

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

@roma0104
Copy link
Owner

I think this commit corrected the issue you described.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants