3 years ago, at the end of April · * · tags → fluid, safari, tiddlywikiSaving changes to Tiddlywiki using Webkit browsers
To be able to save changes under any browser (or app) that uses Webkit to Tiddlywiki:
Save this java file to the same directory as the tiddlywiki file(s) (mine was
/Sites/).Then, create a new file containing the following code (again, assuming your tiddlywiki files are on
/Sites/):
grant codeBase "file:${user.home}/Sites/*"
{ permission java.io.FilePermission "${user.home}/Sites/*", "read,write"; };
Save this file to your home directory (typically
~/Users/YourName) and name it .java.policyAfter all this is done, quit Safari. You should be able to save all changes now.




