[tw] Re: TW5 + Google App Engine?

2017-05-08 Thread Danielo Rodríguez
Hello Dino, Sorry for stepping in again, but: Dont you know any (browser) local storage that could speed this access? This is exactly what NoteSelf does. Plugins (and tiddlers) are stored on the browsers storage. When NoteSelf boots it first injects all the plugins into tiddlywiki, so tiddlyw

[tw] Re: TW5 + Google App Engine?

2017-05-07 Thread Elliott Stoneham
In answer to your questions @Dino: 1. The 2300+ tiddlers: On the app engine, these tiddlers are stored in the "datastore", so they have to be uploaded and stored there. Sadly there is no code written yet to perform a bulk tiddler upload, so this probably makes the system un

[tw] Re: TW5 + Google App Engine?

2017-05-07 Thread Dino
Hi Elliot, I've tested your script and it is working very well for my personal application. I just need to ask you two things: First, I manage a file with more than 2300 tiddlers. For using this personal archive, I would like to know: Do I have to import and prepare the file with the 2300+ ti

[tw] Re: TW5 + Google App Engine?

2017-05-03 Thread Elliott Stoneham
> > does this really work? I tried with no success. > Sorry Dino, they've changed the way GAE projects have to be set-up, so the app.yaml file was no-longer correct. I've created a working version at: https://github.com/elliott5/tiddly It is usable only by the admin user of the GAE app-engin

[tw] Re: TW5 + Google App Engine?

2017-05-02 Thread Danielo Rodríguez
Hello Dino El domingo, 30 de abril de 2017, 0:16:36 (UTC+2), Dino escribió: > > Dear Danielo, > > I saw your tutorial in youtube. It was great. And I have two questions: > Ok, seem that you have understood many of the concepts yourself. Let's review the rest > 1. What can I do to record my de

[tw] Re: TW5 + Google App Engine?

2017-04-29 Thread Dino
Dear Danielo, I saw your tutorial in youtube. It was great. And I have two questions: 1. What can I do to record my default personal database configuration into the HTML file? I explain: Yesterday, I tried to setup my database and record it in the HTML file. But I saw that yours NoteSelf records

[tw] Re: TW5 + Google App Engine?

2017-04-27 Thread Dino
Dear Danielo, It would be nice, but in this case I do have to setup one thing more: Nodejs or Static web site with the external database. Am I right? I would appreciate to have another out-of-the box solution, or... more easy setup. I am not an advanced user with a lot of programming skills.

[tw] Re: TW5 + Google App Engine?

2017-04-27 Thread Danielo Rodríguez
Have you considered Noteself? https://noteself.github.io -- 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 post to this g

[tw] Re: TW5 + Google App Engine?

2017-04-27 Thread Dino
Dear Elliott, does this really work? I tried with no success. I would like to try the nodejs version using Google App Engine, but again, no success. Does someone have any alternative for a 100% online solution using tiddlywiki (write enabled) and nodejs? Thank you for your suggestion. Yours

[tw] Re: TW5 + Google App Engine?

2017-04-23 Thread Elliott Stoneham
If you are still interested in using Google App Engine as a host, you should look at: https://github.com/rsc/tiddly The application is written in the Go language, by key member of the core Go language team at Google - meaning it is likely to be very well-written. I've only done some light testi