Hello Thomas,
Thanks a lot, it workes wonderfull...
The purpose of this is to gain an overview on whether and in which order slices/slides will be shown without launching the Slideshow. If you want to see the effect look at http://slidesnstories.tiddlyspot.com/#Some%20thoughts%20for%20a%20Presentation-Mechanism

It is a preview of the slides a Tiddler will show:
-The numbers show the steps with the forward button.
-Between horizontal rulers you see the content displayed together on the screen (because in the presenter steps also may result in building up a list in the same slide.)

Just for  my interest: What is disturbing about my Version of MetaTabs?
(It was intended to be the contrary ... It should make Users feel sure to find all informations they stored to a Tiddler)

yours Jan




Am 08.03.2017 um 00:38 schrieb Thomas Elmiger:
Hi Jan

I am not completely sure about what and where and why you want to use this. Even after I have read a bit in Birthes translation of MetaTabs (which is closer to a standard wiki than yours and thus more readable for me) I am not familiar with MetaTabs and from where the new macro here is called. So I make some wild guesses ;–)

I didn’t find out about the outer list, but I have a working draft for the inner:

|

<divclass="showslides">Slides in <<storyTiddler>>:
<ol>
<$list filter="01 02 03 04 05 06 07 08 09 10" variable="number">

<li><$macrocall $name="slice" tiddler=<<storyTiddler>> nr=<<number>> /></li>

</$list>
</ol>
</div>
|


Hints: $variablename$ can only be used in macros that get the value as an input like

\define showSlides(variablename)
print $variablename$ here
…

And <<variablename>> can not be used in a simplyfied <<macro param:"here">>. This is why we have to use <$macrocall syntax here.

Hope, this helps!
Thomas

--
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] <mailto:[email protected]>. To post to this group, send email to [email protected] <mailto:[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/1e5df0b3-74d0-4084-ab93-9ced225d2210%40googlegroups.com <https://groups.google.com/d/msgid/tiddlywiki/1e5df0b3-74d0-4084-ab93-9ced225d2210%40googlegroups.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.

--
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/58C146BA.5060005%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to