mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-24 13:30:55 -08:00
* feat: basic loading * feat: if condition * feat: use palette * refactor: remove css variable
10 lines
323 B
Text
10 lines
323 B
Text
title: $:/core/ui/ViewTemplate/lazy-loading
|
|
tags: $:/tags/ViewTemplate
|
|
|
|
\whitespace trim
|
|
<%if [<currentTiddler>has:field[_is_skinny]] %>
|
|
<!-- Render the text to trigger lazy-loading -->
|
|
{{||$:/core/ui/ViewTemplate/body/default}}
|
|
<!-- Indicator of loading state -->
|
|
<div class="tc-tiddler-lazy-loading" />
|
|
<%endif%>
|