Hi All

The core has a function called saveFie (and also loadFile)..... it is used 
in various parts of the core and various plugins..... how can I use it 
directly???

Ideally I want to be able to do something like, backup some locally stored 
data (in case people clear the navigator history!!)...so - 
<script>
var contents=localStorage.getItem("diario");
var target="diario.txt";
var save=saveFile(target,conents);
</script>

How  can I get this to work?
Thanks
Skye

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/8L81yyWD0XcJ.
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.

Reply via email to