I don't think there's a way to jump from a link in one tiddler tag to
a specific place in another tiddler. TiddlyWiki sees the # as a
permalink.  However you can jump from anchors within a tiddler itself
using HTML Anchor Tag and the Name Attribute

<html><hide linebreaks><UL>
<LI><a HREF="#xmas">Christmas Food</a></LI>
<LI><a HREF="#KFC">KFC</a></LI>
<LI><a HREF="#choc">Chocolate</a></LI>
</UL></html>

Then in the body of the tiddler, in the appropriate places, put the
Name
<html><A  NAME="KFC">''KFC''</A></html>
etc
<html><A NAME="choc">''chocolate!''</A></html>
etc
<html><A NAME="xmas">''Christmas Food''</A></html>

Of course I always use http://tiddlytools.com/#HTMLFormattingPlugin to
allow many HTML tricks in TiddlyWiki

A horizontal line (across a tiddler) is achieved with four hyphens
against the far left margin
----
And you can tweak its look with CSS in StyleSheet

.viewer hr {    border:0px;border-top: solid 1px #c06;  color: #c06;width:
100%;}

Morris Gray
http://twhelp.tiddlyspot.com
A TiddlyWiki help file for beginners
http://sidebarpluginvault.tiddlyspot.com
World's largest squeezable TW plugin database





On Nov 16, 10:40 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> Is it possible to link to a certain section of a tiddler? Like the
> content box in wikipedia.
>
> For example, if the main subject ishttp://en.wikipedia.org/wiki/Main,
> the link i click would behttp://en.wikipedia.org/wiki/Main#Subject,
> bringing me to the middle of the page.
>
> Is this possible on tiddlywiki?
--~--~---------~--~----~------------~-------~--~----~
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