Re: URIError: malformed URI sequence

2009-08-31 Thread Mat
SOLVED - and for the record: The error was not due to mgtd, but because I had links *via* either the slider or the tiddler command leading to tiddlers that contained something with a link on the form [[somelink%]] ...i.e somelink that contained the % sign, which is problematic for titles.

Re: Please post contents of MgtdHelp

2009-08-31 Thread Brad
Oh thank you very much! That has been an annoyance for weeks. Brad On Aug 27, 1:56 pm, Eric Shulman elsdes...@gmail.com wrote: I am getting an error that I am missing a semicolon before statement.  If someone could post theirs I'm hopeful that I can find the semicolon that I need to add.

Re: Please post contents of MgtdHelp

2009-08-31 Thread Brad
Oh thank you very much! That has been an annoyance for weeks. Brad On Aug 27, 1:56 pm, Eric Shulman elsdes...@gmail.com wrote: I am getting an error that I am missing a semicolon before statement.  If someone could post theirs I'm hopeful that I can find the semicolon that I need to add.

[tw] Re: For any guitarists out there: like to test a guitar tab plugin for TiddlyWiki?

2009-08-31 Thread Heller
Paul, Many, many thanks. It is really looking good. Now over to the jtab google group... Regards Rob --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to

[tw] Re: Changing the content of a section in a tiddler

2009-08-31 Thread FND
Any idea for simplifying this script ? An alternative approach might be to split and join: var txt = lorem ipsum\n@@CONTENT@@\ndolor sit amet; var parts = txt.split(@@CONTENT@@); txt = parts[0] + hello world + parts[1]; However, that only works if you have a unique known marker,

[tw] Re: I need something like ToggleTag, but a little bit more

2009-08-31 Thread Mel Grubb
On Aug 28, 6:33 pm, Tobias beertob...@googlemail.com wrote: I fiddled with what I understood you wanted and came up with this:http://lastfm.tiddlyspot.com/#cycleTagsInfo Hope that does it. On 28 Aug., 18:48, Mel Grubb melgr...@gmail.com wrote: Looking at the site, I saw the AddTagMacro,

[tw] Re: I need something like ToggleTag, but a little bit more

2009-08-31 Thread Tobias
Stupid mistake, looks like I used reserved keywords. Both should work now, even in ie ;-) http://lastfm.tiddlyspot.com/#cycleTagsInfo http://lastfm.tiddlyspot.com/#AddTagMacro Enjoy, Tobias. On 31 Aug., 16:25, Mel Grubb melgr...@gmail.com wrote: On Aug 31, 10:02 am, Tobias

[tw] Re: I need something like ToggleTag, but a little bit more

2009-08-31 Thread Mel Grubb
On Aug 31, 11:17 am, Tobias beertob...@googlemail.com wrote: Stupid mistake, looks like I used reserved keywords. Both should work now, even in ie ;-) http://lastfm.tiddlyspot.com/#cycleTagsInfohttp://lastfm.tiddlyspot.com/#AddTagMacro Enjoy, Tobias. Excellent, the macro compiles now. I am

[tw] Re: Learning a language with TiddlyWiki?

2009-08-31 Thread rakugo
Interesting, Anything you'd pick out about this that you would say is a clever feature? I'm gonna brush up on my German and see what sort of things this wiki does. Cheers On Aug 31, 4:40 pm, wolfgang wolfgangl...@gmail.com wrote: Hi Jon,  there is TWLernkartei, unfortunatelly it's for German

[tw] Re: I need something like ToggleTag, but a little bit more

2009-08-31 Thread Tobias
Hi Mel, I have updated both addTagMacro and cycleTag so that you can use them with TiddlerListMacro. http://lastfm.tiddlyspot.com/#cycleTagsInfo http://lastfm.tiddlyspot.com/#AddTagMacroInfo Look at the examples section of either and possibly find what you are looking for. Good luck, Tobias.

[tw] Re: Last Save Date macro?

2009-08-31 Thread MGT
Does anyone know how to get around this limitation to allow the saved date to dynamically update, so that it would update with AutoSave or when the saved button is pressed, and not just when the document is reloaded? Cheers, Mark On Aug 30, 10:38 pm, AlanBCohen alanbco...@gmail.com wrote: I

[tw] Help in debugging a plugin

2009-08-31 Thread AlanBCohen
As I've discussed previously, I can't bring in any versions or plugins that aren't already on the office network. So, during lunch, I've been typing in (slowly) the DataTiddlerPlugin, with the goal of also typing in the related FormTiddlerPlugin (nothing magical about these two, they just seem