[tw] Vertical Text

2009-11-11 Thread Tobias - http://tbGTD.tiddlyspot.com

Hi everone,

Can anyone explain how TiddlyPocketBook achieves the vertical text-
layout using the 'PrintTheme'?
Is that just working for chrome?

Tobias.
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: FramedLinks and TiddlersBar plugins

2009-11-10 Thread Tobias - http://tbGTD.tiddlyspot.com

Ok Morris,

...let's see if we can get into the fixing business.

However, I am not sure, what actually needs fixing. What is the exact
issue with TiddlersBar that it needs special treatment as to core
functions?

I understand that tiddlers won't open correctly if someone disables
TiddlersBar ...as I have removed that line.

Personally, I do not consider this too much of a problem as I'll never
use it's disabling functionality, but rather set a temporary
systemConfigDisable on it. As for tbGTD, permanently disabling it
would be a completely different GUI-approach ...and - right now - I am
not so much inclined to even consider that... may others do so ;-)

Tobias.
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: FramedLinks and TiddlersBar plugins

2009-11-09 Thread Tobias - http://tbGTD.tiddlyspot.com

Hi again

Now I see... it's not Tiddlersbar that jumps ...its the whole
display ...sometimes it takes a while. I know that one and I sureley
am glad to see you have a fix Morris. That's great!

Tobias.
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: FramedLinks and TiddlersBar plugins

2009-11-09 Thread Tobias - http://tbGTD.tiddlyspot.com

Hi Morris,

I compared your code to mine and other than my own changes I can't see
any difference... and thus still get the jumping to top of popups. Are
you sure you sent the right link?

Tobias.
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: FramedLinks and TiddlersBar plugins

2009-11-09 Thread Tobias - http://tbGTD.tiddlyspot.com

Well, I just removed

ensureVisible=function (e) {return 0} //disable bottom scrolling (not
useful now)

...from TiddlersBatPlugin.

And now, there is no more jumping to top.
Instead, there is 'ensuring of visibility'.
Dunno if removing that line broke anything.
So far it doesn't seem to have.

Tobias.
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: three star ratings in RatingsMacro and rating Summary

2009-11-08 Thread Tobias - http://tbGTD.tiddlyspot.com

Anyone who has an understanding of (language.specific?!?) Unicode-
related problems... please check this out and see if you can help out.
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: three star ratings in RatingsMacro and rating Summary

2009-11-08 Thread Tobias - http://tbGTD.tiddlyspot.com

Hi Alex,

Well, the results aren't really sent anywhere. Instead the tiddler
(transcluded or not) that fiddle with rating information like
RatingSummary are being 'refreshed' (update their contents). This is
what the 'update' function in RatingMacro is for and 'refresh' sure
would have been a more appropriate name for it. It loops over all
those tiddlers which you specified for being updated (aka 'refreshed')
which I stored in the 'rel' attribute of the rating wrapper. Somewhere
in the loop it does just the following:

story.refreshTiddler(tids[i],null,true);
refreshDisplay(tids[i]);

...which I assume doesn't work with TiddlersBar as for now, since all
tiddlers except the currently visible are 'display:none' and therefore
presumably skipped by the core 'refresh' handler. So I am not sure if
this is something the core could be amenable to or whether TiddlersBar
requires some more tinkering with.

Anyone around with a more indepth understanding of the process or an
idea on how to refresh hidden content?


Tobias.
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: three star ratings in RatingsMacro and rating Summary

2009-11-07 Thread Tobias - http://tbGTD.tiddlyspot.com

Hi Mans. What about chrome?

For me it looks like this in chrome:
http://bit.ly/406yAn

and like this in ie7 (Avant Browser using ie7 rendering engine):
http://bit.ly/1jJcg4

Is that a charset-problem of your localisation of chrome? I have no
idea. However I have replaced the star in the code with its  unicode
counterpart, maybe that solved it for you. Please, try again... and
also note that you can replace the star with any other character that
works for you.

Last but not least, there also is an image version of it... though not
working in ie as that doesn't allow for embedded images using
'data'... http://bit.ly/1yyHtD
...however you could replace those with valid image paths.


Tobias.
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: three star ratings in RatingsMacro and rating Summary

2009-11-07 Thread Tobias - http://tbGTD.tiddlyspot.com

Hi Alex

As far as I can observe, this has nothing to do with naming of
tiddlers. It's not even a problem in Rating-Macro but rather in how
Tiddlersbar is hiding tiddlers from display, and them not receiving
the refresh events on updates. I have found that to be an issue with
it as well... and added in one of my tiddlywikis a refresh to the
tiddler every time I click on a tab... though honestly, that's not
what I want! However doing so may cause problems if the tiddler was in
edit mode... then TiddlersBar might not be able to access it as it
can't refresh a tiddler in edit mode.

Right now I am lacking the knowledge of how to get around this. Anyone
has a clue? Eric? ;-)

Tobias.
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Breadcrumbs and Table of Contents plugin

2009-11-07 Thread Tobias - http://tbGTD.tiddlyspot.com

That sounds like a really neat idea! 1 vote up.

Tobias.
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: FramedLinks and TiddlersBar plugins

2009-11-07 Thread Tobias - http://tbGTD.tiddlyspot.com

Show us a 'Minimal Test Case'...

I, for one, can't even guess what this looks like for you.

Tobias.
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] tbGTD now with tagger² and x-plore

2009-11-04 Thread Tobias - http://tbGTD.tiddlyspot.com

Hi everyone,

Instead of explaining for hours, just check out the toolbar...
And don't think that you already know tagger.
This stuff will go into Version 1.2 of tbGTD.


Will he ever stop? ...someday, surely.

;-) Tobias.
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: TinyChat TwitterTabs

2009-11-04 Thread Tobias - http://tbGTD.tiddlyspot.com

Wow Skye,

I really like your document... it's got quite a nice appeal to it.
Keep it up!

Tobias.
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] x-tab ...a crosstable for tags

2009-11-02 Thread Tobias - http://tbGTD.tiddlyspot.com

Hi everyone,

Within my GTD efforts I had the idea for something which might turn
out quite useful for other projects as well. So, here is x-tab... an
interface allowing you to display crosstables for tags.

http://tbgtd.tiddlyspot.com/#[[here%20comes%20x-tab]]
http://bit.ly/1HvShY

In fact, you can use it in your own TiddlyWiki without tbGTD around
it, though it requires some understanding as to what you're doing and
minor tweaking. Let me know what you think, and above all... any
further use-cases you envision having looked at it.


Enjoy,
Tobias.
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: introducing quick-add to tbGTD

2009-11-02 Thread Tobias - http://tbGTD.tiddlyspot.com

Hi Shavinder...

Thanks again for the flowers. It's a great pleasure for me to do this
stuff... and I guess that's one reson why it turned out to be what it
is now. Also, check out x-tabs...
http://groups.google.com/group/tiddlywiki/browse_thread/thread/1b7907cb0b568f27

Tobias.
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: x-tab ...a crosstable for tags

2009-11-02 Thread Tobias - http://tbGTD.tiddlyspot.com

Hi Eric,

Yep, I remember that one... How does it relate to GridPlugin, that
comes along with those nice editiing features which I really like? For
my grid I was tempted to fiddle my way through the mud by myself to
get to the kind of adjustable interface I wanted, with dropdown
selects and valuable preset options.

Tobias.


On 2 Nov., 20:40, Eric Shulman elsdes...@gmail.com wrote:
  Within my GTD efforts I had the idea for something which might turn
  out quite useful for other projects as well. So, here is x-tab... an
  interface allowing you to display crosstables for tags.

 You may also want to check out:
    http://www.TiddlyTools.com/#TagGridPlugin
    http://www.TiddlyTools.com/#TagGridPluginInfo

 -e
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: A single click deletion of a list of tiddlers.

2009-11-01 Thread Tobias - http://tbGTD.tiddlyspot.com

Thanks Morris and Alex for the nice feedback,
that's a good starter for today.  ;-)

Tobias.


On 1 Nov., 03:14, Morris Gray msg...@symbex.net.au wrote:
 On Nov 1, 11:04 am, Tobias -http://tbGTD.tiddlyspot.com;

 beertob...@googlemail.com wrote:
  I am using a transclusion to clean up my tbGTD for releasing. Simply
  edit the sections with which it starts to reflect your needs by adding
  one tiddler title per line...

 Hi Tobias,

 Thank you, that will do very nicely for my application.

 It is also a good demonstration of what can be done with a
 tranclusion.

 While I am at it you deserve accolades for tbGTD.  It is very
 professional, well laid out and ergonomically efficient, as well as
 being very attractive.

 Well done and thanks again,

 Morris

 On Nov 1, 11:04 am, Tobias -http://tbGTD.tiddlyspot.com;

 beertob...@googlemail.com wrote:
  Hi Morris,

  I am using a transclusion to clean up my tbGTD for releasing. Simply
  edit the sections with which it starts to reflect your needs by adding
  one tiddler title per line...

 http://tbgtd.tiddlyspot.com/#clean

  Note, you will be asked to confirm all items before deletion.

  These are the sections:
  !these
  ...deletes all tiddlers listed in that section
  !tagged
  ...deletes all those tagging to tiddlers in that section
  !keep
  ...does not delete any listed here

  If you want to change the content displayed in the actual tiddler...
  edit the very bottom of it.

  Hope that helps  good luck,

  Tobias.
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] introducing quick-add to tbGTD

2009-11-01 Thread Tobias - http://tbGTD.tiddlyspot.com

Hi everyone,

As always, it was a pleasure to see things working out nicely when you
going for a desired vision. To cut the babbling short, tbGTD now has a
neat quick-add feature. Go, check it out...

http://tbgtd.tiddlyspot.com/#[[new%20features%20in%20quick-notes]]

Do not hesitate to even suggest improvments or complain on any bugs or
failures you may find... ;-)

Tobias.
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: A single click deletion of a list of tiddlers.

2009-10-31 Thread Tobias - http://tbGTD.tiddlyspot.com

Hi Morris,

I am using a transclusion to clean up my tbGTD for releasing. Simply
edit the sections with which it starts to reflect your needs by adding
one tiddler title per line...

http://tbgtd.tiddlyspot.com/#clean

Note, you will be asked to confirm all items before deletion.

These are the sections:
!these
...deletes all tiddlers listed in that section
!tagged
...deletes all those tagging to tiddlers in that section
!keep
...does not delete any listed here

If you want to change the content displayed in the actual tiddler...
edit the very bottom of it.


Hope that helps  good luck,

Tobias.
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Tabke of Contents including Wikiwords in Headings?

2009-10-31 Thread Tobias - http://tbGTD.tiddlyspot.com

Hi Andrew,

In my version of DcTableOfContentsPlugin WikiLinks seem to be
removed ...can't remember if I added that.
http://lastfm.tiddlyspot.com/#DcTableOfContentsPlugin

Maybe that helps...

Tobias.
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] manipulating the dom using jQuery

2009-10-30 Thread Tobias - http://tbGTD.tiddlyspot.com

Hi jk,

May I suggest you moved on and consider any of [1], e.g.:

jQuery(someDomNode).append('pHello world/p');

jQuery(.someCssClass).append('pHello world/p');
- adds to all of this class

jQuery(.someCssClass:first).append('pHello world/p');
- adds to first element of this class

jQuery(#someId).append('pHello world/p');
- adds to element with that id


[1]http://docs.jquery.com/Core

Tobias.


jk wrote:
 fair enough, but the one-liner version still does not work correctly.
 if I don't capture the createElement method first in a variable, it
 will append the only the text to the body.
 compare the difference:

 http://jksjs.s3.amazonaws.com/ce1.html and
 http://jksjs.s3.amazonaws.com/ce2.html
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: How to insert a char '|' in the URL of [img[http://xxx]]

2009-10-30 Thread Tobias - http://tbGTD.tiddlyspot.com

Hi FND,

On 30 Okt., 16:11, FND f...@gmx.net wrote:
  1) Are there any core-code functions to URL-Encode?

 There are, in fact, native JavaScript functions:
  http://xkr.us/articles/javascript/encode-compare/

Thanks for the pointers... I should've figured that myself. Well,
loads of trees, but at times still not seeing the forest.

On 30 Okt., 16:11, FND f...@gmx.net wrote:
  2) Shouldn't the core code's regex take only care of the first '|' and
  ignore all the others, so that...
  [img[my title|http://server.com/getImg.php?a|b|c]]
  would still work?

 What if you wanted a pipe character in the link label instead?
 It might be worth raising a ticket for this though, as it seems neither
 behavior is well defined at the moment.

 -- F.

Good point... as for the label, I don't see how that could be achieved
other than through some sort of escaping à la \|, which could work as
backslashes neither are your usual friends in image labels, nor
initiating some sort of server request... so could backslashes then be
your usual escape character for [img[... or simply [[link\-\l\a\b\e\l
\!|http://to.some.where.net/a|b|c]] ?

Tobias.
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Howto - get Tiddlers tagged with a custom field value

2009-10-29 Thread Tobias - http://tbGTD.tiddlyspot.com

Hi Alex,

Let me try to get a hold on what you suggest/do...

You use abstract names in field-values that relate to certain tiddlers
(pathologies). Programatically you somnehow retrieve them later by
saying something like:

foreach(tid){
  if(store.getValue(tid,'pathologies').readBracketedList().containsAny
(['P1','P3']))
doThis();
}

...to find matches for certain pathologies or just use the inner code
to display specific content for specific pathologies.

Do I understand right, that the relation between those specific
pathology-tiddlers and certain questionaire tiddlers is fixed and that
if you would have to change it, you would do so by editing your
special-field values... and that you somewhat programatically assign
those p1..x to your questionaire-tiddlers depending on the given
answer.

So, I infer that you only refer to those tiddlers programatically and
not in any tiddler text, because then you still have your name-change
problem for which there currently seems to be no plugin that
automagically updates references to otherwise no-longer existing
tiddlers.

So finally, you didn't want those P1..x to show up in the interface
(as tags), thus reduce complexity for your users by not cluttering
their experience with close-to-anonymous shorthand tags.

I like that questionare-answer scenario, it's kind of a powerful
usecase... though your's seems rather special (for now ;-), nontheless
interesting!

Tobias.


On 29 Okt., 12:05, Alex Hough r.a.ho...@googlemail.com wrote:
 Tobias

 I take your point about my XXL-MTC. FND has brought this to my attention on
 my blog post homage[1] to the MTC.
 I am revamping an earlier version of a project prototype [2]

 Below is the most is another XXL sized text answering your question - What's
 your idea behind this kind of field-tagging? I've described the whole
 project for context

 Summary
 The idea is to save work in the long run on a group project which requires
 flexibility. The project is a questionnaire to diagnose organisational
 problems. There are Question tidders and Pathology tiddlers. The Question
 tiddlers have two fields which contain Pathologies as either primary or
 secondary pathologies.

 The idea behind field-tagging is to make it easier to change the titles of
 the pathologies.

 Description of Problem
 ---
 There are 20 'pathologies' which are patterns of organisational behavior,
 each is stored as a tiddler. These are written by the group, and their
 titles as well as the text of the pathologies are subject to change. They
 have titles like 'Bricks without Straw' , 'Control Dilemma' and 'Death
 Spiral', and have sections - 'Description' , 'Systemic effect', 'Potential
 ways forward' - each written in layman's language but based on systems
 theory.

 These pathologies have tags: P1, P2, P3 [...] P20. Why? Flexibility is
 needed in the names of the pathologies as the group changes them. The titles
 are a mix of consultant slang, biblical reference and cybernetic jargon
 (Open Loops and Reverse Polarity) and now include some animals! - 'Stray
 Lambs', 'Giraffes'. but it is hoped that with use, their names will
 settle over time and with use.

 There are also 24 questions - Q1, Q2 [...] Q24 also composed by the group.
 A low score on each question triggers a pathology.
 The pathology can be either 'primary' or 'secondary' so I have settled on
 using two custom fields - 'primary' and 'secondary' - to hold the *tag* of
 the pathology in each question.
 In the previous version, I had the *title* of the pathologies in the custom
 field. This proved very difficult when changes were made to the pathology
 title. I would have change the fields in all the questions the pathology
 occurred.

 Why field tagging?
 ---

 If the field value is the *tag* of a pathology then all that would have to
 change would be the title of the pathology.

 I hope get the TW into a shape where any member of the development group can
 change the names of the pathologies themselves, without emailing Microsoft
 word files to me to cut and paste. If the tag-field relationship remains
 fixed then it will be easier for a group to change the name of the pathology
 in a TW.

 I've judged it too much to ask for development group members to change
 custom fields. Sections are already used in the pathology text - designed to
 be editable by group members. I don't want to display the relationship
 between question and pathology to the end user, and don't want to introduce
 hidden sections to the development group, or introduce the chance of typos.
 This is why I don't want to use sections to relate question to pathology in
 the pathologies.

 The questions are composed of different elements, the question (including
 transcluded values), a help text, a script and the score. I'd prefer to keep
 the pathologies out of sections in the question tiddlers too. It will be too
 confusing. I am trying to hide complexity away

 Furthermore, 

[tw] Re: How to insert a char '|' in the URL of [img[http://xxx]]

2009-10-29 Thread Tobias - http://tbGTD.tiddlyspot.com

Hi FND,

1) Are there any core-code functions to URL-Encode?
2) Shouldn't the core code's regex take only care of the first '|' and
ignore all the others, so that...
[img[my title|http://server.com/getImg.php?a|b|c]]
would still work?

Tobias.

On Oct 28, 3:12 am, Cook Schelling leeward@gmail.com wrote:
 Oh, thanks.

 On Oct 27, 8:38 pm, FND f...@gmx.net wrote:

   There will be a error for there are two characters '|' in the URL.

  You need to URL-encode* that character - i.e. replace it with %7C.

  -- F.

  *http://en.wikipedia.org/wiki/Percent-encoding
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Howto - get Tiddlers tagged with a custom field value

2009-10-29 Thread Tobias - http://tbGTD.tiddlyspot.com

Hi Eric,

So jquery provides 'map' as a prototype function for all arrays,
correct? Quite neat.

Tobias.
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Howto - get Tiddlers tagged with a custom field value

2009-10-29 Thread Tobias - http://tbGTD.tiddlyspot.com

Hi Eric,

I just thought because of... http://docs.jquery.com/Utilities/jQuery.map
So are these equivalent then?

Tobias.


Eric Shulman schrieb:
  So jquery provides 'map' as a prototype function for all arrays,
  correct? Quite neat.

 That's not JQuery... that's a TW core prototype function:

 Array.prototype.map = function(fn,thisObj)
 {
   var scope = thisObj || window;
   var a = [];
   for(var i=0, j=this.length; i  j; ++i) {
   a.push(fn.call(scope,this[i],i,this));
   }
   return a;
 };}


 -e
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Howto - get Tiddlers tagged with a custom field value

2009-10-29 Thread Tobias - http://tbGTD.tiddlyspot.com

Hi Eric,

I just thought because of... http://docs.jquery.com/Utilities/jQuery.map
So are these equivalent then?

Tobias.


Eric Shulman schrieb:
  So jquery provides 'map' as a prototype function for all arrays,
  correct? Quite neat.

 That's not JQuery... that's a TW core prototype function:

 Array.prototype.map = function(fn,thisObj)
 {
   var scope = thisObj || window;
   var a = [];
   for(var i=0, j=this.length; i  j; ++i) {
   a.push(fn.call(scope,this[i],i,this));
   }
   return a;
 };}


 -e
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Howto - get Tiddlers tagged with a custom field value

2009-10-28 Thread Tobias - http://tbGTD.tiddlyspot.com

Hi Alex,

A bit overwhelmed by your XXL-MTC ;-)
What's your idea behind this kind of field-tagging?

Tobias.
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Remove UploadLog from rss feed?

2009-10-27 Thread Tobias - http://tbGTD.tiddlyspot.com

You could as well put something like this into a 'zzConfig' ...a
tiddler tagged systemConfig running your prefered js instructions
(last) on startup.

config.options.chkUploadLog=false;
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: tbGTD

2009-10-26 Thread Tobias - http://tbGTD.tiddlyspot.com

On 26 Okt., 14:09, drsm st...@skmcbride.com wrote:
 Thanks Tobias! I just finished reading GTD, and your app comes at a
 perfect time.

 Steve

Great, I hope it'll be of use! By the way, for anyone interested,
there also is a GTD-TiddlyWiki discussion group...
http://groups.google.com/group/GTD-TiddlyWiki

Well, I haven't yet been active over there (ooops)
...but I guess I'm gonna (wanna ;-)

So, for completeness sake, I advise you to poke around:these as
well...
* MonkeyGTD
* DCubed (d3)
* GtdTiddlywiki

Some of them follow a more strict GTD approach
or want to automate every single step.
I intentionally did not want that,
but rather allow you and, above all, myself ...to:
*find stuff quickly
*be able to assign stuff quickly into where it belongs
*everything else is a matter of the right habits

...though some convienience tools might still be missing
*Simon's QuickAd for example
*my cycleTags
*???

Tobias.
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: tbGTD

2009-10-25 Thread Tobias - http://tbGTD.tiddlyspot.com

Hi all,

I created an empty tbGTD called v1.0 for download...
http://tinyurl.com/yz9c4dv

In case you find something  which I overlooked or which isn't working
quite right, please write a reply here or drop a line... 
http://tinyurl.com/ygtwfk7


Tobias.
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Has anybody done a flot plugin?

2009-10-25 Thread Tobias - http://tbGTD.tiddlyspot.com

Hi rouilj,

This looks quite nice. Just in case that you...
*don't want to care too much about the overhead
*can live without interactivity features
*can't wait for some plugin, but still want configurable charting
*were able to rely on some connectivity to the internet
then maybe this isn't such a bad alternative...
http://code.google.com/intl/en-en/apis/chart

Just try this for example...
[img[yep, it's a chart|http://chart.apis.google.com/chart?
chs=250x100chd=t:60,40cht=p3chl=Hello%7CWorld]]

Thanks to you, I have just written an article on it here:
http://tinyurl.com/yj25hxc

Tobias.
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: ShowReferences not working

2009-10-25 Thread Tobias - http://tbGTD.tiddlyspot.com

Can you upload a testcase so we can have a look at what may be wrong?

Tobias.
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: using variables when manipulating the dom

2009-10-24 Thread Tobias - http://tbGTD.tiddlyspot.com

You found it, right? If not, the problem is your very last newP.
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: tbGTD

2009-10-17 Thread Tobias - http://tbGTD.tiddlyspot.com

Hi Albert,

Thanks for the feedback!

 I found that when I imported all my Reminders that it seemed the desk
 script gave me problems. It appears that it has to read through all
 the reminders before filtering.  I ended up getting an unresponsive
 script. You can experience this yourself by simpling importing all
 the reminders (Holidays and all) from the Reminder plugin into the
 tbGTD.

I tried that myself and ...honestly, that is because those standard
examples are not well formulated. They are repetitive reminders
omitting an important piece of information... a leadtime, which
restricts the display of these for a given number of days in the
FUTURE.

My showReminders call in the desk tried to fetch all past reminders up
until 1 days ago and sure, that was a bit exaggerated :-)

Now, think about what that would do if weekly repetitive reminders are
to be displayed for that timeframe! I guess I will mod ReminderMacros,
so that such a behaviour is not possible by default, meaning... any
repetitive task will have a standard leadtime applied to it ...while
also suppressing that rather useless message of Couldn't find a match
for @@color(red):August 17th@@ in the next 14 days.. I changed the
timeframe anyways, so that reminders will only show up for at most 14
days into the past and 7 into the future (as for the desk). It looks
like reminders deserve much more attention, in terms of their own
category etc... I will look into that.


On 17 Okt., 15:41, albertd...@gmail.com albertd...@gmail.com
wrote:
 Also, for me at least with my poor eyesight, I would like to be able
 to change the theme to allow a lighter shade of black as when I look
 at the calendar, I can't make out the dates that have reminders.

As for the calendar, you can always change the colours in:
DatePlugin and / or CalendarPlugin

Well, I didn't yet pay too much attention to these colors, but I now
finetuned them to a better visual style, I guess.
(see for the updates).


If you want to change colors in general, let me suggest you use Eric's
PaletteMaker:
http://tiddlytools.com/#PaletteMaker

Once you have come up with a nice alternative palette (or discover
problems on your way) please post it here!


Regards,

Tobias.
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: tbGTD

2009-10-17 Thread Tobias - http://tbGTD.tiddlyspot.com

;-)

On 17 Okt., 09:56, shavinder shavinderpalsi...@gmail.com wrote:
 Toby you are unstoppable! Very cool app. Way to go!
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: SiteTitle Layout

2009-10-17 Thread Tobias - http://tbGTD.tiddlyspot.com

Of course there is,

Here is how it works :http://www.w3schools.com/css/css_background.asp

Therefore, put something like this into your StyleSheet:
.header{background:#fff url('path/to/my/img.png') repeat-x top left}

Tobias.
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: tbGTD

2009-10-17 Thread Tobias - http://tbGTD.tiddlyspot.com

Fixed...

On 17 Okt., 15:41, albertd...@gmail.com albertd...@gmail.com
wrote:
 Hi,
 I found that when I imported all my Reminders that it seemed the desk
 script gave me problems. It appears that it has to read through all
 the reminders before filtering.  I ended up getting an unresponsive
 script. You can experience this yourself by simpling importing all
 the reminders (Holidays and all) from the Reminder plugin into the
 tbGTD.

 Also, for me at least with my poor eyesight, I would like to be able
 to change the theme to allow a lighter shade of black as when I look
 at the calendar, I can't make out the dates that have reminders.

 Albert
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: ThemedTiddlerPlugin

2009-10-16 Thread Tobias - http://tbGTD.tiddlyspot.com

Hi Paul,

Short and sweet, I guess I'll use that right away.

Thanks!
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: style to override the header gradient?

2009-10-16 Thread Tobias - http://tbGTD.tiddlyspot.com

Hi jk and FND,

I agree with jk about certain aspects of design convolutedness.
Right now I am working on a flavour for which I stripped all
preconfigured design rules. I replaced the shadow-Stylesheets in the
file ...well knowing that I need to take care of that when upgrading.
Yet, I started completely from scratch (even using css-browser-reset
from yui). In terms of finding my own ways, that was a relief, I tell
you.

I think a good workaround that meets jk's needs (and mine too) were to
present at least two standard downloads for TiddlyWiki, the backwards-
compat' one and a basic design stripped of every single css
declaration from the core that is not essential (even indentation for
lists!), containing core css definitions to nullify any default
browser styles, presented as a basic TiddlyWiki ...so that those who
think they know better how to style it may do so without having to
consider any default unnessessary gradients, margins, paddings, fonts,
colors and what not... and that is not overriding, but rather starting
from (quite a different) scratch, which I would prefer big time (for
some use-cases).

Consider this: those basic downloads just differ in their pre-applied
shadow-StyleSheets... shouldn't that be rather simple to achieve?
Or... how about a never upgrade flag for certain shadow tiddlers?

Tobias.


On 16 Okt., 10:06, FND f...@gmx.net wrote:
  it's nice how tiddlywiki provides several measures of hackability, but
  when it comes down to it styling it is very difficult

 We're aware of these issues. Unfortunately, significant changes are
 often constrained by backwards-compatibility concerns, as a large number
 of themes, plugins and individual customizations rely on the current DOM
 structure and styling.

  I've been trying to design it from the inside-out to be more usable

 We'd love to hear any suggestions you might have.

  will I one day be able to rapidly construct a tiddlywiki using a
  pre-existing, modularized library of rich javascript functions? is
  tiddlywiki backporting some of its features to jQuery itself, rewriting
  some of its original features using jQuery, or both?

 We're definitely aiming to both take advantage of jQuery where sensible
 and extracting functionality into generic jQuery plugins:
      http://jquery.tiddlywiki.org
 Any contributions in that area would be most welcome (best discussed on
 the developers' list).

 -- 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 from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: ThemedTiddlerPlugin

2009-10-16 Thread Tobias - http://tbGTD.tiddlyspot.com

Hi Paul,

Just found TiddlyResume... as linked here:
http://whatfettle.com/2008/07/TaggedTemplatePlugin/

That is really neat! To cook any of these:
http://svn.tiddlywiki.org/Trunk/verticals/

...would I need a running tiddlyweb and import a certain folder from
svn?  ...or...
...are there some online-cooks that allow me to cook your stuff on the
fly?

Tobias.
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Widgets, cookies and twitter

2009-10-16 Thread Tobias - http://tbGTD.tiddlyspot.com

What's more, adding an extra selectbox with predefined list of twitter-
users shouldn't be too difficult to achieve, should it?

Tobias.
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Widgets, cookies and twitter

2009-10-16 Thread Tobias - http://tbGTD.tiddlyspot.com

Also, maybe this transclusion or the way it works may help you
along...
http://www.tiddlytools.com/#TwitterTabs

Tobias.
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Widgets, cookies and twitter

2009-10-16 Thread Tobias - http://tbGTD.tiddlyspot.com

Hi skye,

As I don't see how you're able to post tweets with the gadget you're
curently using, I guess you're looking for a different gadget then, am
I correct?

If that  is so, then I wouldn't know of any... bummer.

Tobias.
--~--~-~--~~~---~--~~
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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---