Re: [tw5] How to disable lazy loading for specific tiddler

2020-03-11 Thread Jeremy Ruston
Hi Ilya

> 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.

Things are changing in v5.1.22: there’s now a “_is_skinny” field to mark 
tiddlers that are skinny, making it much easier to avoid accidental triggers.

Best wishes

Jeremy.

> 
> Best regards,
> iilyak
> 
> On 8 March 2020 10:16:44 GMT-07:00, Jeremy Ruston  
> wrote:
> Hi Ilya
> 
>> 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.
> 
> Up to v5.1.21, if the TW5 client running into the browser sees a tiddler 
> without a text field then it will trigger a lazy load of that tiddler from 
> the server.
> 
> So, the tiddler containing your plugin will not itself be lazily loaded 
> because it has a text field. Neither will the constituent shadow tiddlers be 
> lazily loaded.
> 
> Is it that the tiddlers selected by your filter are themselves subject to 
> lazy loading?
> 
> Best wishes
> 
> Jeremy
> 
> 
>> 
>> 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+unsubscr...@googlegroups.com 
>> .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/CAP2DrbTvk2sfWbDNMk6%3DPH78SkEG6vo7eAvRM3mOzLWv5qaUmA%40mail.gmail.com
>>  
>> .
> 
> 
> 
> -- 
> Sent from my Android device with K-9 Mail. Please excuse my brevity.

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1B557E86-3071-4556-A5DD-09B9420D2FF5%40gmail.com.


Re: [tw5] How to disable lazy loading for specific tiddler

2020-03-11 Thread ILYA
Hi Jeremy,

Sorry for the long silence.

> Is it that the tiddlers selected by your filter are themselves subject to 
> lazy loading?

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.

Best regards,
iilyak

On 8 March 2020 10:16:44 GMT-07:00, Jeremy Ruston  
wrote:
>Hi Ilya
>
>> 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.
>
>Up to v5.1.21, if the TW5 client running into the browser sees a
>tiddler without a text field then it will trigger a lazy load of that
>tiddler from the server.
>
>So, the tiddler containing your plugin will not itself be lazily loaded
>because it has a text field. Neither will the constituent shadow
>tiddlers be lazily loaded.
>
>Is it that the tiddlers selected by your filter are themselves subject
>to lazy loading?
>
>Best wishes
>
>Jeremy
>
>
>> 
>> 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+unsubscr...@googlegroups.com
>.
>> To view this discussion on the web visit
>https://groups.google.com/d/msgid/tiddlywiki/CAP2DrbTvk2sfWbDNMk6%3DPH78SkEG6vo7eAvRM3mOzLWv5qaUmA%40mail.gmail.com
>.
>
>-- 
>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+unsubscr...@googlegroups.com.
>To view this discussion on the web visit
>https://groups.google.com/d/msgid/tiddlywiki/80499BD8-F729-4D91-9DD6-6D7010EFD6EA%40gmail.com.

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5C0E1813-50BD-4924-813F-978EAACDFBCB%40gmail.com.


Re: [tw5] How to disable lazy loading for specific tiddler

2020-03-08 Thread Jeremy Ruston
Hi Ilya

> 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.

Up to v5.1.21, if the TW5 client running into the browser sees a tiddler 
without a text field then it will trigger a lazy load of that tiddler from the 
server.

So, the tiddler containing your plugin will not itself be lazily loaded because 
it has a text field. Neither will the constituent shadow tiddlers be lazily 
loaded.

Is it that the tiddlers selected by your filter are themselves subject to lazy 
loading?

Best wishes

Jeremy


> 
> 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+unsubscr...@googlegroups.com 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/CAP2DrbTvk2sfWbDNMk6%3DPH78SkEG6vo7eAvRM3mOzLWv5qaUmA%40mail.gmail.com
>  
> .

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/80499BD8-F729-4D91-9DD6-6D7010EFD6EA%40gmail.com.


[tw5] How to disable lazy loading for specific tiddler

2020-03-08 Thread ILYA Khlopotov
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAP2DrbTvk2sfWbDNMk6%3DPH78SkEG6vo7eAvRM3mOzLWv5qaUmA%40mail.gmail.com.