Hi Stefan, are you trying to include https://github.com/hakimel/reveal.js into tiddlywiki, if so then you need to look at https://github.com/hakimel/reveal.js/blob/master/index.html see how it interacts with the dom (the lib is not loaded into the <head> but at the end <body> it uses section as it 'data elements'.) and workout how its structure will be converted into tiddlers (we can try and give some advice on this), and how to dynamically configure the application.
On Wednesday, October 1, 2014 10:13:03 PM UTC+2, Stefan Amna Funk wrote: > > Thanks. It was the missing module-type: library. > > Now I'm a step further. Is there some good tutorial how to use the > require-function? I didn't find a way to invoke Reveal.initialize(), yet. > > tiddlywiki uses the standard type require, I don't know a good tutorial but its not very complicated (you can follow the example of widget.js?) Is it possible to globally include the library reveal.min.js? library like > <script ...> in <head>? > tiddlers tagged with $:/core/wiki/rawmarkup are included into the <head>, you need to reload your tiddlywiki for this to take effect. cheers BJ -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

