Hi Mat > > How can I prevent/disable this jump to tiddler "foo"? >
The navigation is caused by changing the location hash portion of the URL. It raises an event which TiddlyWiki catches and then navigates to the tiddler specified in the location hash. It's not currently possible to disable that behaviour (doing so would disable permalinks/permaviews). Or preferably, is there more appropriate wikitext markup instead of html? > I don't think that the approach you are trying can be made to work properly alongside the existing permalink handling. There are other potential problems, too: it's hard to make an anchor ID unique if it is transcluded into more than one part of the display. One approach to adding intra-tiddler links would be to extend the existing TW navigation mechanism so that an anchor can be specified as well as the target tiddler. Then, rather than using HTML anchor tags and IDs to mark them, one would search through the tiddler widget tree to find the target. Thinking it through a little, the knock-on effects would be pretty horrendous. But as you know from earlier discussions, I'm not keen on diving deep on "intra-tiddler" features. The alternative way to achieve a similar objective is to restyle the tiddler story river so that tiddlers look more like slices, without a visible title. Then stack those tiddler slices up to make "compound" tiddlers, which would be topped and tailed with formatting to make it look like a tiddler. So, what might look like 3 conventional tiddlers on the screen might actually be a sequence of 14 tiddlers (all individually accessible via their title). Best wishes Jeremy > > <:-) > > -- > 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. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/8901d175-3fe2-405f-b47d-af5cefdab87e%40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywiki/8901d175-3fe2-405f-b47d-af5cefdab87e%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Jeremy Ruston mailto:[email protected] -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CAPKKYJamfU9b-Xh8UP5XEE_8odqWnCdrNvy%2B2vsRuvfVcQNY8g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

