[tw] Re: Help with map

2012-08-21 Thread G.J.Robert
Yeah I'm asking the same question as here: https://groups.google.com/forum/?fromgroups=#!searchin/tiddlywiki/image$20map/tiddlywiki/c1aSeEQbKn8/xYVYl-93XxAJ Any help is appreciated, thanks! G.J.Robert於 2012年8月21日星期二UTC+8上午9時55分28秒寫道: > > Hi folks, > > May I use "wikify" or any other macro script

[tw] Plugin to work with AppJS

2012-08-21 Thread sihorton
I am new to TiddlyWiki development but have created a plugin at http://sihorton.tiddlyspace.com/. This plugin extends the standard save functionality to detect if the TiddlyWiki is running within AppJS, if it is then it calls a nodejs function provided by AppJS to save changes to the disk. I

Re: [tw] tiddlywiki and appjs?

2012-08-21 Thread sihorton
I have created a project that runs TiddlyWiki inside AppJS. Code is available on github and you can download from: linux: https://github.com/downloads/sihorton/appjs-TiddlyWiki/appjs-tiddlywiki-linux-ia32.tar.gz windows: https://github.com/downloads/sihorton/appjs-TiddlyWiki/appjs-tiddlywiki-wi

[tw] NoteStorm 2 for getting newbies hooked on TiddlyWiki

2012-08-21 Thread David Gifford
Hi all Created a new version of NoteStorm http://www.giffmex.org/NoteStorm.html that I am finding very fast for note-taking. There is a (hokey, I admit) video tutorial in it, as well. I would love your feedback on it. Blessings Dave Gifford -- You received this message because you are subs

Re: [tw] Re: Inline Editing of tables

2012-08-21 Thread wolfgang
> I think it shouldn't at all - even the tiddler should only be saved once >> the user decides to commit the changes made (kept in temporary memory >> before). Believe this would already reduce much of the strain it causes my >> poor browser. >> > > Sure that can be done in a few days. > >

Re: [tw] Re: Inline Editing of tables

2012-08-21 Thread Vincent Yeh
wolfgang, Some more quick fixes. - TableCalculator 0.6.12 http://qmowcy2.tiddlyspace.com/#TableCalculator - Extended to include two-letter cell references such as AA1, BC3, etc. - Reference auto-adjustment done only on cells that start with an equal sign '='. Other cells are lef

[tw] Re: Mouseover problem

2012-08-21 Thread Morris Gray
Thanks guys for the good information. I checked it out but found that it was a ill conceived EditTemplate, an unfinished experiment lost in time I guess. It was fun trying to edit the EditTemplate when it disappeared as you try to cut and paste. Thankfully the ancient Word Perfect Cntl x,C and

[tw] Re: Mouseover problem

2012-08-21 Thread wolfgang
I use this in my Stylesheet to have this old behaviour: .toolbar{visibility:hidden} .selected .toolbar{visibility:visible} Am Dienstag, 21. August 2012 14:34:29 UTC+2 schrieb TonG: > > Hi Morris, > > I think it is defined in StyleSheetColors: > > .toolbar {color:[[ColorPalette::PrimaryMid]];} >

[tw] Re: Mouseover problem

2012-08-21 Thread TonG
Hi Morris, I think it is defined in StyleSheetColors: .toolbar {color:[[ColorPalette::PrimaryMid]];} .toolbar a {color:[[ColorPalette::TertiaryLight]];} .selected .toolbar a {color:[[ColorPalette::TertiaryMid]];} .selected .toolbar a:hover {color:[[ColorPalette::Foreground]];} Cheers, Ton On

Re: [tw] tiddlywiki and appjs?

2012-08-21 Thread Jeremy Ruston
> I got appjs working on ubuntu 12.04 and got it to open a TW file, and it > kind of works; e.g. a <> macro works, but not a javascript > equivalent, and it doesn't save at all. > It still looks like pretty early days at that project though. I think AppJS would have to use the TiddlySaver java app

[tw] Mouseover problem

2012-08-21 Thread Morris Gray
Could someone tell me what mechanism is used to cause the toolbar on tiddlers to come and go on mouseover. My problem is that in edit mode, mousing off the tiddler makes the whole thing go away. Note that this is an old TW I have cobbled together years ago. But I can never remember how the too