mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 17:10:29 +00:00
Update LazyLoading.tid (#6099)
This commit is contained in:
parent
8654066f03
commit
81b4e99ccc
@ -1,5 +1,5 @@
|
|||||||
created: 20140206214608586
|
created: 20140206214608586
|
||||||
modified: 20180701185417525
|
modified: 20211009145417525
|
||||||
tags: Features
|
tags: Features
|
||||||
title: LazyLoading
|
title: LazyLoading
|
||||||
type: text/vnd.tiddlywiki
|
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 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
|
* 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
|
! 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
|
tiddlywiki --listen root-tiddler=$:/core/save/lazy-all
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user