Re: [tw] Re: Running TW5 on TiddlyWeb

2016-04-11 Thread Devin Weaver
> > 3. Adapt all the files as per the diff above > This can be done easily by downloading this file: https://github.com/Jermolene/TiddlyWiki5/compare/master...cdent:cd/tiddlywebforrealz.patch and running git am path_to_downloaded_file This can easily be done in one line with curl: curl -L h

Re: [tw] Re: Running TW5 on TiddlyWeb

2016-04-11 Thread chris . dent
On Sun, 10 Apr 2016, Robert Kreuzer wrote: While working on this, I realized that TiddlyWiki itself now also comes with a simple server-side component using NodeJS. I was wondering what the differences/advantages of using it are rather than using TiddlyWeb as the server-side? It looks to me as

Re: [tw] Re: Running TW5 on TiddlyWeb

2016-04-10 Thread Robert Kreuzer
Thanks again for your input and apologies for my late response (I only find time on weekends to work on this unfortunately). But following your instructions and some trial and error I have now managed to make it all work together. I now built the modified edition of TW5 and it is talking to the

Re: [tw] Re: Running TW5 on TiddlyWeb

2016-03-30 Thread chris . dent
On Fri, 25 Mar 2016, Robert Kreuzer wrote: I have followed your instructions as far as I understood them, but I unfortunately know too little about tiddlyweb to make sense of everything. Apologies for not keeping track of this as much as I initially promised. Without further input from the TW5

Re: [tw] Re: Running TW5 on TiddlyWeb

2016-03-25 Thread Robert Kreuzer
Hi Chris, I have followed your instructions as far as I understood them, but I unfortunately know too little about tiddlyweb to make sense of everything. Here is what I have done: 1. created a test instance in tiddlyweb with `twinstance test` 2. Added the tiddlywebplugins.status and tiddlywebpl

Re: [tw] Re: Running TW5 on TiddlyWeb

2016-03-16 Thread Robert Kreuzer
Thanks for looking into this, Chris. I will try to replicate what you have done with both TW5 and TiddlyWeb and report back with my findings or issues (although I'm an avid TiddlyWiki user I'm not really familiar with the internals of either TiddlyWiki or TiddlyWeb, so it might take me a while).

Re: [tw] Re: Running TW5 on TiddlyWeb

2016-03-14 Thread chris . dent
On Mon, 14 Mar 2016, Chris Dent wrote: * Either create a new edition for tiddlywiki5 which could be described as "standalone access to tiddlyweb", or make the existing tw5tiddlyweb edition support that use case as well. * Such as edition would need to account for the changes to tiddlywebadaptor.

[tw] Re: Running TW5 on TiddlyWeb

2016-03-14 Thread Chris Dent
On Monday, March 14, 2016 at 2:26:48 PM UTC, Robert Kreuzer wrote: > > > I would like to run TW5 via TiddlyWeb for a multi-user wiki. I have a > running TiddlyWeb instance, but I couldn't find any documentation how to > integrate TW5 with it. > Is there anybody who has done this recently and co