From 81b4e99ccc3c2ca3c3f960b25c4463f60e79c268 Mon Sep 17 00:00:00 2001 From: Marxsal Date: Fri, 22 Oct 2021 06:35:25 -0700 Subject: [PATCH] Update LazyLoading.tid (#6099) --- editions/tw5.com/tiddlers/features/LazyLoading.tid | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/editions/tw5.com/tiddlers/features/LazyLoading.tid b/editions/tw5.com/tiddlers/features/LazyLoading.tid index 893e22bd2..5372fb35b 100644 --- a/editions/tw5.com/tiddlers/features/LazyLoading.tid +++ b/editions/tw5.com/tiddlers/features/LazyLoading.tid @@ -1,5 +1,5 @@ created: 20140206214608586 -modified: 20180701185417525 +modified: 20211009145417525 tags: Features title: LazyLoading type: text/vnd.tiddlywiki @@ -11,7 +11,7 @@ Lazy loading can be used in two configurations: * When running [[TiddlyWiki on Node.js]], just image tiddlers or all non-system tiddlers can be subject to lazy loading * When running [[TiddlyWiki in the Sky for TiddlyWeb]], all tiddlers are subject to lazy loading -See the LazyLoadingMechanism for details of how lazy loading is implemented. +See the [[Lazy Loading Mechanism|https://tiddlywiki.com/dev/#LazyLoadingMechanism]] for details of how lazy loading is implemented. ! Lazy loading under Node.js @@ -28,4 +28,3 @@ To apply lazy loading to all non-system tiddlers use this command: ``` tiddlywiki --listen root-tiddler=$:/core/save/lazy-all ``` -