[tw] TiddlePie - A simple command line tool to download, edit and email tiddlers

2012-11-21 Thread Chris Yarger
Hi I have written a small program in BASH Script to download edit and email tiddlers Please let me know if you find any bugs or suggestions for new features. The shortlink to the project is here http://bit.ly/Wl4iNH Warmest Regards, Chris Yarger -- You received this message because you a

[tw] Re: Configure TW to open Tiddlers at the bottom of the story - also for Tiddlers opened from the mainMenu

2012-11-21 Thread whatever
Hi! Correct is: config.options.chkBottomOfPageMode=true; config.options.chkSinglePageAutoScroll=true; w On 21 nov., 21:20, Jan Johannpeter wrote: > Hallo Eric. > Thanks for hyour help. > I put > config.options["chkBottomOfPageMode"]=true; > config.options["chkSinglePageAutoScroll"]=true; > in t

Re: [tw] using HTML5 localStorage in forms?

2012-11-21 Thread tiziano de togni
Il 21/11/2012 21:43, skye riquelme ha scritto: Hi All I have been using localStorage extensively in my TW work, but cant seem to get access to the data from within html formsfor eample...why doesnt this simple bit of code set the localStorage item "test"?? (the wikify at the end is just to c

[tw] using HTML5 localStorage in forms?

2012-11-21 Thread skye riquelme
Hi All I have been using localStorage extensively in my TW work, but cant seem to get access to the data from within html formsfor eample...why doesnt this simple bit of code set the localStorage item "test"?? (the wikify at the end is just to check if test got set.) function testResults (fo

Re: [tw] Re: Configure TW to open Tiddlers at the bottom of the story - also for Tiddlers opened from the mainMenu

2012-11-21 Thread Jan Johannpeter
Hallo Eric. Thanks for hyour help. I put config.options["chkBottomOfPageMode"]=true; config.options["chkSinglePageAutoScroll"]=true; in the zzConfig. This Should work, or am I wrong? It works fine on a MAC/firefox , but with my normal Windows/firefox the old behaviour is back. I will continue te

[tw] Re: Save Changes not working

2012-11-21 Thread Rastered PoV
Hi, I upgraded yesterday to Firefox 17 and am a heavy user of TiddlyWikis. Surprisingly, the update broke the save operation for my mGSD - Getting things done - wiki. Surprisingly, because I've installed the TiddlyFox extension (https://addons.mozilla.org/de/firefox/addon/tiddlyfox) which shou

[tw] Re: Save Changes not working

2012-11-21 Thread PhilBee
Hi, I have just experienced a similar problem with FF 17.0. While my TW works fine with FF Version 9 and FF Version 11, as soon as I try to 'SaveChanges' with Version 17. I think the problem is with the latest releases of FF because I get similar problems with other non-TW programs. Any suggestio

[tw] Re: Link to a spesific tiddler

2012-11-21 Thread Eric Shulman
> However, I tried the following: > @@text-align:right;~TiddlyWiki is wonderful!@@ > The first one didn't work The text-align CSS property can only be applied to block-level elements (i.e., a DIV, not a SPAN). This is because the SPAN width is only as wide as the content inside it, while the DIV

[tw] Re: Inline PDF

2012-11-21 Thread whatever
Hi! According to Måns (1), you can do it with Google's Document Viewer: I use google's document viewer via an iframe for showing pdfs and powepoint presentations in tiddlers .. Checkout: http://googlesystem.blogspot.com/2009/09/embeddable-google-document-viewer.html You can easily turn it into

[tw] Re: Link to a spesific tiddler

2012-11-21 Thread whatever
Hi! Well, first, the CSS property is text-align. However, I tried the following: @@text-align:right;~TiddlyWiki is wonderful!@@ @@color:#C06;~TiddlyWiki is wonderful!@@ @@font-size:12pt;~TiddlyWiki is wonderful!@@ The first one didn't work, but the second and the third did, both in a normal tidd

[tw] Re: Link to a spesific tiddler

2012-11-21 Thread Kim Skatun
@@align:left;[[Organisation]]@@ This did not work in th emenu item, do I do sth wrong? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To view this discussion on the web visit https://groups.google.com/d/msg/tiddlywiki/-/FhYaCE7j-w4J. To post to

[tw] Re: <>

2012-11-21 Thread Kim Skatun
http://www.tiddlytools.com/#SinglePageModePlugin On Monday, November 19, 2012 3:32:33 PM UTC+1, whatever wrote: > > Hi! > > A bit of correction. According to Eric (1), you should put that span > at the end of the ViewTemplate, since it doesn't render a button but > actually executes the action