Here's an idea for an approach;
Save the presentation as a story but have the your first tiddler at the
bottom of the story.
Use tiddlersBar plugin, and style it so that the tabs don't show.
Have 'close tiddler' labeled as 'next' in view template
Then open the saved story: all tiddlers will open, but only the last one
will be displayed.
Each time a tiddler is closed the next one in the story will be shown:
tiddlersBar does this - i discovered it as an emerging property from the
randomness my in-expertise kindly generates.
Have a theme for presentation, and use theme switcher to alternate between
presentation making and presentation giving. Or do something similar to I
have done: - use a tiddler with jQuery to hide the tiddlersBars [1] and have
different menus, transculuding the scripts into the menus.
Have the mode where you are making the presentation non-tiddlers bar by
setting the behavior at the plugin.
It might work well with dragable and collapsible tiddler too: that way you
could drag your tiddlers around.
Alex
[1]
<script>
(function($){
$('#questionsMenu , #outputMenu , #tiddlersBar').hide();
$('#introMenu').slideDown("slow");
})(jQuery);
</script>
2009/11/9 leeand00 <[email protected]>
>
> PMario,
>
> It's close but it still opens the tiddler in another tiddler within
> the story. I was thinking more of a slideshow sort of thing where it
> doesn't open the next/previous tiddler in a separate tiddler. I could
> probably just use the tabs for this.
>
> Thanks,
> Andrew J. Leer
>
>
>
> On Nov 7, 6:24 am, PMario <[email protected]> wrote:
> > Hello Andrew,
> >
> > On Nov 6, 5:02 pm, Måns <[email protected]> wrote:
> >
> > >So that you don't lose any of the ability to open multiple tiddlers at
> > >once, but you can still "follow a trail/follow a train of thought" as
> > >it were, sniffing the roses of information along the way.
> > >You might have in the macro something like
> > > <<tiddlerGallery
> >
> > "tiddlerTitle1"
> > "tiddlerTitle2"
> > "tiddlerTitle3"
> >
> > You should give NavigationMacro[1] a try. This is exactly what it
> > does.
> > The problem is, that all original links I know are broken at the
> > moment.
> >
> > you should use [2]. Thats the one I am using in my presentation
> > project.
> > I want to set up a tiddlyspot in the near future and make a
> > description of
> > the project here.
> >
> > I payed around with the macro and faced some topics, which I think I
> > have solved
> > already. But everything is in german at the moment :)
> >
> > regards Mario
> >
> > [1]http://tw.lewcid.org/#NavigationMacro(broken<http://tw.lewcid.org/#NavigationMacro%28broken>link??)
> > [2]http://web.archive.org/web/20071012024303/http://tw.lewcid.org/
> >
>
--
http://www.multiurl.com/g/64
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en
-~----------~----~----~----~------~----~------~--~---