[tw] Re: Is there an option to ignore case when using [[ ]] linking?

2009-01-07 Thread Michael.Tarnowski
Hi Tim, have a look at http://tiddlytools.com/#LooseLinksPlugin Cheers Michael On Jan 5, 11:26 pm, Tim Jolly timjo...@gmail.com wrote: Subject says it all, pretty new to this and would like to ignore case when linking and naming tiddlers. --~--~-~--~~~---~--~~

mGTD, Problem with viewing Conatcs

2009-01-07 Thread Damian
If you view a Context in mGTD, it displays all of the actions from the Active projects. However, if you view a Contact, it displays all of the actions from Active and Someday/Maybe projects. Is there a way to make Contacts only show Active projects actions? Maybe both Contexts and Contacts

Re: mGTD Bugs

2009-01-07 Thread Damian
1) I'm maybe wrong, but your problem may be due to having a realm and an area with the exact same name. Are they both exactly that same? You may be able to fix things just by changing the case. i.e. I have a 'Personal' Realm and a 'personal' Area, and (so far) they seem to work fine together.

[tw] Re: How do I make a text string into a 'tab' so that I can 'Open all'?

2009-01-07 Thread bob
Hole in one Eric, thank you very much. All now implemented and it's looking good. On Tue, 2009-01-06 at 12:04 -0800, Eric Shulman wrote: I have made a simple table to clearly show all the tags and the tag count for each tab. I would like to 'Open all' directly from the table.

Changing many Realm tags

2009-01-07 Thread Damian
I have hundreds of projects and want to seperate them into different realms. Is there any way to make all of a projects actions change realm when the project its self changes realm? At the moment, I have to change the project realm, and then each individual actions realm. This seems to be

[tw] Re: How to remove the default texts at new tiddler creation ?

2009-01-07 Thread Alex Hough
Hello there altiplano I did this once. It might not be best TiddlyPractice 1. copy type the text for 2. Look at the TW code 3. press cmd / contol f and paste 4. you will see a section of code with type the text for - copy it and put it into a tiddler 5. change the text in the brackets to - in

[tw] mini tweak? edit prompt for mailto:youremail.co.uk

2009-01-07 Thread Alex Hough
I've just used mailto: to make a link. The mouse over says open an external link to email.co.uk' Would a minor tweak to TW be a good idea so that the prompt says send e-mail to.. ? Alex this is not causing me problems or anxiety. --~--~-~--~~~---~--~~ You

[tw] Re: How to remove the default texts at new tiddler creation ?

2009-01-07 Thread Eric Shulman
So all you do is add this to your configTweaks tiddler  merge(config.views.editor,{         tagPrompt: Type tags separated with spaces, [[use double square brackets]] if necessary, or add existing,         defaultText: '}); This can be simplfied to just one line in [[ConfigTweaks]]:

[tw] Re: How to remove the default texts at new tiddler creation ?

2009-01-07 Thread altiplano
Thank you. I guess changing likewise the following bit of code will result into blank new tiddler title (title: ,) : merge(config.macros.newTiddler,{ label: new tiddler, prompt: Create a new tiddler, title: New Tiddler, accessKey: N}); Anyway, be it best

Re: feature requests

2009-01-07 Thread jdunham
Re #1: It's known that it's not very easy to use subprojects. But if you projects are extremely hierarchical, maybe you should be using a real project management tool, which mGTD is not intended to be. If you look at a project, you should see all its owned taskes Re #2: I also have trouble with

Re: Changing many Realm tags

2009-01-07 Thread Stephanie Smith
I don't have a code snippet for this, but my suspicion is that the forEachTiddler function might be what you're looking for. On Wed, Jan 7, 2009 at 2:57 AM, Damian m...@daminator.com wrote: I have hundreds of projects and want to seperate them into different realms. Is there any way to make

[tw] Open tiddler in edit mode at the same location you double click in view mode

2009-01-07 Thread Mark
Here's the scenario... I have a lengthy tiddler and wish edit some line deep down in the tiddler. I double click on the line I wish to edit and would like the tiddler to open in edit mode with the cursor at the same line I double clicked on. Is this do-able? If so how?

[tw] Re: How Big Can A TiddyWiki Get?

2009-01-07 Thread Morris Gray
exactly the same title as above, however, it was dated 2005. Way back then there seemed to be a consensus that about 500kb was about big enough. I think an empty TW I about 320 K now. One of the most popular sites in constant use is TiddlyTools http://www.tiddlytools.com/ is running at

[tw] Re: How do I make a text string into a 'tab' so that I can 'Open all'?

2009-01-07 Thread bob
Hi again Eric I'm looking for the icing..., well ok the cherry on the top of the icing..alright, alright the sprinkle of frosting on the cherry..:) The solution is working well but the returned tiddlers are placed down the page with the focus ending at the bottom of the displayed tiddlers. The

[tw] Re: How Big Can A TiddyWiki Get?

2009-01-07 Thread Ken Girard
A big part of the speed of a TW opening is plugins, espcially ones that redraw things or continuosly keep looking for changes. Another is which browser you use. I can barely get TiddlyTools to function on IE6 until I get all the flashing stuff turned off, but have no problem with it at all using

[tw] Re: How Big Can A TiddyWiki Get?

2009-01-07 Thread FND
FWIW: http://www.tiddlywiki.org/wiki/Performance_Issues -- F. --~--~-~--~~~---~--~~ 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

[tw] delay of dates in newJournal text

2009-01-07 Thread Daniel
Hi, I am trying to optimize the new Journal button in the sidebar in such way that the date is included in the text, like in a blog. We modified the SideBarOptions tiddler to searchcloseAllpermaviewnewTiddlernewJournal DD MMM , 0hh:0mm:0ss journal text: {{'@@color(gray):' +new Date

[tw] Re: I'm new to TiddlyWiki.... and the Plugins are escaping me!

2009-01-07 Thread FND
See also: http://www.tiddlywiki.org/wiki/Plugins#Installation http://www.tiddlywiki.org/wiki/Importing HTH. -- F. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group,

[tw] Re: TagglyTagging - Main purpose and how to begin?

2009-01-07 Thread W_de
Thanks to those who answered. I installed TagglyTaggingPlugin (and all the other parts starting with TagglyTagging...), played around with it and tried to find the function of it. But I can't see what it does. I then also downloaded http://twt-notes.tiddlyspot.com/ and played around with it.

[tw] Re: Open tiddler in edit mode at the same location you double click in view mode

2009-01-07 Thread Eric Shulman
Here's the scenario... I have a lengthy tiddler and wish edit some line deep down in the tiddler. I double click on the line I wish to edit and would like the tiddler to open in edit mode with the cursor at the same line I double clicked on. Is this do-able? If so how? The problem is that

[tw] Re: TagglyTagging - Main purpose and how to begin?

2009-01-07 Thread Amzg
Maybe if you try out http://mptw.tiddlyspot.com/#Download i.e Mr.Bairds own version of TW, which in itself is very very nice and where taggly is included by default /Mat On Jan 7, 10:45 pm, W_de w...@gmx.net wrote: Thanks to those who answered. I installed TagglyTaggingPlugin (and all

[tw] Conditional formatting for tables

2009-01-07 Thread Carlos
Hello, I am posting a link to this as some people might find it useful. Using the forEachTiddler and the DataTiddler plugins, I have come up with a quick and dirty way to add conditional formatting to a table. Comments are welcomed.

[tw] Re: Group etiquette question

2009-01-07 Thread FND
Should I ask these questions in the group or in private e-mail to the developers? This group is fine - though the original developers might not follow the group, so you might have to notify them directly if there's no response after a few days. I assume I should ask the questions one at a

[tw] Re: mini tweak? edit prompt for mailto:youremail.co.uk

2009-01-07 Thread FND
Would a minor tweak to TW be a good idea so that the prompt says send e-mail to.. ? Try this simple plugin: var createExternalLink_orig = createExternalLink; window.createExternalLink = function(place, url) { var link = createExternalLink_orig.apply(this, arguments);

[tw] Re: Conditional formatting for tables

2009-01-07 Thread FND
Using the forEachTiddler and the DataTiddler plugins, I have come up with a quick and dirty way to add conditional formatting to a table. Looks interesting - thanks for sharing! FWIW, I'd created a ConditionalTableFormattingMacro a while ago:

[tw] Re: Conditional formatting for tables

2009-01-07 Thread Carlos
I don't, I'll put one together and post it tomorrow. On Jan 7, 11:42 pm, query jhtr...@hotmail.com wrote: Pensamiento, Thanks for showing how you use the coding for the conditional format. Do you have a link to a Tiddly where we could see it in action?

[tw] Re: Long list of tags - is there a way to put them in columns?

2009-01-07 Thread Morris Gray
I use this in StyleSheet to make the tags list scroll, change the max- height to suit. .popup { max-height:275px; min-height:auto; width: auto; overflow: auto; margin:auto; } Morris Gray http://twhelp.tiddlyspot.com A TiddlyWiki help file for beginners On Jan 8, 8:47 am, MJaffe

[tw] Re: TagglyTagging - Main purpose and how to begin?

2009-01-07 Thread W_de
Mat, I am beginning to get a glimpse of it! Finally! Maybe if you try out http://mptw.tiddlyspot.com/#Download i.e Mr.Bairds own version of TW, which in itself is very very nice and where taggly is included by default I followed your tip and now it worked. I finally could see

[tw] Re: Long list of tags - is there a way to put them in columns?

2009-01-07 Thread W_de
MJaffe, You may want to try this plugin: http://www.tiddlytools.com/#TagCloudPlugin It shows the tags as a cloud (well, several lines of horizontal text), displaying the tags in the size according to how many tiddlers are tagged with each of them. Greetings, W_de