Greetings.
Happy new February over the weekend. I'll outline my objective, and ask if
I can do something to change the results I'm getting. Also, at least one
"good point" about the effect I have now. I'm working with a blank sandbox
tiddlywiki = new v2.4.3 plus the SectionLinksPlugin: v1.1.0 / Firefox v3.
I'm new to Tiddling. So this is also my first "challenge" :-)
Thanks in advance.
Will
==================
Here's what I want to happen ...
- I want to link to a tiddler in a local file called "misc test" with a
space
- I coded the following URI:
- [[ Notes - misc test | file:./notes.html#misc%20test ]]
- Which works almost as well as I would like.
- I want it to open [[misc test]] in the notes.html file.
Problem / Outcome
- pasting URI in to the address bar, and
- clicking on the "Notes - misc test" link in a different TiddleWiki
file, ...
- Both produce the same result ...
- Open notes.html
URI: file:////note taking.html#misc%20test (windows)
- Open "misc" tiddler (which exists)
- Open prototype "test" tiddler, that "doesn't exist yet"
- I want it to only open the tiddler "misc test" (which exists), that
is indicated by the uri
- HOW can I jump to a new file with the tiddler: "misc test"??
- Does this indeed work the way I want? If So/Or if not ..
- Is there a syntax to use spaces hexadecimal (%20) didn't work,
manually or via a link
- Can we have something like wikipedia, where underscore(_) in URI-s
are 'seen' as spaces or underscores?
- Is there something like my underscore thing, that I haven't
discovered yet
- Plan B / Workaround(s) ...
1. Limit external jumps INTO to single word tiddlers.
- That seems to restrictive to me
- It will do if I have to.
2. Make a 'gateway' tiddler like a menu to jump to the real
destination
3. Make the multi-word tiddlers use underscores: misc_test
Good thing ..
- The link ... *notes.html#one two three*
- opens three tiddllers
- notes.html#*one*
- notes.html#*two*
- notes.html#*three*
- I like that really, it is like a mult-value URI say like a Ruby or C
assignment statement.
- I think it breaks the URI semantics (however); it probably needs to
be coded like a parameter string to be "legit".
_________
Plugin:
http://www.tiddlytools.com/#CoreTweaks #784
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---