> <<redirect TWhttp://www.tiddlywiki.org>>
> <<redirect 'ISBN(\w+)\s'http://link-about-isbn-numbers.org/isbn=$1>>

You can do something similar, but with macro syntax, by installing
this plugin:
   http://www.TiddlyTools.com/#AliasPlugin

First, define the alias (embed in MainMenu or any other 'startup'
tiddler):
   <<alias TW "http://www.tiddlywiki.com";>>
Then, to use it, write:
   <<TW>>

You can also create alias that insert one or more parameters into the
output by using %0 through %9 as 'substitution markers'.  Thus, if you
define this alias:
   <<alias ISBN "http://link-about-isbn-numbers.org/isbn=%0";>>
you can write:
   <<ISBN 12345>>
to create a link to:
   http://link-about-isbn-numbers.org/isbn=12345

or, if you define the alias this way:
   <<alias ISBN "[[%1|http://link-about-isbn-numbers.org/isbn=%0]]";>>
you could write:
   <<ISBN 12345 "click me">>
which renders as if you had typed:
   [[click me|http://link-about-isbn-numbers.org/isbn=12345]]

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
--~--~---------~--~----~------------~-------~--~----~
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