> It would be useful for me to know where to find these 'insides' of tiddlers.
> Is it time for me to start javascript now? It feel like it.. can you
> recommend a starting point to compliment my tiddly advantures?
The easiest way to find the 'insides' is to look at the TW file
source, using a plain text editor (e.g., windows: WordPad, mac:
TextEdit), and search for the desired user-visible text that is being
displayed in the running TW document.
In this case, searching for the message text:
"The tiddler '%0' doesn't yet exist"
finds several different places where this phrase is used. Among them
is
config.messages.undefinedTiddlerToolTip
enjoy,
-e