-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tiddlymap makes lazy loading not work #300
Comments
Hi @guillefix thanks for reporting. I am sorry for this but I don't think this will be fixed since I do not use static building and Tiddlymap also relies on accessing tiddler contents even if they are not loaded yet, so this may conflict with the concept of lazy loading or results in the whole wiki being loaded one by one 😞 |
This is indeed a big problem. However, if the tiddlers that are "key" are a fixed set they can be embedded on the index.html or pre-loaded before tiddlymap |
Hi @danielo515 , hope you are doing well! 🙂 |
Do you use the text field? That's the only field that is not available on lazy loaded tiddlers @felixhayashi |
Good point, I may be using it indirectly by calling |
I tried installing tiddlywiki as mentioned here because I had issues with static building before, but now lazy loading does not work. I tried twice, and also removing all the plugins except tiddlymap and vis, and it did the same thing. Node.js sends all the tiddlers even with $:/core/save/lazy-all, and the wiki takes ages to finish loading.
Removing the tiddlymap plugin makes it work again.
This happened with Tiddlywiki 5.1.16 and 5.1.17
The text was updated successfully, but these errors were encountered: