Incremental Display

46 views
Skip to first unread message

Mohammad

unread,
Jun 29, 2019, 11:15:51 PM6/29/19
to TiddlyWikiDev
In Tiddlyshow, I am going to use keyboard shortcut for incremental display!

Incremental display means to reveal elements (text, images, audio, video, ...) gradually!
For example consider a bullet list of 5 items and by pressing Arrow key yoy can show list items one by one!

I want to know if you have any solution for this in a Tiddlywiki way!


There are several JS code over the net do this. One simple example is: https://www.w3.org/Talks/Tools/Slidy2/Overview.html#(9)

There is also an initial solution by Jed Carty and me on: https://kookma.github.io/Reveal-Gradually/
But the problem hear is we cannot have [Down Arrow] to steps through slides and at the same time 
reveal the children of a slide with incremental display?

Please give advises.

--Mohammad

Mat

unread,
Jun 30, 2019, 3:56:45 AM6/30/19
to TiddlyWikiDev
Couldn't you have a button that simply adds a new element to the listwidget argument? E.g the button adds the tag "bullet" to one element at a time in a list by using the listops.

Pseudo:

<button that adds a tag>

<listwidget "[tag[bullet]sort[order]]">
* <title>
</list>

<:-)

Mohammad

unread,
Jun 30, 2019, 2:21:34 PM6/30/19
to TiddlyWikiDev
Hi Mat,
 Good idea! what do you think if the other action is to go to the next tiddler?

--Mohammad
Reply all
Reply to author
Forward
0 new messages