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 <[email protected]> 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;<<newTiddler title:
>     'Enter the name for your new sub-topic here' tag: '[[Using TW
>     Notes]]' label: 'subTopic | '  text:
>     {{store.getTiddlerText("SliderFrame")}} label: '[[Using TW
>     Notes]]'>><script label="refresh">
>             story.forEachTiddler(function(t,e)
>     {story.refreshTiddler(t,null,true)});
>             refreshDisplay();
>             return false;
>     </script>@@
>     <<forEachTiddler
>      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
> [email protected]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to