Thanks Eric ... I did some experimenting too ... Results / Examples below.
On Jan 31, 1:29 am, Eric Shulman <[email protected]> wrote: > > tiddlywiki = new v2.4.3 plus the SectionLinksPlugin: v1.1.0 / Firefox v3. > > : > > - HOW can I jump to a new file with the tiddler: "misc test"?? > > The problem you described has *nothing* to do with SectionLinkPlugin, > and is simply an incorrect understanding of TiddlyWiki's URL > 'paramifier' syntax. > Thanks for the clarification. I searched the http://tiddlywiki.org/wiki, may be I just needed to look for the right thing. In looking at the explanation, does that mean I can't use the external parameters to jump to a heading? I put this into effect ... and did some experiments with the heading label (scrolling) and found some interesting and inconsistent behaviours. I am sure some of these results are (minor) bugs, and others need to be refractored to ensure the same inputs give consistent results. I apologise if I am making beginner mistakes on syntax. I began by pasting into the browser address bar to see what was "sensible" for the Open function. It is the TiddleWiki links and the outcomes when yuou click them that stirred my interest to see what was reliable and what should be avoided (or not implemented). Hope this helps. The earlier explanation certainly helped me out. Cheers, W. > Thus, your link attempt was *almost* correct, and simply needs the > addition of the encoded brackets in order for it to work as you > expect, like this: > > [[Notes - misc test|file:./notes.html#%5B%5Bmisc%20test%5D%5D]] Experiment base-line ----------------------------- Format like [[sandbox| file:./sandbox.html#open:%5B%5Bsandbox##four%5D%5D ]] [[sandbox| file:./sandbox.html#open:%5B%5Bsandbox%35%35four%5D%5D ]] To link to sandbox.html tiddleWiki, tiddler: sandbox, heading label "!four" Results: sandbox - misc test <javascript:;> 1. sandbox<file://///Wisdom/thumb/%7Ewhiteknowledge/wiki/sandbox.html#open:sandbox> uses :: file:./sandbox.html#open:sandbox <javascript:;> ... (works) 2. sandbox<file://///Wisdom/thumb/%7Ewhiteknowledge/wiki/sandbox.html#open:%5B%5Bsandbox%5D%5D> using :: file:./sandbox.html#open:%5B%5Bsandbox%5D%5D <javascript:;> ... (works) 3. sandbox - misc test<file://///Wisdom/thumb/%7Ewhiteknowledge/wiki/sandbox.html#open:%5B%5Bmisc%20test%5D%5D> using :: file:./sandbox.html#open:%5B%5Bmisc%20test%5D%5D ... Jump to opens "misc test" page (works) - *But* - same link file:./sandbox.html#open:%5B%5Bmisc%20test%5D%5D<javascript:;> ... scrolls to :: "file:./sandbox.html#open:[[misc test]]" ... (fail) - Not sure why identical URI-s <javascript:;> give a different result. _ _ _ _ 4. Comparing the relative URI-s below, with the result for a full path name I found that pasting the URI into the browser works as expected. Yet a wiki link like - file://c:/wiki/sandbox.html#open:sandbox open:%5B%5Bmisc%20test%35%35four%5D%5D <javascript:;> ... (fail) - With label :: Heading Four<file:///c:/wiki/sandbox.html#open:sandbox%20open:%5B%5Bmisc%20test%35%35four%5D%5D>(linked to: "[[file://c:/wiki/sandbox.html#open:sandbox open:%5B%5Bmisc%20test%35%35four%5D%5D]]" Opens TiddleWiki <javascript:;> :: "file://c:/wiki/sandbox.html#open:sandbox.html" and two tiddlers: * sandbox* (which is the default) and "misc test55four" ... (fail) - On the second, labelled, URI link, browser address bar is: ... "file://c:/wiki/sandbox.html#open:sandbox..html#open:sandbox open:[[misc test55four]]" (fail) - Parse problem? _ _ _ _ 5. sandbox - misc test - four <javascript:;> Scroll jumps to :: "file:./sandbox.html#open:sandbox open:[[misc test" ... (fail) = Stops parsing on the "*##*" (*%35*, see item 4 too) 1. file:./sandbox.html#open:sandbox open:%5B%5Bmisc%20test##four%5D%5D<javascript:;> scrolls to :: "file:./sandbox.html#open:sandbox open:[[misc test" ... (fail) 2. sandbox<file://///Wisdom/thumb/%7Ewhiteknowledge/wiki/sandbox.html#open:%5B%5Bsandbox%35%35four%5D%5D> file:./sandbox.html#open:%5B%5Bsandbox%35%35four%5D%5D <javascript:;> ... Scrolls to "file:./sandbox.html#open:[[sandbox55four]]" (fail —Parse bug) 3. file:./sandbox.html#open:%5B%5Bsandbox##four%5D%5D <javascript:;> ... Scrolls to :: "file:./sandbox.html#open:[[sandbox" (fail — Parse bug?) _ _ _ _ --[ end ]-- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

