Looking forward to that pull request being merged and server side requests being implemented.
I did figure out why it seemed like some of my filters weren't working... I made some table macros (and tagged them with $:/tags/Macro), but they aren't loaded until i open the defining tiddlers. Do I have to like, transclude them into the front page, or is there some way to mark them as Important? On Wed, May 29, 2019, 04:37 Jeremy Ruston <[email protected]> wrote: > Hi Alfalfa > > I have a lot of lists based on filters. I have defined many of my own > fields to filter through for these lists. I have megabytes upon megabytes > of text in the bodies of tiddlers. > > To save time loading the front page, I switched to lazy loading using > $:/core/save/lazy-all. But now, my carefully arranged lists based on > filters no longer work. For just one example, the missing page list no > longer shows what pages are missing. > > > As you’ve found, the “Missing” tab is broken by the current implementation > of lazy loading, because the underlying processing requires access to > tiddlers “text” fields. > > Is there any way I could > A. generate these lists server-side, or > > > Not at the moment, although I’ve taken the first steps with an > experimental mechanism for invoking server side commands from the browser: > > https://github.com/Jermolene/TiddlyWiki5/pull/3461 > > B. tell the lazy loader to load a few more fields I have defined, so my > filters actually show results again? > > > The lazy loading mechanism preloads all fields except the text field. All > of your filters that don’t reference the text field should work OK. > > Best wishes > > Jeremy > > > > > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/tiddlywiki. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/a2533d00-9fc2-4241-bc7b-f8b6c6ce9322%40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywiki/a2533d00-9fc2-4241-bc7b-f8b6c6ce9322%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > > > -- > You received this message because you are subscribed to a topic in the > Google Groups "TiddlyWiki" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/tiddlywiki/tLa5382sTkk/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/tiddlywiki. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/676EB282-B39B-4261-8E63-8304535AECDE%40gmail.com > <https://groups.google.com/d/msgid/tiddlywiki/676EB282-B39B-4261-8E63-8304535AECDE%40gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CAPh-SKicLu_1C%3DMqRwUWoXiO7jj%3Dz5gVeiT_ta_Y4t%2BV20nuCA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

