CarbonMan

Results 11 comments of 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. ![screen](https://user-images.githubusercontent.com/5210833/33251750-38ccbdc0-d38d-11e7-8d83-a28e72bcf63e.jpg)

Loading via the command line with `tiddlywiki fabric --server` I get this ![screen](https://user-images.githubusercontent.com/5210833/33253066-dad4036e-d395-11e7-96fa-5b52e34cca0b.jpg) 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...