On Thursday, September 10, 2020 at 3:35:27 AM UTC+2, TonyM wrote: ... > I just came across this reveal/slideshow plugin; > > https://sukima.github.io/tiddlywiki-reveal-js/ >
I've seen the post, but didn't have a look to the implementation. > The code can be as simple as follows in a self contained tiddler. > > <$presentation> > <$slide>Welcome to ''Reveal.js''</$slide> > <$slide>Embedded inside TiddlyWiki</$slide> > <$slide> > <$slide>Vertical Slides</$slide> > <$slide>Can also me manged with one level of nesting</$slide> > </$slide> > </$presentation> > > Should be possible to create. Is similar to the DETAILS html tag In this you can see its one widget $presentation wrapping multiple slide > widgets. > > I raise this now, although do not want to slow progress, because I wonder > if the tick solution could handle, or be made to handle widgets? > > <$presentation> > 'slide Welcome to ''Reveal.js'' > 'slide Embedded inside TiddlyWiki > 'slide > 'slide Vertical Slides > 'slide Can also me manged with one level of nesting > ? > </$presentation> > or similar > We would need to use ยด$slide ... to detect the use of a widget if it starts with a $. ... I don't know at the moment how those widgets are called in the parser ... We'll see. But it will be interesting. May be in V0.1.1 ------------- I did experiment with calling macros .. That's a complete fail. ... It doesn't work conveniently. It's been removed. I wanted to use it for simple documentation. ... Now the debug mode has to do :/ -mario -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/e289492b-69b0-4067-af05-bf8d918d90e4o%40googlegroups.com.
