On Thursday, February 27, 2014 7:02:50 PM UTC-8, Anton Aylward wrote: > > I want to create an 'index' for a a tiddler, That is a list of links to > the sections within the tiddler. > I've tried > > * [[##Section1]] > * [[##Section2]] > > !Section1 > > !Section2 > > and that doesn’t work. I've tried putting the name of the tiddler in > front of the "##". >
The TWCore doesn't support *intra-tiddler* linking (i.e,. linking to *section* of a tiddler). > I've tried just one "# because I can open tiddlywikis at a specific > tiddler using that. > That's the standard URL "query string" delimiter, and is used by TiddlyWiki to provide a "permalink" reference as part of the document URL. I hate to think of the syntax if I have a tiddler with a name that as > spaces in it and a section that has a name with spaces in it. > Just like this: [[Tiddler Name With Spaces##Section Name With Spaces]] So how to I get links to internal anchors? This is what you want: http://www.TiddlyTools.com/#SectionLinksPlugin It adds handling for intra-tiddler section links [[##sectionname]] (i.e., the current tiddler is implied) or inter-tiddler section links via [[TiddlerName##sectionname]]. The plugin also adds support for using <html><a name="..."></a></html> to create "invisible" anchor points so that you don't have to use TW wiki heading ("!text") syntax, which would be displayed. enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios YOUR DONATIONS ARE VERY IMPORTANT! HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"... http://TiddlyTools.github.com/fundraising.html#MakeADonation Professional TiddlyWiki Consulting Services... Analysis, Design, and Custom Solutions: http://www.TiddlyTools.com/#Contact -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/groups/opt_out.

