On Friday, March 13, 2015 at 8:53:25 AM UTC+1, AlexHough wrote: > > Thanks Mario, > > you've got me started. I have empty TW at http://alexhough.github.io/ >
:) > the use case I have i mind is a tool where the users of the tool can make > comments on github about a parrticular tiddler if they disagree with > something in that tiddler. they would get to the relavant part of github > via the TW, like on TW.com > > TW.com --- as I understand it -- is a collection of .tid files hosted in > Git hub. Am I understanding correctly? > tiddlywiki.com is just a file TW "index.html", which is compiled using all tiddlers from https://github.com/Jermolene/TiddlyWiki5/tree/master/editions/tw5.com The repository, to build the stuff is: https://github.com/Jermolene/build.jermolene.github.io which imo is not user friendly and just Jeremy can use it, since it's not intended to be used by others. The resulting / built file TWs land in: https://github.com/Jermolene/jermolene.github.io, which is what you see if you enter tiddlywiki.com (see: https://github.com/Jermolene/jermolene.github.io/blob/master/CNAME) So for your usecase I'd go a slightly different route. ... but first things first. - are you able to build a file TW with nodejs? -mario -- 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.

