> http://www.TiddlyTools.com/#SectionLinksPlugin
> enhances the <<tiddler>> macro parameter handling so that section
> references that omit the tiddler title (e.g., <<tiddler ##section>>)
> are handled by using story.findContainingTiddler() to get the current
> tiddler title.
Note: SectionLinksPlugin functionality WAS originally implemented as a
CoreTweak, and proposed for core inclusion. Unfortunately, after
extensive (and contentious) discussion in a conference call, it was
'rejected', primarily because it was already implemented in the
CoreTweaks plugin, and thus doesn't *need* to go into the core (Oh,
the irony!).
Once it was clear that this change would not be added to the core, I
created the separate SectionLinksPlugin and moved the original
CoreTweak code there, along with several other 'section link' related
features such as
* tiddler *links* that auto-scroll to sections within tiddler
content:
[[TiddlerName##section]]
* use of HTML anchors to create section link 'targets':
<html><a name="sectionname" /></html>
* a <<sectionTOC>> macro that auto-generates an outline-style
'table of contents' for all sections within a tiddler
enjoy,
-e
--
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.