Using $:/core/save/lazy-all seems to break list filters

41 views
Skip to first unread message

Alfalfa Scout

unread,
May 28, 2019, 10:27:04 PM5/28/19
to TiddlyWiki
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.

Is there any way I could
A. generate these lists server-side, or
B. tell the lazy loader to load a few more fields I have defined, so my filters actually show results again?

Jeremy Ruston

unread,
May 29, 2019, 4:37:31 AM5/29/19
to tiddl...@googlegroups.com
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:


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 tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
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.
For more options, visit https://groups.google.com/d/optout.

Alfalfa Scout

unread,
May 29, 2019, 10:09:44 AM5/29/19
to tiddl...@googlegroups.com
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?

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 tiddlywiki+...@googlegroups.com.

To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
Reply all
Reply to author
Forward
0 new messages