The problem:
Tiddlywiki is a great tool for taking notes and writing text. There are several approaches to turning it into a presentation tool. To my opinion the best approach so far is sukima’s implementation of the reveal.js presentation framework for TW Reveal.js — Reveal.js presentations embedded in TiddlyWiki .
But even with this, it takes quite a lot of work to prepare a set of tiddlers for a presentation.
The main reason for this is, that the quantity of information that fits into a tiddler is often too big for one slide.
So was looking for a fast mechanism to split up the tiddlers for presentations only.
The idea:
Mohammad’s section-editor plugin Section Editor — create, edit, fold, manage sections gave me the clue that using headers would be the fastest way to do this. So with his hints I made this
proof of concept.
The trick:
I created some Tiddlers that give you a button that transforms the storyriver to a slideshow. Reveal.js creates a grit of horizontal and vertical slides. The filter I borrowed from Mohammed transforms the sections to vertical slides. Normally you should cycle through them using the space-key (somehow this is not working yet…)
What remains to be done
- The Keyboard-navigation should be repaired (…it works in sukima’s plugin and have to find where I broke it…)
- This slideshow some nice stylesheets for the slideshow that can be attributed per tiddler.
- the style for a tiddler can be stored in a field, but I need ideas for the most comfortable way
- to attribute a presentation-style to an individual sections
- to hide mark that a section displayed in the Tiddler shall be hidden in the show.
So help in these aspects is very appreciated.
Best wishes Jan