Hi,
Can anyone see what I am doing wrong here?
I still do not see a default tiddler, containing my calendar entries
for today, when I open my TW.
Regards
Barry
On 20 Oct, 10:40, BarryS <[EMAIL PROTECTED]> wrote:
> Hi Eric,
>
> Thanks for all your patience on this one, but I still can't get it
> working.
> I have:
> - Copied and pasted your code into a real tiddler, called
> DefaultTiddlersTweak.
> - Given this new tiddler a tag of systemConfig.
> - Editted the tiddler called DefaultTiddlers, found in the 'All' tab,
> and deleted it (I guess this is the one you wanted me to delete).
> - Saved my TW, then closed it and re-opened it.
> However no default tiddler is displayed.
>
> It must be something I am (or am not) doing, but I don't know what
> that is.
> Is there a particular plugin that I should have, that maybe I am
> missing?
> BTW I am running TW v2.4.1
>
> Regards
> Barry
>
> On 17 Oct, 17:11, Eric Shulman <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > > 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
-~----------~----~----~----~------~----~------~--~---