Hi all,
I recently made a presentation about civic tech combining moldable tools (TiddlyWiki and Lepiter) and I use the excellent Tamasha plugin by @Mohammad . Usually I made my presentations using Freeplane, but the that requires carrying a laptop that have it installed and Tamasha allow me to just point to an URL. My ideal would be to have something that combines the best of both, maybe with the maps of the TW Dynamics Examples and some inspiration from my recently discovered links about horizontal river and presentations.
For now, I would like to just like to leverage the hypermodular nature of TW, while migrating some of my presentations from Freeplane to TW and converting graphical/content nodes in the first one to tiddlers in the second, finally dealing with a long experienced problem: being able to reuse and recombine the same content in different presentations by defining “presentation paths” that allow such reuse, without the need to create a new file (something that, so far is not possible neither in Freeplane or in TW).
My proposal would be to have something custom field called “paths” where a pair of keys/values are stored according to the place that a tiddler occupies in a particular presentation. For example in a tiddler is part of two Tamasha presentations tagged with “SlideShow1” and “SlideShow2” the paths field would contain something like this JSON object: {"SlideShow1":"A1","SlideShow2":"C3"}
, which means that, when such tiddler is shown in the SlideShow1
it would occupy the order provided by the index A1
and when is in the SlideShow2
it would occupy do the same with the index C3
(so it would be after C2
and before D1
, for example).
This would decouple presentation order from tiddler title and it may open other possibilities about more modular presentations and even nested orders, where slides are not only an uni-dimensional sequence, but can be bi-dimensional like in Reveal.js or in Freeplane (in my case vertical dimension I use to control “time” of the presentation, while horizontal is about detail of the stuff I want to talk about, depending on the time/public I have).
There is more ideas, some related with the explorations of horizontal river and presentations that @JanJo has been asking about, and how some kind of “comic strip” view using Muri inspired multicolum approach would improve presentations. Also using nested tiddlers lists to define multiple orders. But starting with improved modularity is good for now.
What could be the approach to implement multipath presentations as suggested (or with alternative approaches)? @Mohammad Do you think it could be done in a relative straight forward way?
Thanks,