The latest version doesn't use the TiddlyChromeSaver.js tiddler anymore, but instead loads the saver directly into the $tw variable. The next version will probably be decoupled and use the tiddlyfox plugin, assuming I can find a way to make TiddlyFox see a file URL in the location. Currently it is a blob URL. I think there is a way, it just messes with CORS.
A couple things to note is that it is probably not be able to read or write other files, even backups, although downloads will still show up in a regular chrome window when initiated from the app. This is on Chrome, regardless of what saver I use. One other thing the next version should have is double-checking the path on save and if it isn't the same as the one that is open then it would return false so $tw knows to try the next saver. That's all my comments, so we'll see once whether I am able to get to it, but as I said, for a standard TiddlyWiki that has $tw on the window object, it now works fine. If there is some strange corner case, then you probably know how to adapt my code for your own use anyway. :) Classic is disabled for now though, as I still need to add code to make sure saveFile is being called with some other file in mind (which was, I assume, possible with the Java saver). Even if it wasn't it's a good thing to check. And yes, look in the releases in GitHub for the latest version. https://github.com/Arlen22/tiddly-chrome-app -Arlen On Apr 22, 2016 6:53 AM, "Mat" <[email protected]> wrote: > @Jeremy and @Arlen > > What would it take to make this as official as TiddlyFox? It is AFAICT > needed just as much. > > I'm referring to making it as available (via Google Play?) and to have it > as documented on tiddlywiki.com as TiddlyFox. > > @Jeremy - unless already suggested in this long thread - could the > tiddlyChromeSaver.js be included in the standard TW distro? Few features > are as fundamental as being able to update, i.e overwrite, ones local > notes. I figure it should sit along with *$:/core/modules/savers/tiddlyfox.js > -?* > > @Arlen - Please update the initial post in this thread to have attachments > of the latest files. Or, if possible, perhaps some link to a place where > the latest versions are hosted (here > <https://github.com/Arlen22/tiddly-chrome-app/releases/tag/v0.3-beta>?). > I almost installed the files from the initial post which would have given a > poorer experience of your creation, of course. > > Thank you! > > <:-) > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/tiddlywiki. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/777d774d-27f1-4d32-b5b6-4410769ffa24%40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywiki/777d774d-27f1-4d32-b5b6-4410769ffa24%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CAJ1vdSQsgENJCSCvtev9YVGmxReG6Qgm9Dw_ZP4Bhf%2BWa9efmQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

