We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea00b5 commit 1c982fbCopy full SHA for 1c982fb
editions/prerelease/tiddlers/system/stickytitles.tid
@@ -0,0 +1,2 @@
1
+title: $:/themes/tiddlywiki/vanilla/options/stickytitles
2
+text: yes
themes/tiddlywiki/vanilla/sticky.tid
@@ -12,5 +12,12 @@ title: $:/themes/tiddlywiki/vanilla/sticky
12
background: ``<<colour tiddler-background>>``;
13
z-index: 500;
14
}
15
+
16
``
17
+<$list filter="[range[100]]">
18
+`.tc-story-river .tc-tiddler-frame:nth-child(100n+`<$text text=<<currentTiddler>>/>`) {
19
+z-index: `<$text text={{{ [[200]subtract<currentTiddler>] }}}/>`;
20
+}
21
+`
22
+</$list>
23
</$reveal>
0 commit comments