> I think Wikipedia effectively does the same but would go
> beyond this by making the Rachmaninoff tiddler auto-redirect to the
> Rachmaninov tiddler. But I'm not sure what I could do in TW.
I faced a similar problem when retiring an obsolete plugin on
TiddlyTools. When the core changed the theme switching architecture,
the [[SelectStylesheetPlugin]] was replaced by the completely re-
written [[SwitchThemePlugin]]. However, there's still lots of links
out on the web to the old tiddler, and I didn't want people to end up
getting a 'tiddler not found' error when following those links.
To address this, I left the old SelectStylesheetPlugin tiddler in
place, but changed the content of that tiddler to just present a short
message automatically redirect to the new tiddler after 10 seconds,
using this inline script:
http://www.TiddlyTools.com/#TimedTiddlerTour
like this:
---------------
{{small{You will be automatically redirected to [[SwitchThemePlugin]]
in <<tiddler TimedTiddlerTour with: SwitchThemePlugin 10 close>>
seconds}}}
---------------
Note: using a *timed* redirect is important... otherwise, as soon as
you load the tiddler, it would immediately send you to a different
tiddler, making it virtually impossible to edit the tiddler containing
the redirect.
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios