More than ten themes can be used in the new release of Tiddlyshow!
This is a beta release. In the final release a more detailed documentation will be added.
- In Quick Howto item 4. Please show what the button looks like here, for love or money I could not find it in my current review.
Click on the ''toggle button'' {{$:/core/images/close-others-button}} upper left corner of screen to switch to ''Presentation mode''
- Provide a button in a few places called "Start Presentation" which opens the first slide and goes into presentation mode, rather than forcing the slide to be selected first.
- This is critical when presenting to simplify the start from beginning
- One place that would be nice is in front of the presentation list in the sidebar. and a different icon to start presentation at a specific slide.
- Please tell me what "Set for Presentation" actually does?
\define toggle(statetarget:"", on-value:"true", off-value:"false", on-btn:"⦿", off-btn:"⦾", class)
<span class="$class$">
<$reveal type="nomatch"
state="$statetarget$" text="$on-value$">
<$button set="$statetarget$"
setTo="$on-value$"
class="tc-btn-invisible"
tooltip="Slideshow view"
message="tm-full-screen">
$off-btn$
<<setShortcuts>>
<<set_presentation_tiddler_value>>
</$button>
</$reveal>
<$reveal type="match"
state="$statetarget$" text="$on-value$">
<$button set="$statetarget$"
setTo="$off-value$"
class="tc-btn-invisible"
tooltip="Author view"
message="tm-full-screen" param="exit">
$on-btn$
<<unsetShortcuts>>
<<navigate-to-last>>
</$button>
</$reveal>
</span>
\endRegards
Tony
<$button message="tm-open-window">
{{$:/core/images/open-window}}
</$button>
- I also see you have a trash tab, have you published that?
... report if any other issue you have encountered during your evaluation
MohammadAnother small issue I don't understand ...See: https://kookma.github.io/Tiddlyshow/#Intro-TS%20-%20Thumbnails -- it says its 24 slides. But 10 & 6 are missing.
But the slideshow related to the thumbnails: https://kookma.github.io/Tiddlyshow/#Intro-TS -- it has 22 slides, not 24.
Open the Slideshow and click on "Set for Presentation"This make your presentation the active one and you will see thesticky footer.

AnnouncementNew Release of Tiddlyshow application as a PluginA new release of Tiddlyshow using the keyboard shortcuts features of TW 5.1.19 is announced.