[tw] Re: Last Save Date macro?

2009-08-31 Thread MGT

Does anyone know how to get around this limitation to allow the saved
date to dynamically update, so that it would update with AutoSave or
when the saved button is pressed, and not just when the document is
reloaded?

Cheers,

Mark

On Aug 30, 10:38 pm, AlanBCohen  wrote:
> I also used Eric's Javascript in the top of my MainMenu.  Here are the
> first couple of lines:
> <>
> ''MainMenu''
> Last file update 

[tw] Re: Last Save Date macro?

2009-08-30 Thread AlanBCohen

I also used Eric's Javascript in the top of my MainMenu.  Here are the
first couple of lines:
<>
''MainMenu''
Last file update  return document.lastModified.toString(); 

The MainMenu line enables me to rapidly get to an edit by displaying
the title as a clickable link.  The only limitation I've found is that
the last update doesn't change (with AutoSave on)  until you reload
the TW file even if you have the AutoRefresh script in the tiddler.
(Not a big deal)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Last Save Date macro?

2009-08-30 Thread wolfgang

> Anybody know of a way to get the last save date as a macro?  I'd love
> to have that in my subtitle.
>

Also the little fileDate would show that:

http://knighjm.googlepages.com/knightnet-default-tw.html#fileDate

Regards..
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Last Save Date macro?

2009-08-25 Thread Mike Crowe

Eric, worked like a champ!  Many thanks!

On Aug 25, 9:57 am, Eric Shulman  wrote:
> > Anybody know of a way to get the last save date as a macro?  I'd love
> > to have that in my subtitle.
>
> Here's three different plugins that will do the job:
>
>    http://www.TiddlyTools.com/#DatePlugin
>    <>
>
>    http://www.TiddlyTools.com/#WikifyPlugin
>    <>
>
>    http://www.TiddlyTools.com/#InlineJavascriptPlugin
>     return document.lastModified.toString(); 
>
> or, if you want to avoid installing additional plugins:
>    * create a tiddler called [[ShowValue]] containing just
> "$1" (without quotes)
>    * <>
>
> 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 tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Last Save Date macro?

2009-08-25 Thread Eric Shulman

> Anybody know of a way to get the last save date as a macro?  I'd love
> to have that in my subtitle.

Here's three different plugins that will do the job:

   http://www.TiddlyTools.com/#DatePlugin
   <>

   http://www.TiddlyTools.com/#WikifyPlugin
   <>

   http://www.TiddlyTools.com/#InlineJavascriptPlugin
return document.lastModified.toString(); 

or, if you want to avoid installing additional plugins:
   * create a tiddler called [[ShowValue]] containing just
"$1" (without quotes)
   * <>

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 tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---