Hi Devin > This maybe a very odd edge case, I was curious if anyone attempted to embed TiddlyWiki(5) into an existing web site.
Yes, I think this is both possible and useful. We could craft a template that creates a .JS file of the TW core that is suitable for inclusion via a script tag. As things stand, it would be looking inside a div with the id "storeArea" to look for content tiddlers, but we could make it configurable enough to allow content to be loaded over xmlhttprequest (or to bake the content into the JS file). Perhaps if we were to attempt something like this, it might be worth approaching a slightly higher level goal that benefits end users directly: perhaps to make it possible to easily embed tiddlers and TiddlyWikis into WordPress blogs. Best wishes Jeremy. On Thu, Apr 24, 2014 at 6:35 PM, PMario <[email protected]> wrote: > Hi, > > TW has a static representation [1] too. The problem is, that it looks > exactly like the TW app but this could be changed easily, with a new > template [2]. > With a new template you can do, what ever you want. > > If you have an eg: TiddlyWeb backend you can request single tiddlers with > an http api. > > -m > > [1] http://tiddlywiki.com/static/HelloThere.html > [2] https://github.com/Jermolene/TiddlyWiki5/tree/master/core/templates > > -- > 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. > -- Jeremy Ruston mailto:[email protected] -- 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.

