If it is for something you are going to publish online as a static, use html IDs before each section:
<span class="yourclass" id='yourID'>YourSectionHeader</span>
{{Your transcluded tiddler f}}
Then, create links to the section like this:
<a href='#yourID' class='tc-btn-invisible tc-tiddlylink' >Your section header</a>
Note that this won't work on your local file, only on statics, since TiddlyWiki tiddlers use the IDs. Someone else can chime in with other options, and I will be all ears.