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