[tw] Re: Help with map

2012-08-20 Thread G.J.Robert
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 Ale

Re: [tw] Re: lauch program from a tiddler

2012-08-20 Thread La raison Marc
Thanks, Again you save me a lot of time. You're fantastic. Marc La raison De : Eric Shulman À : TiddlyWiki Envoyé le : lundi 20 août 2012 14h12 Objet : [tw] Re: lauch program from a tiddler > But i want to use the tiddler title in place of "C:\MyPath\TW\t

[tw] TiddlersBarPlugin and BreadCrumbsPlugin together?

2012-08-20 Thread KeithB
I found that the TiddlersBarPlugin works great for keyboard switching (via configuration options) , unless I have BreadCrumbsPlugin enabled. Then the keyboard switching doesn't work. Has anyone else successfully run them together, or have a workaround? I'd really like to also run BreadCrumbsP

Re: [tw] tiddlywiki and appjs?

2012-08-20 Thread Dave
Just a follow up on this: 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. here's a picture: https://dl.dropbo

[tw] TiddlyWiki, Craft Beer, and You

2012-08-20 Thread funkyeah
Long time lurker here, something about TiddlyWiki just feels right so I've watched its evolution like a hawk. Me and a couple of my Electrical Engineering buddies decided that opening a brewery was a great idea. I knew that a TiddlyWiki based platform for sharing brewing knowledge was something

[tw] Re: lauch program from a tiddler

2012-08-20 Thread Eric Shulman
> But i want to use the tiddler title in place of "C:\MyPath\TW\test.tex" > May be like this : > < tiddler.title>> To use a reference to tiddler.title as a macro parameter, you need to enclose it within doubled curly brackets, like this: <> This causes the the tiddler.title variable reference t

Re: [tw] Re: Inline Editing of tables

2012-08-20 Thread wolfgang
> 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 softwa

Re: [tw] Re: lauch program from a tiddler

2012-08-20 Thread La raison Marc
Thank, I know, and use the LaunchApplication Plugin, may be i can use it for my project but... Actually i use : <> But i want to use the tiddler title in place of "C:\MyPath\TW\test.tex" May be like this : <> but i receive the message : "LaunchApplication cannot execute/launch file 'C:\Pat

Re: [tw] Re: Inline Editing of tables

2012-08-20 Thread wolfgang
Thanks for your thorough considerations, I appreciate. For improving on the existing some further remarks: At the moment the >> biggest drawback for editing large tables with TableEditor is that it seems >> to be very resources demanding. But my computer isn't really powerful, >> and having FF

Re: [tw] Re: Inline Editing of tables

2012-08-20 Thread Vincent Yeh
Yeap. That was for my debugging and learning purposes. Should have removed it before letting it out. Sorry for the trouble! Vincent On Monday, August 20, 2012 7:51:32 PM UTC+8, Lyall wrote: > > Just a quick note. > > I noticed that in the last 2 versions of TableEditor, a couple of > displayMes

Re: [tw] Re: Inline Editing of tables

2012-08-20 Thread Lyall
Just a quick note. I noticed that in the last 2 versions of TableEditor, a couple of displayMessage() calls have been left in that display "DIV" and 2 numbers separated by a comma. I spent ages thinking that I had corrupted my tiddlywiki before I found it by installing Firebug and trapping on d

[tw] Re: lauch program from a tiddler

2012-08-20 Thread TonyM
May not be what you want http://www.remotely-helpful.com/TiddlyWiki/LaunchApplication.html Tony On Monday, August 20, 2012 11:47:37 AM UTC+10, La Raison wrote: > > Hi, > > I try to lauch program with javascript code, because i want; in a second > time; to use tiddler values when i call the pro