[tw] Re: TW Notes: Master Topic not displaying subtopics

2008-12-24 Thread Eric Weir

On 12/24/2008 Morris Gray wrote:

>  Perhaps Eric can tell us what it was intended to do or is it just
>  redundant as I thought for there is already another 'label' in the
>  script.  I think it should be deleted from my master copy now, Eric?

I take the Eric referred to here is Eric S. Certainly I wouldn't have a 
clue. I just replaced "Topic" with "Using TW Notes" at every occurrence.

Regards,

Eric Weir
Decatur, GA  USA
eew...@bellsouth.net



--~--~-~--~~~---~--~~
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] Subject prefix [tw]

2008-12-24 Thread Morris Gray

I can't help but notice that Subject prefix [tw] has been added to
TiddlyWiki Group posts.

I can understand that people who subscribe to several Groups like the
Development group and only read the emails, might think it's handy to
have this subject prefix because of the similar subjects.

However those like myself who read all posts from the Google Groups
page find it annoying and confusing seeing line after line after line
of prefixes all the same. I've seen this happen in other Google Groups
where it was unanimously shouted down.

As far as distinguishing between different Groups in emails this
information is already contained in both the To: and Send reply to:
sections and should be sufficient for identifying which Group it is
from.  Most email clients have extensive rules that can be used to
manipulate email to do about anything you wish. And of course the
archiving of the posts from the different Groups need only be kept in
separate folders.

I wonder if anyone else reads the posts on the Google page and agrees
and/or what others think.

Morris




--~--~-~--~~~---~--~~
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: TW Notes: Master Topic not displaying subtopics

2008-12-24 Thread Eric Weir

On 12/24/2008 Eric Shulman wrote:

>  Try changing:
>
>  'tiddler.tags.contains("[[Using TW Notes]]")'
>
>  to
>
>  'tiddler.tags.contains("Using TW Notes")'

Thanks, Eric. And while I'm at it, blessings of the season to you. 
Especially because you are so cheery and generous all year round.

Sincerely,

Eric Weir
Decatur, GA  USA
eew...@bellsouth.net

--~--~-~--~~~---~--~~
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: TW Notes: Master Topic not displaying subtopics

2008-12-24 Thread Morris Gray

Hopefully Eric's answer helped you.  Thanks Eric.

> then
> carried through the renaming in the code of tiddler -- in four
> locations, not just three;

The fourth place you found is a label: which was in Dave's original
code.

...{{store.getTiddlerText("SliderFrame")}} label: 'New Master Topic'>>

After I set up the latest New Master Topic tiddler I realized it
didn't seem to do anything so I left it out of the instructions.  Then
I promptly forgot about it and of course you found it :-)

Perhaps Eric can tell us what it was intended to do or is it just
redundant as I thought for there is already another 'label' in the
script.  I think it should be deleted from my master copy now, Eric?

Morris




On Dec 25, 6:34 am, Eric Weir  wrote:
> Morris,
>
> I renamed the Topic tiddler in TW Notes to "Using TW Notes," and then
> carried through the renaming in the code of tiddler -- in four
> locations, not just three; see below -- in MainMenu, and the tagging of
> the original subtopics. However, the subtopics are not displaying in the
> menu. What have I done that I shouldn't have or failed to do what I
> should have?
>
>     {{bluey{[[Using TW
>     Notes]]}}}@@padding-left:0.5em;font-size:7pt;<     'Enter the name for your new sub-topic here' tag: '[[Using TW
>     Notes]]' label: 'subTopic | '  text:
>     {{store.getTiddlerText("SliderFrame")}} label: '[[Using TW
>     Notes]]'>>
>             story.forEachTiddler(function(t,e)
>     {story.refreshTiddler(t,null,true)});
>             refreshDisplay();
>             return false;
>     @@
>     <      where
>      'tiddler.tags.contains("[[Using TW Notes]]")'
>      script
>      '
>     function getFirstLine(s) {
>      var m = s.match(/\s*(.*)/);
>      return m != null && m.length >= 1 ? m[1] : "";
>      }
>      '
>     write
>      'getFirstLine(tiddler.text)'
>      >>
>
> Thanks,
> 
> Eric Weir
> Decatur, GA  USA
> eew...@bellsouth.net
--~--~-~--~~~---~--~~
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: TW Notes: Master Topic not displaying subtopics

2008-12-24 Thread Eric Shulman


Try changing:

 'tiddler.tags.contains("[[Using TW Notes]]")'

to

 'tiddler.tags.contains("Using TW Notes")'

HTH,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
--~--~-~--~~~---~--~~
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] TW Notes: Master Topic not displaying subtopics

2008-12-24 Thread Eric Weir

Morris,

I renamed the Topic tiddler in TW Notes to "Using TW Notes," and then 
carried through the renaming in the code of tiddler -- in four 
locations, not just three; see below -- in MainMenu, and the tagging of 
the original subtopics. However, the subtopics are not displaying in the 
menu. What have I done that I shouldn't have or failed to do what I 
should have?

{{bluey{[[Using TW
Notes]]}}}@@padding-left:0.5em;font-size:7pt;<>
story.forEachTiddler(function(t,e)
{story.refreshTiddler(t,null,true)});
refreshDisplay();
return false;
@@
<= 1 ? m[1] : "";
 }
 '
write
 'getFirstLine(tiddler.text)'
 >>

Thanks,

Eric Weir
Decatur, GA  USA
eew...@bellsouth.net

--~--~-~--~~~---~--~~
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: FadingMessagesPlugin

2008-12-24 Thread Eric Shulman

> 3) ... a text option input field to enter the desired display time before 
> fading the messages.

I see this is already included in the plugin:
   <>

However, the plugin always hard-codes this setting to 5 seconds, and
even if you change the value, the next time the document is loaded, it
will always revert to the hard-coded value.   Try this code instead:

if (config.options.txtFadingMessagesTimeout===undefined)
   config.options.txtFadingMessagesTimeout=5;

Also, perhaps a separate checkbox isn't needed: rather, one could just
set the fading timeout == 0 (or blank input) to indicate that no
fading is desired.

-e
Eric Shulman
TiddlyTools / ELS Design Studios
--~--~-~--~~~---~--~~
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: CopyTiddlerPlugin new mode?

2008-12-24 Thread Russ Thomas
Eric has kindly updated CopyTiddlerPlugin to 3.1.4 which addresses the
issues mentioned above.

Get the update (v3.1.4) here:
  
http://www.TiddlyTools.com/#CopyTiddlerPlugin

Big thanks to "-e"

R.

--~--~-~--~~~---~--~~
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: URIError?

2008-12-24 Thread FND

> URIError - malformed URI sequence.

I've come across this before:
 http://tinyurl.com/7xm4n8 
(http://groups.google.com/group/TiddlyWiki/browse_thread/thread/5d7f90e2fea5cb9c/879beb3ea8e51ba3#879beb3ea8e51ba3)

> This started just after a created a simple tiddler with just a line of
> text and a simple internal link.

Can you provide a test case* for us to analyze?


-- F.


* http://www.tiddlywiki.org/wiki/Troubleshooting

--~--~-~--~~~---~--~~
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: FadingMessagesPlugin

2008-12-24 Thread Russ Thomas
2008/12/24 Eric Shulman 

>
> >http://whatfettle.com/2008/07/FadingMessagesPlugin/
> > This removes the need to close displayed messages, by making them
> > automatically disappear after a short interval.
> > The FadingMessagesPlugin depends on another new plugin, the
> >http://whatfettle.com/2008/07/WikifiedMessagesPlugin/
> > which enables displayed messages to contain wikified content.
>
> Although ...


Yeah... what Eric said, :-D

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---