Hi Molicule With a bit of hacking, yes, you can merge TiddlyWiki into an existing web application. Have a look at this source file to see how the HTTP server side is handled:
https://github.com/Jermolene/TiddlyWiki5/blob/master/core/modules/commands/server.js There's an example of using TW5 as a library in a Node.js app: https://github.com/Jermolene/TiddlyWiki5DemoApp It may be easier to use Apache rewrite rules (or equivalent) though. We may add support for serving multiple wikis to the core. Best wishes Jeremy. On Sun, Mar 30, 2014 at 6:37 PM, molicule <[email protected]> wrote: > Hi, > > I downloaded TW5 and looked at it and was wondering if there was a way by > which I could integrate it into an existing nodejs project. > > In other words have /wiki render this. > > One of the side advantages of this being the ability to have a number of > wikis accessible without have to fire up one server on one port for each. > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWikiDev" 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/tiddlywikidev. > 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 "TiddlyWikiDev" 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/tiddlywikidev. For more options, visit https://groups.google.com/d/optout.
