Just ask if I can help with any of my suggestions
 

>
>    - 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?
>
> Possibly Add these bold items to $:/plugins/kookma/tiddlyshow/macro/toggle 
> for 
the start slideshow to go full screen

\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>
\end


Regards

Tony

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2b393258-7200-4cb4-a47a-3ac60faa60b1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to