Re: [twdev] TiddlyWiki5 on Android?

2013-08-25 Thread mgsimon
The current version of TiddlyWiki5 does not work with Android OS 2.3.3! I tried to open http://five.tiddlywiki.com/ with the browser by OS and not with AndTidWiki in an android emulator with OS version 2.3.3. and get following internal javascript error. Error executing boot module

Re: [twdev] TiddlyWiki5 on Android?

2013-08-25 Thread Jeremy Ruston
That error makes it look as though TW5 is using a JavaScript construct not supported by Android 2.3.3. Is anyone in a position to run TW5 on 2.3.3 with dev tools so that we can analyse the error a little better? I'm reluctant to sink time into getting an Android emulator running (VirtualBox runs

Re: [twdev] TiddlyWiki5 on Android?

2013-08-24 Thread Yakov
Hi Jeremy, The download button could be a bit more prominent... Scroll down on five.tiddlywiki.com to get to the tiddler TiddlyWiki5 Editions, then click on the link to TiddlyWiki5 Standalone Edition. There you'll find a link to empty.html which you can write click and save. Actually,

Re: [twdev] TiddlyWiki5 on Android?

2013-08-24 Thread Jeremy Ruston
The download button could be a bit more prominent... Scroll down on five.tiddlywiki.com to get to the tiddler TiddlyWiki5 Editions, then click on the link to TiddlyWiki5 Standalone Edition. There you'll find a link to empty.html which you can write click and save. Actually, currently

Re: [twdev] TiddlyWiki5 on Android?

2013-08-24 Thread Yakov
суббота, 24 августа 2013 г., 20:31:59 UTC+4 пользователь Jeremy Ruston написал: The download button could be a bit more prominent... Scroll down on five.tiddlywiki.com to get to the tiddler TiddlyWiki5 Editions, then click on the link to TiddlyWiki5 Standalone Edition. There you'll find a

Re: [twdev] TiddlyWiki5 on Android?

2013-08-24 Thread Jeremy Ruston
Yes, looks like that's the case. Like I said, that's in Android 2.3, and the built-in browser is hardly up-to-date. On another device, with Android 4.0.3, SVGs are displayed and saving works. So may some text fallback aka graceful degradation? Yes, it would be useful if SVGs degraded

Re: [twdev] TiddlyWiki5 on Android?

2013-08-23 Thread Jeremy Ruston
Hi Yakov The download button could be a bit more prominent... Scroll down on five.tiddlywiki.com to get to the tiddler TiddlyWiki5 Editions, then click on the link to TiddlyWiki5 Standalone Edition. There you'll find a link to empty.html which you can write click and save. Best wishes Jeremy

Re: [twdev] TiddlyWiki5 on Android?

2013-08-23 Thread mgsimon
Hi Jeremy, TiddlyWiki5 with the saver for AndTidWiki works with the new AndTidWiki Version (TiddlyWiki5, Android 4.3, Galaxy Nexus). Changelog: 1.0.0 TiddlyWiki detection (TiddlyWiki5 alpha works with the plugin for AndTidWiki http://five.tiddlywiki.com/empty) ... Best wishes, Michael

Re: [twdev] TiddlyWiki5 on Android?

2013-08-19 Thread Jeremy Ruston
Hi Yakov Thanks for that. I've committed a first pass at a saver for AndTidWiki to GitHub and five.tiddlywiki.com, I'd be very grateful if you could give it a go. The code is here: https://github.com/Jermolene/TiddlyWiki5/commit/1fd59a4bd312ead20251da80dd7bceb52f9c2bb0 Best wishes Jeremy On

Re: [twdev] TiddlyWiki5 on Android?

2013-08-17 Thread Yakov
Hi Jeremy, четверг, 15 августа 2013 г., 21:34:50 UTC+4 пользователь Jeremy Ruston написал: Hi Yakov checked that. AndTidWiki changes saveFile function: its test is the following function (fileUrl,content) { return window.twi.saveFile(fileUrl,content); } so presumably to make TW5

Re: [twdev] TiddlyWiki5 on Android?

2013-08-15 Thread Jeremy Ruston
Hi Yakov There are two ways that TiddlyWiki can interact with a server: 1. By saving the entire file to the server (this is how TiddlySpot works, and the iPhone/iPad app TWEdit) 2. By syncing changes to individual tiddlers to the server (this is how TiddlyWeb/TiddlySpace works) I would expect

Re: [twdev] TiddlyWiki5 on Android?

2013-08-15 Thread Yakov
Hi Jeremy, checked that. AndTidWiki changes saveFile function: its test is the following function (fileUrl,content) { return window.twi.saveFile(fileUrl,content); } so presumably to make TW5 work with ATW, one should use that window.twi.saveFile interface in the TW5 saving engine. Best

Re: [twdev] TiddlyWiki5 on Android?

2013-08-14 Thread Yakov
пятница, 2 августа 2013 г., 14:27:41 UTC+4 пользователь Jeremy Ruston написал: понедельник, 29 июля 2013 г., 15:43:02 UTC+4 пользователь Arlen Beiler написал: Using TiddlyWiki5 which I just downloaded in AndTidWiki, I can edit fine, but when I try to save it, I get an Internal

Re: [twdev] TiddlyWiki5 on Android?

2013-08-02 Thread Jeremy Ruston
Hi FrD You should also be able to save changes by clicking the download/save icon which is to the right of the wheel/cog icon for the ControlPanel. Best wishes Jeremy On Tue, Jul 30, 2013 at 5:44 PM, FrD sokus...@gmail.com wrote: Hi Leo, I'm on an android tablet (JB 4.2.1 on an Asus

Re: [twdev] TiddlyWiki5 on Android?

2013-08-02 Thread Jeremy Ruston
понедельник, 29 июля 2013 г., 15:43:02 UTC+4 пользователь Arlen Beiler написал: Using TiddlyWiki5 which I just downloaded in AndTidWiki, I can edit fine, but when I try to save it, I get an Internal Javascript Error. Uncaught TypeError: Cannot call method 'getItem' of null. That's

Re: [twdev] TiddlyWiki5 on Android?

2013-08-02 Thread FrD
Yes, indeed. The download/save icon works fine. It's nice because the last time I tried it downloaded the file instead of overwriting it. But can't remember my config at that time. Thanks FrD -- You received this message because you are subscribed to the Google Groups TiddlyWikiDev group.

Re: [twdev] TiddlyWiki5 on Android?

2013-07-30 Thread FrD
Hi Leo, I'm on an android tablet (JB 4.2.1 on an Asus tf300t) I've downloaded an empty TW5. Firefox works fine and I can even save changes with tiddlyfox installed. In order to acces the save changes button you have to open $:/ControlPanel tiddler. To open this tiddler, just click on the wheel

Re: [twdev] TiddlyWiki5 on Android?

2013-07-29 Thread Yakov
Hi Leo, by the way, have you tried AndTidWiki? As for now, I only use TiddlyWiki Classic on Android, so don't know if TW5 works with it. As a side note: with AndTidWiki, I only have to add ToggleLeft/RightSidebar [1], add a line-menu on top by changing PageTemplate and a few CSS adjustments,

Re: [twdev] TiddlyWiki5 on Android?

2013-07-29 Thread Arlen Beiler
Using TiddlyWiki5 which I just downloaded in AndTidWiki, I can edit fine, but when I try to save it, I get an Internal Javascript Error. Uncaught TypeError: Cannot call method 'getItem' of null. On Mon, Jul 29, 2013 at 4:39 AM, Yakov yakov.litvin.publi...@gmail.comwrote: Hi Leo, by the way,

Re: [twdev] TiddlyWiki5 on Android?

2013-07-15 Thread Jeremy Ruston
Hi Leo I don't have an Android device to test on, but my understanding is that TW5 works well on Firefox for Android, and I believe that you can install TiddlyFox to save changes locally on the device ( https://github.com/TiddlyWiki/TiddlyFox/raw/master/tiddlyfox.xpi). I'd be interested to hear

Re: [twdev] TiddlyWiki5 on Android?

2013-07-15 Thread Leo Staley
More significantly, There was no way to save any changes I made. Took me a while to realize that. On Monday, July 15, 2013 6:46:54 PM UTC-7, Leo Staley wrote: Opened the empt.html file locally, and I had a small little lit introduction window that had some text that was cut off at the side

Re: [twdev] TiddlyWiki5 on Android?

2013-07-15 Thread Eric Shulman
On Monday, July 15, 2013 9:13:16 PM UTC-7, Leo Staley wrote: More significantly, There was no way to save any changes I made. Took me a while to realize that. As Jeremy noted in his previous post: ... install TiddlyFox to save changes locally on the device (

Re: [twdev] TiddlyWiki5 on Android?

2013-07-15 Thread Leo Staley
Thank you Eric! I didn't know how to do that from my Android. Firefox didn't install it when I clicked on it like I thought it should have. After downloading it with another browser (because firefox didn't let me save link on long-press) and opening the file using firefox, I was able to

[twdev] TiddlyWiki5 on Android?

2013-07-14 Thread Leo Staley
I'd like to use tiddlywiki5 to replace my Evernote. As such, I only need a few more things from it, like robust usability on my Android. There's TWEdit for iOS, but I don't use an iPhone. Let's say I had a few hundred dollars lying around. Would that be enough to pay someone to make this