[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 to let the mapped part 
> display things like PopupMacro popup, NestedSliderPlugin floating panel, or 
> AnnotationPlugin tooltip, and make them appear on mouse hover? How should I 
> write in the code? Many thanks in advance!
>
> G.J.Robert Ciang
>
> AlexHough於 2008年1月28日星期一UTC+8下午8時39分27秒寫道:
>>
>> Eric has provide the answer before: 
>>
>> in the image map, instead of 
>>
>> href="http://www.someplace.com/whatever"; 
>>
>> try 
>>
>> href="javascript:story.displayTiddler(null,'TiddlerTitle');" 
>>
>> HTH, 
>>
>> -e 
>> Eric Shulman 
>> TiddlyTools / ELS Design Studio 
>>
>> http://www.TiddlyTools.com 
>> "Small Tools for Big Ideas!" 
>>
>>
>> This thread give the details 
>>
>> http://groups.google.com/group/TiddlyWiki/browse_thread/thread/661e8e7f1c213889/df5ef86cace538fa?hl=en&lnk=gst&q=map#df5ef86cace538fa
>>  
>>
>> On Jan 28, 12:15 pm, "Alex Hough"  wrote: 
>> > Hello there. 
>> > 
>> > I would like to get the href="[[diagram]]" bit of the below code to 
>> open a 
>> > tiddler.  I don't know how to link to a tiddler from inside HTML 
>> > 
>> >  
>> >  
>> > > > width="300" height="300" 
>> > alt="Diagram" 
>> > usemap="#diagram" /> 
>> > > > coords="0,0,82,126" 
>> > alt="diagram" 
>> > href="[[diagram]]"> 
>> >  
>> >  
>> > 
>> > Alex
>
>

-- 
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/-/4pbUDf2AsooJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[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 have packaged versions of AppJS + TiddlyWiki + AppJS Plugin available for 
download at:

https://github.com/sihorton/appjs-TiddlyWiki/downloads 

If you have an existing TiddlyWiki then you can import the "AppJS Plugin" 
from http://sihorton.tiddlyspace.com/ save the tiddler and then save the 
TiddlyWiki to data/content/index.html. When you then run AppJS you will see 
your TiddlyWiki and it will be able to save.

Advantages of this approach:

   - bundling TiddlyWiki with AppJS means it won't break when the system 
   browser gets auto-updated
   - If running from a usb-stick then you don't need to worry what browsers 
   are installed on the users system
   - Just download and start using TiddlyWiki no need for permission 
   dialogs or any complex setup.
   - Future proof against new security restrictions or policies

Disadvantages:

   - AppJS takes up 20+ meg of additional space
   - some plugins / functions may not work.

The same effect could be achieved by running firefox portable and 
tiddlywiki together.

Interested to hear what you think of this!

/Simon

-- 
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/-/J9kuOKnFq_cJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



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-win32.zip

I have fixed the issues that I had originally so that now I am able to 
create new pages, edit them and save.

/Simon

On Tuesday, 21 August 2012 12:24:08 UTC+2, Jeremy Ruston wrote:
>
> > 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 applet in order 
> to be able to save TW 2.6.x documents. 
>
> The exciting thing for me is the integration of node.js, which offers 
> the possibility of packaging full TW5 as a native app. 
>
> Best wishes 
>
> Jeremy 
>
> > here's a picture: 
> > https://dl.dropbox.com/u/2161814/TWinAppJs.png 
> > 
> > 
> > On Tuesday, July 24, 2012 3:46:13 AM UTC-6, Jeremy Ruston wrote: 
> >> 
> >> > I just stumbled across this 
> >> > 
> >> > http://appjs.org/ 
> >> 
> >> Terrific, this is just what I've been looking for: it's a GUI wrapper 
> >> for node.js apps, and therefore looks like a good fit for TiddlyWiki5. 
> >> I'll investigate, 
> >> 
> >> Many thanks, 
> >> 
> >> Jeremy 
> >> 
> >> > to: "Build Desktop Applications for Linux, Windows and Mac using 
> HTML, 
> >> > CSS 
> >> > and Javascript" 
> >> > 
> >> > has anyone played around with it regarding TW?  ( I haven't been able 
> to 
> >> > get 
> >> > it going on my linux 32 bit computers yet ) 
> >> > I think its pretty much the next generation of the old firefox/prism 
> >> > idea 
> >> > (in spirit only).  Not being a programmer, I have no idea if it would 
> >> > benefit the TW world, but I thought I'd bring it to the group's 
> >> > attention 
> >> > anyway.  (nothing came up here doing a search for appjs) - maybe 
> allow 
> >> > for 
> >> > faster loading html files in it if not always in the browser 24/7 
> >> > anyway. 
> >> > Maybe allow interacting with the TW files using fast little dialog 
> >> > scripts?? 
> >> > 
> >> > just wondering about the possibilities... 
> >> > 
> >> > Dave 
> >> > 
> >> > 
> >> > -- 
> >> > 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/-/AlBbYK_G4G8J. 
> >> > To post to this group, send email to tiddl...@googlegroups.com. 
> >> > To unsubscribe from this group, send email to 
> >> > tiddlywiki+...@googlegroups.com. 
> >> > For more options, visit this group at 
> >> > http://groups.google.com/group/tiddlywiki?hl=en. 
> >> 
> >> 
> >> 
> >> -- 
> >> Jeremy Ruston 
> >> mailto:jeremy...@gmail.com 
>
>
>
> -- 
> Jeremy Ruston 
> mailto:jeremy...@gmail.com  
>

-- 
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/-/_RU9ZSEH8ZMJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[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 subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/_WF2ylOy9m8J.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



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.
>
 

> Hope these can release some strain in your browser. :-) Please try and let 
> me know how they work.
>

Vincent, you really must have a pronouncedly slowed down perception of 
time.. ;-)

Without the automatic saving really all the strain is eased and editing 
this way is so much more fun, thanks a lot!


Mentioned an other a bid difficult to handle behavior by selecting a cells 
content in edit mode - but releasing the mouse button a bit too far to the 
left (I'm used to selecting text from the bottom-right up to the top-left 
corner, so the first letter isn't that easily missed), only slightly above 
the next cell to the left - editing mode immediately switches to that other 
cell. Maybe it would be possible to allow switching into edit mode of other 
cells only on a click, but not upon releasing a pushed mouse button?
 

> Other things like QuickEdit, TableTools, etc., will just need to wait a 
> while.
>
>
If hours are days for you, I sure can wait for a while ;-) 

-- 
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/-/wHIDb-YSrJwJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



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 left untouched.
  - Block reference, such as A4:C8, are auto-adjested upon 
 insertion/deletion of rows/columns, but not upon sorting, because I 
have no 
 idea what to do in those cases.
 - TableEditor 1.2.7 http://qmowcy2.tiddlyspace.com/#TableEditor
  - Added an option chkTEditorManualSave to toggle manual save mode. If 
  true, an "S" button will be provided and changes will not save to file 
  until it is pressed. Otherwise the file will be saved every time a change 
  is accepted.
  
Hope these can release some strain in your browser. :-) Please try and let 
me know how they work.

Other things like QuickEdit, TableTools, etc., will just need to wait a 
while.

Vincent

On Tuesday, August 21, 2012 2:09:40 AM UTC+8, wolfgang wrote:
>
>
> Trying QuickEditPlugin embedded with the table didn't worked to apply 
>> formating since it doesn't recognize the edit field open for editing a 
>> cell. But maybe it would do that if a dedicated edit field above the table 
>> could be created, similar to the calculation bar in spreadsheet software?
>>
>>
> Actually confused the behavior of MathCell's adaptation [[Table Editor]], 
> where QuickEdit doesn't recognize the edit fields. While with TableEditor 
> any click outside of the edit field immediately closes the edit field - 
> giving QuickEdit no chance to enter anything.
>

-- 
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/-/Y8pbV4toORwJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[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 
V controls still work  All is well now.

On Tuesday, August 21, 2012 10:39:12 PM UTC+10, wolfgang wrote:
>
> 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]];}
>> .toolbar a {color:[[ColorPalette::TertiaryLight]];}
>> .selected .toolbar a {color:[[ColorPalette::TertiaryMid]];}
>> .selected .toolbar a:hover {color:[[ColorPalette::Foreground]];}
>>
>> Cheers,
>>
>> Ton
>>
>>
>>
>> On Tuesday, August 21, 2012 11:35:52 AM UTC+2, Morris Gray wrote:
>>>
>>> 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 toolbar comes and goes to find the 
>>> problem.
>>>
>>

-- 
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/-/ipoiCYVp45gJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[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]];}
> .toolbar a {color:[[ColorPalette::TertiaryLight]];}
> .selected .toolbar a {color:[[ColorPalette::TertiaryMid]];}
> .selected .toolbar a:hover {color:[[ColorPalette::Foreground]];}
>
> Cheers,
>
> Ton
>
>
>
> On Tuesday, August 21, 2012 11:35:52 AM UTC+2, Morris Gray wrote:
>>
>> 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 toolbar comes and goes to find the 
>> problem.
>>
>

-- 
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/-/p0H3643eauQJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[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 Tuesday, August 21, 2012 11:35:52 AM UTC+2, Morris Gray wrote:
>
> 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 toolbar comes and goes to find the 
> problem.
>

-- 
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/-/S_cn591vtzYJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



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 applet in order
to be able to save TW 2.6.x documents.

The exciting thing for me is the integration of node.js, which offers
the possibility of packaging full TW5 as a native app.

Best wishes

Jeremy

> here's a picture:
> https://dl.dropbox.com/u/2161814/TWinAppJs.png
>
>
> On Tuesday, July 24, 2012 3:46:13 AM UTC-6, Jeremy Ruston wrote:
>>
>> > I just stumbled across this
>> >
>> > http://appjs.org/
>>
>> Terrific, this is just what I've been looking for: it's a GUI wrapper
>> for node.js apps, and therefore looks like a good fit for TiddlyWiki5.
>> I'll investigate,
>>
>> Many thanks,
>>
>> Jeremy
>>
>> > to: "Build Desktop Applications for Linux, Windows and Mac using HTML,
>> > CSS
>> > and Javascript"
>> >
>> > has anyone played around with it regarding TW?  ( I haven't been able to
>> > get
>> > it going on my linux 32 bit computers yet )
>> > I think its pretty much the next generation of the old firefox/prism
>> > idea
>> > (in spirit only).  Not being a programmer, I have no idea if it would
>> > benefit the TW world, but I thought I'd bring it to the group's
>> > attention
>> > anyway.  (nothing came up here doing a search for appjs) - maybe allow
>> > for
>> > faster loading html files in it if not always in the browser 24/7
>> > anyway.
>> > Maybe allow interacting with the TW files using fast little dialog
>> > scripts??
>> >
>> > just wondering about the possibilities...
>> >
>> > Dave
>> >
>> >
>> > --
>> > 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/-/AlBbYK_G4G8J.
>> > To post to this group, send email to tiddl...@googlegroups.com.
>> > To unsubscribe from this group, send email to
>> > tiddlywiki+...@googlegroups.com.
>> > For more options, visit this group at
>> > http://groups.google.com/group/tiddlywiki?hl=en.
>>
>>
>>
>> --
>> Jeremy Ruston
>> mailto:jeremy...@gmail.com



-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[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 toolbar comes and goes to find the 
problem.

-- 
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/-/0IU2rTcAgecJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.