On Thursday, March 27, 2014 5:47:23 PM UTC-7, Christopher Tso wrote: > > I have a tiddler called "Forms and Templates". > > How do I link directly from another website to the tiddler? I tried the > below but it just brings me to the main page. > http://localhost/#Forms%20and%20Templates > > If there are no spaces in the tiddler, e.g. linking to > http://localhost/#FormsAndTemplates, it works. >
When a specific tiddler is included in the URL, it is called a "permalink". If multiple, space-separated tiddler titles are included in the URL, it's called a "permaview". When the tiddler title includes spaces, then need to be encoded using "%20" (as you have already done). However, you also need to enclose the tiddler title in doubled square brackets so that TWC will treat the URL input as a single tiddler title. However, because the brackets are embedded in a link, they also need to be "URL encoded" using %5B and %5D, respectively. For example, here's a "permalink" to [[TiddlyWiki Browser Compatibility]]: http://classic.tiddlywiki.com/#%5B%5BTiddlyWiki%20Browser%20Compatibility%5D%5D 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/d/optout.

