[tw] Fwd: Bringing jQuery to TiddlyWiki release 2.5.0

2009-03-10 Thread Sean
Jason, check this out -- the new TiddlyWiki includes jQuery! --Sean -- Forwarded message -- From: Jeremy Ruston Date: Mar 10, 2:40 am Subject: Bringing jQuery to TiddlyWiki release 2.5.0 To: TiddlyWiki We've just uploaded release 2.5.0 of TiddlyWiki tohttp://www.tiddlywiki.com

[tw] Fwd: Bringing jQuery to TiddlyWiki release 2.5.0

2009-03-10 Thread Sean
Jason, check this out -- the new TiddlyWiki includes jQuery! --Sean -- Forwarded message -- From: Jeremy Ruston Date: Mar 10, 2:40 am Subject: Bringing jQuery to TiddlyWiki release 2.5.0 To: TiddlyWiki We've just uploaded release 2.5.0 of TiddlyWiki tohttp://www.tiddlywiki.com

[tw] Re: conflict between FET and TiddlerWithEditPlugin?

2009-03-10 Thread Dave Parker
It looks like this is a problem with Udo's original script, or maybe how it acts in a recent (2.4.3) TW (??) If you go to http://tiddlywiki.abego-software.de/ and search for "pagewise". then edit that tiddler, then click 'done', the listing of itself stays (normal behaviour), but when you downloa

[tw] Re: Bringing jQuery to TiddlyWiki release 2.5.0

2009-03-10 Thread Paulo Soares
Stupid me! It's a well known Firefox security feature (bug?). Sorry... -- Paulo Soares On 10 Mar, 23:22, Paulo Soares wrote: > Thank you Jeremy et al. for this new TW flavour. It's a pleasure to > write Javascript with jQuery. > > BTW, importing from TW 2.4.3 seems to be broken. > > Cheers, > --

[tw] Re: Music notation - LilyPond in a TW??

2009-03-10 Thread Måns
The address to Mr Soares' Plugin is of course: http://www.math.ist.utl.pt/~psoares/asciimathml.html#ASCIIMathMLPlugin On 10 Mar., 23:48, Måns wrote: > LilyPond (http://lilypond.org/web/) uses Project GNU's GUILE Scheme > interpreter for extension. Scheme is a dialect of the LISP programming

[tw] Re: Bringing jQuery to TiddlyWiki release 2.5.0

2009-03-10 Thread Paulo Soares
Thank you Jeremy et al. for this new TW flavour. It's a pleasure to write Javascript with jQuery. BTW, importing from TW 2.4.3 seems to be broken. Cheers, -- Paulo Soares On 10 Mar, 10:40, Jeremy Ruston wrote: > We've just uploaded release 2.5.0 of TiddlyWiki tohttp://www.tiddlywiki.com/. > I

[tw] Music notation - LilyPond in a TW??

2009-03-10 Thread Måns
LilyPond (http://lilypond.org/web/) uses Project GNU's GUILE Scheme interpreter for extension. Scheme is a dialect of the LISP programming language. I'm using OOoLilyPondPlugin(http://ooolilypond.sourceforge.net/) in OpenOffice and I can write musical notation via a little texteditor in Writer, I

[tw] Re: Bringing jQuery to TiddlyWiki release 2.5.0

2009-03-10 Thread Paul Kronenwetter
Is there an example of what could be done at this point by some over- ambitious person wanting to dive into jQuery-TW? -Paul On Mar 10, 6:54 am, Eric Shulman wrote: > On Mar 10, 3:40 am, Jeremy Ruston wrote: > > > We've just uploaded release 2.5.0 of TiddlyWiki > > http://www.TiddlyTools.comis

[tw] Re: ""Reset Tagged"-script or Remove tag from tiddlers and update only those tiddlers afterwards

2009-03-10 Thread Måns
Oh I forgot to ask What is the syntax for having more than one tag in the script?? Is it commas - or bolean syntax, spaces or something else? YS Måns Mårtensson On 10 Mar., 21:55, Måns wrote: > Fantastic - Eric - You are a true magician!!! - My son tells me that > it's not called magic - ju

[tw] Re: ""Reset Tagged"-script or Remove tag from tiddlers and update only those tiddlers afterwards

2009-03-10 Thread Måns
Fantastic - Eric - You are a true magician!!! - My son tells me that it's not called magic - just programming!! - But nevertheless its working - and I'm very gratefull! Now I have a Reset-button for those of my tags that I use temporarily - and can start over from scratch after having hitted the

[tw] Re: Customizable interwiki links similar to AliasPlugin necessary

2009-03-10 Thread Mammut
...again, Eric you´re right! Thanks a lot for your example, I had a mistake in my previous alias definition, therefore it did´nt work. You are great! Mammu On 10 Mrz., 18:14, Eric Shulman wrote: > > i´d like to handle (often used) very large hyperlinks easily within my > > TW. With AliasPlugi

[tw] Re: Customizable interwiki links similar to AliasPlugin necessary

2009-03-10 Thread Eric Shulman
> i´d like to handle (often used) very large hyperlinks easily within my > TW. With AliasPlugin i thought i found a solution, but ... > > Problem is that I have a changing variable (see V_A_R_I_A_B_L_E) in > the middle of the hyperlink, so it seems I can´t use the substitution > marker. That´s rig

[tw] conflict between FET and TiddlerWithEditPlugin?

2009-03-10 Thread Dave Parker
Is there a known conflict here? http://worldenglishbible.tiddlyspot.com/ If you click on Matthew or any of the items on the right to open up the tiddler with the pagewise FET you'll get the first 12 verses, each of which are the contents of individual tiddlers. If you then double- click one of t

[tw] Customizable interwiki links similar to AliasPlugin necessary

2009-03-10 Thread Mammut
Hello, i´d like to handle (often used) very large hyperlinks easily within my TW. With AliasPlugin i thought i found a solution, but ... Problem is that I have a changing variable (see V_A_R_I_A_B_L_E) in the middle of the hyperlink, so it seems I can´t use the substitution marker. That´s right?

[tw] Re: ""Reset Tagged"-script or Remove tag from tiddlers and update only those tiddlers afterwards

2009-03-10 Thread Eric Shulman
> I'm already using a script to update (saving tiddlerwise) every > tiddler tagged with a specific tag: > > var tag="TagName"; > var tids=store.getTaggedTiddlers(tag); > store.suspendNotifications(); > for (var i=0; i    store.saveTiddler > (t.title,t.title,t.

[tw] Re: Tiddly themes submission - BrainJuice

2009-03-10 Thread alex
It looks really good. I am making a TW for research and writing papers. I'd be interested in sharing notes. ALex On Mar 10, 11:14 am, Parkov wrote: > Hey there, > > I am creating a theme for TiddlyWiki. Just putting in the last effort > to make it entirely unique. I have a couple of questions.

[tw] ""Reset Tagged"-script or Remove tag from tiddlers and update only those tiddlers afterwards

2009-03-10 Thread Måns
How do I remove a tag from all tiddlers tagged with it - and refresh those tiddlers, which were tagged, with that specific tag - in one action?? If I use tiddlertweaker - it happens automatically - but I need some kind of script - controlled by a labelled button - which I would call - "Reset all T

[tw] Re: TiddlyTweets - a TiddlyWiki web app to archive your tweets

2009-03-10 Thread Alex Hough
> What do you mean about Twitter becoming the first step in an expendable > channel? ah ... there is a typo here i meant expandable channel. By expandable i mean expanding it by filtering, number of ways it can be shared, number of ways it can be combined and linked with other information

[tw] Re: TiddlyTweets - a TiddlyWiki web app to archive your tweets

2009-03-10 Thread FND
> - Would it be possible to include in the archive any tweets from other > people to whom user has @replied That would be possible, but might easily get out of hand (e.g. exceeding the Twitter API limit with the number of requests). Back when I was writing the Twitter adaptor, I imagined this s

[tw] Re: TiddlyTweets - a TiddlyWiki web app to archive your tweets

2009-03-10 Thread Jeremy Ruston
Lovely stuff. Couple of ideas: - Would it be possible to include in the archive any tweets from other people to whom user has @replied - Would it be possible to demangle any URLs from tinyurl.com, is.gd etc to the real underlying URL? Best wishes Jeremy On Tue, Mar 10, 2009 at 1:26 PM, Ken Gir

[tw] Re: TiddlyTweets - a TiddlyWiki web app to archive your tweets

2009-03-10 Thread Ken Girard
Works in IE7, but gives the "Are you sure you want to navigate away" warning when switching themes. Ken Girard On Mar 10, 7:46 am, jnthnlstr wrote: > Thanks Fred for fixing the url and to Ken for being the first to > report a bug! ;) > > Alex, I do like the idea of a Twitter client written in T

[tw] Re: TiddlyTweets - a TiddlyWiki web app to archive your tweets

2009-03-10 Thread jnthnlstr
Thanks Fred for fixing the url and to Ken for being the first to report a bug! ;) Alex, I do like the idea of a Twitter client written in TiddlyWiki... About your idea of tweeting [[tw stuff]] to send to your own TiddlyWiki, I've been trying to make that. You could do that very easily if you're

[tw] Tiddly themes submission - BrainJuice

2009-03-10 Thread Parkov
Hey there, I am creating a theme for TiddlyWiki. Just putting in the last effort to make it entirely unique. I have a couple of questions. 1. Would you consider this for tiddlythemes? See shot: http://dl.getdropbox.com/u/248206/themes/brainjuice.jpg 2. Is it okay to extend functionality (notic

[tw] Re: TiddlyThemes Submission

2009-03-10 Thread Parkov
Sorry, Meant to put this in a seperate thread... something went wrong... :-( I'll do that instead... On 10 Mar., 06:52, Parkov wrote: > Hey there, > > I am creating a theme for TiddlyWiki. Just putting in the last effort > to make it entirely unique. I have a couple of questions. > > 1. Would

[tw] TiddlyThemes Submission

2009-03-10 Thread Parkov
Hey there, I am creating a theme for TiddlyWiki. Just putting in the last effort to make it entirely unique. I have a couple of questions. 1. Would you consider this for tiddlythemes? See shot: http://dl.getdropbox.com/u/248206/themes/brainjuice.jpg 2. Is it okay to extend functionality (notic

[tw] Re: Bringing jQuery to TiddlyWiki release 2.5.0

2009-03-10 Thread Eric Shulman
On Mar 10, 3:40 am, Jeremy Ruston wrote: > We've just uploaded release 2.5.0 of TiddlyWiki http://www.TiddlyTools.com is now using TW250. enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios --~--~-~--~~~---~--~~ You received this message because you are subs

[tw] Re: TiddlyTweets - a TiddlyWiki web app to archive your tweets

2009-03-10 Thread Alex Hough
This offers some interesting possibilities, like tweeting with [[tw stuff]] to send stuff to your own TW. Also twitter can become the first step in an expendable channel. Could the plugins be easily adapted for delicious? ALex 2009/3/9 jnthnlstr : > > Hello, > > I don't know if people on thi

[tw] Bringing jQuery to TiddlyWiki release 2.5.0

2009-03-10 Thread Jeremy Ruston
We've just uploaded release 2.5.0 of TiddlyWiki to http://www.tiddlywiki.com/. It's an unusual release because it contains only a single new feature over and above what we delivered in the previous release 2.4.3, but the new feature is a very significant change: we've added the standard jQuery lib

[tw] Re: Change size of .txtOptionInput to suit length of string - howto?

2009-03-10 Thread Alex Hough
FND Thank for this. Slowly things are coming more and more clear. ALex >> how do you arrive at the syntax of things like this > > {{evaluated parameters}} are part of the TiddlyWiki core functionality: >     http://tiddlywiki.org/wiki/Macros#Evaluated_Parameters > > Similarly, the %n substitutio

[tw] Re: Change size of .txtOptionInput to suit length of string - howto?

2009-03-10 Thread FND
> how do you arrive at the syntax of things like this {{evaluated parameters}} are part of the TiddlyWiki core functionality: http://tiddlywiki.org/wiki/Macros#Evaluated_Parameters Similarly, the %n substitution is achieved using the core's string format method. -- F. --~--~-~--