> I recently came across PartTiddler Plugin to somewhat do this task. Is
> there another way to do this? I was hoping to be able to create a link
> that would open the Tiddler and bring it to a specific portion of it.

You can use TW's heading syntax (! through !!!!!) to define "sections"
within a tiddler, like this:

[[SomeTiddler]]
content
...
!heading1
...
!heading2
...
etc.

Each section is 'named' using the text of the heading, and continues
until either the next heading or the end of the tiddler.  To
transclude a specific section of one tiddler into another tiddler, use
the heading text like this:

<<tiddler [[SomeTiddler##heading1]]>>

Unfortunately, while the TW core allows you to transclude sections, it
doesn't currently support *links* that open and scroll to a given
section.

Fortunately, I've written a "core tweak" that extends the TW core's
link handling to recognize section names.  First, install this
tiddler:
   http://www.TiddlyTools.com/#CoreTweaks

Then, after saving-and-reloading (so the tweak can take effect), you
can use the following link syntax:
   [[SomeTiddler##heading1]]
or
   [[text to show|SomeTiddler##heading1]]

enjoy,
-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 [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