Hello,
I have two different tiddlywiki instances and I needed to link from
one note in the first instance to another note in the second instance.
The problem was that the title of the note was not a simple "WikiWord"
but instead was a "A Spaced Out Title". This causes the permalink to
become something like second.html#[[A Spaced Out Title]] which is
almost impossible to link to in the normal wiki syntax.
In other words,
[[This other note|second.html#[[A Spaced Out Title]]]]
doesn't get parsed correctly.
The only way I could link to the other note was:
<html> <a href="second.html#[[A Spaced Out Title]]">This other
note</a></html>
This method works, although I wanted to ask the experienced
TiddlyWikiers if there is a shorter way?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---