If you could implement something like <<tiddler EmbedTiddlers with:
{{'='+tiddler.title}}>> (needed plugin:
http://www.TiddlyTools.com/#InlineJavascriptPlugin
and inline script: http://www.TiddlyTools.com/#EmbedTiddlers )
and the script could write that to a new tiddler titled with todays
date. Then you could put a "newHere" in the ToolBarCommands and every
tiddler you made from the newHerebutton - would show up in the
todaysdateTiddler...
I know I'm far far over my head here (and I can't produce any
javascriptcode myself )- but I think it sounds plausible...
YS Måns Mårtensson
On May 4, 10:30 am, Måns <[email protected]> wrote:
> Oh I forgot to provide the script:
>
> var title = new Date( );
> title = title.formatString("[[DD MMM YYYY]]");
> store.saveTiddler( "DefaultTiddlers", "DefaultTiddlers", title );
>
> I think that it maybe "takes over" the DefaultTiddlersTiddler - so it
> might not work with implementing more things to it anyway...
> If someone maybe could change the script so it could be used in
> defaulttiddlers as a link instead - then It might be more usable.
>
> YS Måns Mårtensson
>
> On May 4, 1:58 am, Morris Gray <[email protected]> wrote:
>
> > I was wondering if there is a way to get different DefaultTiddlers to
> > open depending on the current date. It would be automatic without
> > clicking on links but would always load with that day's agenda.
>
> > An example might be a travel itinerary that whenever you call up the
> > TiddlyWiki it would tell you where you are (or should be) with that
> > day's agenda, maps, appointments etc.
>
> > Has anyone done anything close to this?
>
> > Morris
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---