Please post contents of MgtdHelp

2009-08-27 Thread Brad
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. Thanks a lot. Mine looks like this: function wikifiedMessage(message) { wikify(message,getMessageDiv()); }

Re: Can't Create Duplicate Tiddlers

2009-08-27 Thread Erlend Leganger
2009/8/27 NanetteAndrusiak nlu...@gmail.com I have run into a problem with mGTD that is stumping me, and is effectively preventing me from moving from MLO to mGTD. Here's the issue: I am a trainer, and develop several classes, sometime concurrently. Developing a class has pretty much the

Re: Please post contents of MgtdHelp

2009-08-27 Thread Eric Shulman
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.  Thanks a lot. ...                                 var helpContent = {{help{\n''[[MonkeyGTD

Host my own MonkeyGTD

2009-08-27 Thread Brady, Luke
Hello, What would be the easiest way to host my own MonkeyGTD on a site like GoDaddy? I want to make a tiddly wiki that my friends and family can post on. I want it to be something like tiddlyspot.com but I own the site. thanks, Luke --~--~-~--~~~---~--~~ You

[tw] Re: Customizing TidIDE

2009-08-27 Thread Eric Shulman
Is it possbile to customize the color of the buttons - new, remove, save, save as, open, run, preview - in the TidIDE Editor? Get the latest update (v1.8.4) to the plugin: http://www.TiddlyTools.com/#TidIDEPlugin This revision sets a CSS classname, 'tidIDEPanel', on the container element

[tw] Re: How to perform 'batch' functions on a list of tiddlernames?

2009-08-27 Thread Eric Shulman
I have a list of tiddlernames (with no common tag or fieldname) which I would like to be able to interact with - how do I do that? I have lists with tiddlertitles - and I would like to toggle tags or fieldnames/values on the tiddlers which they refer to. Let's start with a white-space

[tw] Re: link or popup from toolbar - howto

2009-08-27 Thread Eric Shulman
Often help is needed in the editTempate at the stage when a tiddler is being produced with specific tags from a custom newTiddler macro. A tiddler produced with a newTiddler tag:'foo' might need help specific for that class of tiddler. The 'context sensitive with fallback'  is working well.

[tw] Re: 1. Javascript error message (in error) 2. New Projects in Get Team Tasks

2009-08-27 Thread FND
I'm testing several flavors of TW - both for personal use - and hoping to find the flavor most adaptable for community-based disaster-risk- management/response organizations. Sounds interesting! 1.in several TW flavors/variants - I get a Javascript error (file failed to save) at the same

[tw] Re: How to delete a post when using DisscussionPlugin + CommentPlugin?

2009-08-27 Thread katla
Great! It works fine now, thank you very much for your help! On 27 Aug, 09:35, Eric Shulman elsdes...@gmail.com wrote: I use DiscussionPlugin and CommentPlugin together, everything works fine except that I can´t find out how to delete posted items? I found them in edit mode when just using

[tw] Re: A few projects I have been working on

2009-08-27 Thread Måns
Great work! I like your intense orange theme - You ought to share it on tiddlythemes!! It takes some time to look into the taskmanagement - and I look forward to find out how it works. Thank you for sharing. YS Måns Mårtensson On 26 Aug., 04:36, Mike eris...@gmail.com wrote: In my spare time I

[tw] Re: Problem installing CollapseTiddlersPlugin

2009-08-27 Thread MikeS
Hate to bump my own post, but I think I asked good questions that others would find helpful to understand. Of course, what I think are good questions may be different from what the experts think are good questions... :-) On Aug 25, 9:51 am, MikeS xpct...@gmail.com wrote: that was my hunch, as

[tw] TinyChat

2009-08-27 Thread Alex Hough
Normally I tend to visit tiddlytools from a link from the group. I browsed acorss this today [1] - an embeded chatroom. I think its a great think to put in a wiki. Alex http://www.tiddlytools.com/#TinyChat --~--~-~--~~~---~--~~ You received this message

[tw] Re: link or popup from toolbar - howto

2009-08-27 Thread wolfgang
Hi Eric, An other way would be with Eric's CoreTweak, which allows to transclude custom commands or popups to the edit toolbar. Try this: span class='toolbar' macro='tiddler ShowPopup with: {{ var helptitle=Help; var title=story.findContainingTiddler(place).getAttribute

[tw] Re: Problem installing CollapseTiddlersPlugin

2009-08-27 Thread wolfgang
Hi Mike, So if I want to tweak something (like the definition of ViewToolbar) that is being defined in the [[MPTWTheme]], I would have to edit that tiddler. But if I upgrade the MPTW distribution (per instructions here:http://mptw.tiddlyspot.com/#Download), I will lose any edits I made to

[tw] Re: Ten year diary

2009-08-27 Thread POK
Hi and thanks for the tip. It is exactly what I meant, the way you described it. I just hoped that someone else had done it so I woulldn't have to do it myself ;) /POK --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[tw] Re: How to perform 'batch' functions on a list of tiddlernames?

2009-08-27 Thread Eric Shulman
For not having this script invoked every time you open this tiddler, simply place it in a slider, for example NestedSliders: +++ script    var titles=store.getTiddlerText(SomeList).readBracketedList();    for (var i=0; ititles.length; i++)      

[tw] Re: How to perform 'batch' functions on a list of tiddlernames?

2009-08-27 Thread Måns
Allright I think I understand - the script needs the tiddler to be called SomeList Could this be made generic? So I can use my newly created button on any tiddler in which it is present? YS Måns Mårtensson On 28 Aug., 00:03, Måns humam...@gmail.com wrote: Thanks a lot for reminding me of

[tw] Re: How to perform 'batch' functions on a list of tiddlernames?

2009-08-27 Thread Eric Shulman
I've written this in a tiddler called ListeMakro: script label=ListT    var titles=store.getTiddlerText(SomeList).readBracketedList();    for (var i=0; ititles.length; i++) store.setTiddlerTag(titles [i],'tagName',true); // true=set, false=clear /script and put in a custom viewtemplate

[tw] Re: Ten year diary

2009-08-27 Thread AlanBCohen
POK, Feel free to use it! --~--~-~--~~~---~--~~ 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

[tw] Re: How to perform 'batch' functions on a list of tiddlernames?

2009-08-27 Thread Måns
Thanks a lot for reminding me of how to make the script usable as a clickable button - and the lazy slider solved some other problems I've had with mediacontent, which started to early in IE .. - But I've written this in a tiddler called ListeMakro: script label=ListT var

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

2009-08-27 Thread cmari
Or, you could take advantage of the onClickAfter powers of the CheckboxPlugin (http://www.tiddlytools.com/##CheckboxPlugin). For example, if you also have the HideWhenPlugin (http:// mptw.tiddlyspot.com/#HideWhenPlugin), you could put something like this in your ViewTemplate: span

[tw] Re: How to perform 'batch' functions on a list of tiddlernames?

2009-08-27 Thread Eric Shulman
I changed 'Tagname' to HoldListeBilleder and all bracketed tiddlertitles were added the tag: true After this operation I lost the ability to save the TW and I had to restart... I dont get it ... eek! I goofed... I got the order of the parameters reversed... Instead of: