> I wonder whether TiddlyWiki will work with Safari/ has anyone been successful?
Assuming you are putting your TW documents in
/Documents/TiddlyWiki
First, download and copy
http://www.tiddlywiki.com/TiddlySaver.jar and
place it in /Documents/TiddlyWiki
Then, in your user.home folder (typically /Users/YourName), put the
'.java.policy' file (note the exact name is important, and MUST start
with a ".")
This file should contain:
-------------
grant codeBase "file:${user.home}/Documents/TiddlyWiki/*"
{ permission java.io.FilePermission "${user.home}/Documents/
TiddlyWiki/*", "read,write"; };
----------------
Then... and this is VERY important... for the above .java.policy file
to take effect, you MUST make sure you completely close Safari... not
just close all the browser windows... actually EXIT from the
application.... and then restart it.
HTH,
-e
Eric Shulman
TiddlyTools / ELS Design Studios