CarbonMan
CarbonMan
Great thanks I will digest and get back to you. I think this could seamlessly integrate note taking into blogging. Good job Virus-free. www.avast.com On Sat, Nov 25, 2017 at...
So this is what I have (5.1.15) I have placed the web.js beside the tiddlywiki.js in ./node_modules/tiddlywiki There is a directory ./node_modules/data/fabric/tiddlers From the main code it executes `app.get( '/blog/fabric/*',...
I think I am a bit lost. When I look in the boot.js code it doesn't seem to support a callback. Within datafolder.js I see `require("./boot-datafolder.js").DataFolder(prefix, folder, complete);` is that...
Thanks, I got it to start without errors, which was a good step. At this point though I have no content showing. I am using this line within my main.js...
Nearly there! Using; `app.get( '/blog/fabric/*', tw5serve('blog/fabric', './data/fabric' ) );` and navigating to localhost/blog/fabric/ a page loads :) Not quite what I was after but getting closer. 
Loading via the command line with `tiddlywiki fabric --server` I get this  I ran it from the "node_modules\tiddlywiki\data" directory.
I don't know whether this is helpful but this is the contents of the tiddlywiki.info in the node_modules\tiddlywiki\data\fabric folder. `{ "description": "Basic client-server edition", "plugins": [ "tiddlywiki/tiddlyweb", "tiddlywiki/filesystem", "tiddlywiki/highlight" ],...
Looking in the browser devtools I am getting `$:/core/modules/utils/dom/http.js:65 HEAD http://localhost:9010/blog/fabric/ 404 (Not Found)` I don't know whether this is a problem or not it's the head request from the...
Here it is title: $:/config/tiddlyweb/host $protocol$//$host$/fabric/
Thanks for your patience, I changed it to title: $:/config/tiddlyweb/host $protocol$//$host$/ but the result was the same. I then deleted the file $__config_tiddlyweb_host.tid and forced a refresh but the result...