Re: [tw] Re: Announcing TiddlyWiki version 2.7.2 BETA 1

2013-05-09 Thread chris . dent
On Thu, 9 May 2013, PMario wrote: On Wednesday, May 8, 2013 10:27:34 PM UTC+2, Chris Dent wrote: The query string argument is appended to the url that loads a tiddlywiki, for example for one of my spaces: http://cdent-t13.tiddlyspace.com/?twrelease=beta I did test this with my @pmario

[tw] Unable to Save on Another Computer

2013-05-09 Thread Eric Shin
Hello! I copied the .jar and empty.html file to one of our servers in the office. When i open the empty.html on IE on the hosted server, I am able to edit and make changes that save to the empty.html file. However, when I open the .html file on another computer, I am able to open the edit box

Re: [tw] Re: Announcing TiddlyWiki version 2.7.2 BETA 1

2013-05-09 Thread PMario
ok. thx -m -- 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 group, send email to

[tw] Re: Unable to Save on Another Computer

2013-05-09 Thread PMario
IE version? which browser do you use on the second compuer? -m -- 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

[tw] Re: Unable to Save on Another Computer

2013-05-09 Thread Eric Shulman
I copied the .jar and empty.html file to one of our servers in the office.  When i open the empty.html on IE on the hosted server, I am able to edit and make changes that save to the empty.html file. Note: IE uses ActiveX controls to perform local file I/O. You don't need TiddlySaver.jar when

[tw] Implementing touch gestures with hammer.js

2013-05-09 Thread Albert Riedinger
Hi, I'm trying to implement hammer.js[1] (jQuery plugin) in TiddlyWiki in order to use it with some elements (swiping sidebars etc.), but I have very rudimentary JavaScript and TiddlyWiki skills. All I did so far is to import the jQuery plugin script[2] into my TiddlyWiki (tagged with

[tw] Re: Implementing touch gestures with hammer.js

2013-05-09 Thread Eric Shulman
I'm trying to implement hammer.js[1] (jQuery plugin) in TiddlyWiki in order (function($) {     $(#sidebarRightButton).hammer().on(touch, function(ev) {         alert('Hallo!');     }); }); After a restart clicking on my sidebar trigger button (#sidebarRightButton) didn't show me any