[tw] Re: Autosave after added tag with cycleTag

2014-07-27 Thread magev958
Yay! That did the trick! Thanks :)

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Autosave after added tag with cycleTag

2014-07-26 Thread magev958
... in TWC of course. Or more precisly TiddlySpace

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Autosave after added tag with cycleTag

2014-07-26 Thread Eric Shulman
On Thursday, July 17, 2014 6:01:52 AM UTC-7, magev958 wrote:

 Hi, I'm trying to get cycleTag from 
 http://lastfm.tiddlyspot.com/#cycleTags to trigger a autoSave after a tag 
 is added but with no luck. Anyone have any idea or have manage to do it?


Open the [[cycleTags]] tiddler and edit the source.

Find this code syntax:
  story.refreshTiddler(...
It will occur TWO times in the script.  Immediately *before* each instance 
of this code, insert:
  autoSaveChanges();
That should do it.

Note: be sure to add comments and rename the tiddler so your modified 
version is easily distinguishable from the original tiddler.

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

YOUR DONATIONS ARE VERY IMPORTANT!
HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY TIP JAR...
   http://TiddlyTools.github.com/fundraising.html#MakeADonation

Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
   http://www.TiddlyTools.com/#Contact


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.