Dave Gifford
What would happen if you had a link to a tiddler that was not part of
your presentation? I'm thinking of a whole website, with various
groups of tiddlers defined, and each group could be a presentation, but
they might be interlinked, allowing the presenter to deviate from the
main script, so to speak.
If I recall correctly, the SelectThemePlugin didn't used to change
templates. Is that something you changed, for your presentation? I've
been using the SelectStylesheetPlugin specifically because it allowed
changing templates (one for webview, one for authorview, one for
slideview - up until I switched to using P. Soares' plugin - but then,
it is based on a single-tiddler-presentation setup, which doesn't allow
deviation from script based upon audience demand / feedback).
Also, some of your slide tiddlers are quite long, with multiple images.
I guess you were scrolling down... did that work ok? What about the
font? I tried upping the font via my browser, but that made the left
hand sidebar (the menu) very big. How did you handle that?
Very interested,
Andrew
What would happen if you had a link to a tiddler that was not part of
your presentation? I'm thinking of a whole website, with various
groups of tiddlers defined, and each group could be a presentation, but
they might be interlinked, allowing the presenter to deviate from the
main script, so to speak.
If I recall correctly, the SelectThemePlugin didn't used to change
templates. Is that something you changed, for your presentation?
I've
been using the SelectStylesheetPlugin specifically because it allowed
changing templates (one for webview, one for authorview, one for
slideview - up until I switched to using P. Soares' plugin - but then,
it is based on a single-tiddler-presentation setup, which doesn't allow
deviation from script based upon audience demand / feedback).
Also, some of your slide tiddlers are quite long, with multiple images.
I guess you were scrolling down... did that work ok? What about the
font? I tried upping the font via my browser, but that made the left
hand sidebar (the menu) very big. How did you handle that?
Dave Gifford
I like this so much I made it available as a tiddlyspot flavour. I think it's the first "web mode" that really makes sense. Well done Saq.
http://tiddlyspot.com/
Simon.
>From my point of view, what would be nice, and we're quite close
already:
- ability to add the functionality to just ANY tiddlywiki (by importing
the respectiv tiddlers). Which means that there would need to be 3
modes and possibly associated styles: the one of the "host, "native"
TiddlyWiki (which should not be changed), plus the one for
presentation, plus the one for the author mode.
- multiple lists of tiddlers for the presenation. Already done with
PresentationIndex Tiddler, and even more by allowing for the dynamic
array options (your claim, I have not checked it). And since the
contenet of the presentationindex tiddler can easily be redirected to
another tiddler (entering there <<tiddler PresentationOne>> and having
a tiddler PresentationOne, another one called PresentationTwo, and so
on.. it would be easy to manage several presentations in one
TiddlyWiki.
- and, nice to have: if one could browse the presentation using the
left and right arrow keys of the computer in addition to finding the
botton at the bottom of the screen.
I'm starting to undertstand it ... and then it improves even more, hard
to catch up (this is another way of saying "thanks", it's not a
complaint ;-)
>From my point of view, what would be nice, and we're quite close
already:
- ability to add the functionality to just ANY tiddlywiki (by importing
the respectiv tiddlers). Which means that there would need to be 3
modes and possibly associated styles: the one of the "host, "native"
TiddlyWiki (which should not be changed), plus the one for
presentation, plus the one for the author mode.
- multiple lists of tiddlers for the presenation. Already done with
PresentationIndex Tiddler, and even more by allowing for the dynamic
array options (your claim, I have not checked it). And since the
contenet of the presentationindex tiddler can easily be redirected to
another tiddler (entering there <<tiddler PresentationOne>> and having
a tiddler PresentationOne, another one called PresentationTwo, and so
on.. it would be easy to manage several presentations in one
TiddlyWiki.
<div class='viewer' macro='navigation tiddlers:[[Tiddler1 Tiddler2 Tiddler3]]'></div>
or, using an evaluated parameter, you can feed it an array of tiddlers. In the case of the PresentationIndex tiddler, the tiddler list is fetched from it so:
<div class='viewer' macro='navigation tiddlers:{{store.getTiddlerText("PresentationIndex").readBracketedList()}}}'></div>
- and, nice to have: if one could browse the presentation using the
left and right arrow keys of the computer in addition to finding the
botton at the bottom of the screen.