[tw] Re: [TW5] Import Tiddles automatically in Tiddlywiki

2017-01-04 Thread Danielo Rodríguez
El miércoles, 4 de enero de 2017, 12:42:50 (UTC+1), Stéphane Delaye escribió: > > Hello guys ! > > Thanks to Mario guidelines, it works ! > That instructions looks very similar to the ones that I provided to you on github. Did mario Helped you too or do you think that danielo515@github is Mar

[tw] Re: [TW5] Import Tiddles automatically in Tiddlywiki

2017-01-04 Thread Stéphane Delaye
Hello guys ! Thanks to Mario guidelines, it works ! My problem was CORS. It was enabled on my couchDB server but not with the right permissions. https://pouchdb.com/getting-started.html#enabling_cors Basically this part: npm install -g add-cors-to-couchdb add-cors-to-couchdb Or if your

[tw] Re: [TW5] Import Tiddles automatically in Tiddlywiki

2017-01-03 Thread Danielo Rodríguez
Hello @sdelaye, thank you for trying Noteself. I didn't make any investigation yet, but I guess that several things are happening: you're trying to access an http server from an https origin. Browsers prevent this kind of things. Both the server and the client should speak http or https, never

[tw] Re: [TW5] Import Tiddles automatically in Tiddlywiki

2017-01-03 Thread Stéphane Delaye
Hello. I installed a pouchdb server and tried noteself... without success at the moment (https://github.com/NoteSelf/NoteSelf.github.io/issues/5 ). I left the couchdb server online, if someone want to try. Hope tu succeed in the coming days... @+ Le mercredi 28 décembre 2016 21:29:46 UTC+1, Stéph

[tw] Re: [TW5] Import Tiddles automatically in Tiddlywiki

2016-12-30 Thread Stéphane Delaye
Hi, I will try Noteself and make a feedback. It looks very interesting. -- 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 tiddlywiki+unsubscr...@googlegroups.com. To

[tw] Re: [TW5] Import Tiddles automatically in Tiddlywiki

2016-12-29 Thread Danielo Rodríguez
Ad I said, you can use nodemon (instead of just node) to execute tiddlywiky and it will automatically restart your server. It takes less than a couple of seconds. If you are will to use a database you can use Noteself + couchdb that synchronizes without restarting anything. Regards -- Yo

[tw] Re: [TW5] Import Tiddles automatically in Tiddlywiki

2016-12-29 Thread Stéphane Delaye
Hi, Thank you for all your responses. I tested your solutions and I could make it work. However, I understand that I always have to restart the server (and the browser). Otherwide the new tiddlers are not seen. Is there any solution without restarting the server ? Without restarting the browser ?

[tw] Re: [TW5] Import Tiddles automatically in Tiddlywiki

2016-12-29 Thread Danielo Rodríguez
You can use nodemon to watch the tiddlers directory and restart the server automatically -- 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 tiddlywiki+unsubscr...@g

[tw] Re: [TW5] Import Tiddles automatically in Tiddlywiki

2016-12-29 Thread PMario
Hi Stephane, You can create single tiddler files in the tiddlers directory from any script. ... After creating the files, you'll need to restart the nodejs server, so the file list is updated. ... and .. reload the browser. The .tid file format looks like this: title: any name for the tiddler

[tw] Re: [TW5] Import Tiddles automatically in Tiddlywiki

2016-12-28 Thread Tobias Beer
Hi Stephane, What you would do instead is create a wiki folder and then use *includeWikis* in the *tiddlywiki.info* of another wiki folder where you want it loaded, see: http://tiddlywiki.com/#TiddlyWikiFolders Best wishes, Tobias. -- You received this message because you are subscribed to