> This may sound really strange, but how do I delete the DefaultTiddlers
> shadow tiddler?
> I have selected it from More>Shadowed.
> Then I editted it and selected 'Delete', but it won't go away, even
> after saving my changes, and re-starting my TW.
> When I re-open my TW and look in the list of shadowed tiddlers - there
> it is!
Shadow tiddlers are *built-in* to the TW core. They can't be
deleted. But they *can* be overridden by creating a *real* tiddler
with the same name. If you subsequently delete that real tiddler,
then the shadow definition re-emerges and is applied. In this
particular use-case, the one-line of javascript code in
[[DefaultTiddlersTweak]]:
config.shadowTiddlers.DefaultTiddlers=new
Date().formatString("[[0DD-MMM-YYYY]]");
simply sets the content of the shadow definition, so that instead of
the hard-coded value ("GettingStarted"), it contains the current date.
Note: the date output above should to be enclosed in double-square
brackets so that it is an *explicit* TiddlyLink.... this is a small
change from the code I had previously posted, but might account for
the lack of success you are having.
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
-~----------~----~----~----~------~----~------~--~---