I noticed a strange problem while developing a plugin. The plugin doesn't work correctly on nodejs if plugin displays some content via PageTemplate based on filter. Because the tiddlers of the plugin lazy loaded, Tiddlywiki has no way of knowing that filter need to be executed. Is there a special tag or something I can use to disable lazy loading for tiddlers of the plugin.
Best regards,iilyak--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CAP2DrbTvk2sfWbDNMk6%3DPH78SkEG6vo7eAvRM3mOzLWv5qaUmA%40mail.gmail.com.
In my use case plugin and the tiddlers selected by the filter are themselves subject to lazy loading. I hoped there is a special field (or something) which would tell the loader to load the tiddler from the sever even if text field is not present.