Blondie – Rapture (2010/07/27)

Tags: tiddlywiki

Sav­ing changes to Tid­dly­wiki using Webkit browsers

To be able to save changes under any browser (or app) that uses Webkit to Tid­dly­wiki:

Save this java file to the same direc­tory as the tid­dly­wiki file(s) (mine was /Sites/).

Then, cre­ate a new file con­tain­ing the fol­low­ing code (again, assum­ing your tid­dly­wiki 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 direc­tory (typ­i­cally ~/Users/YourName) and name it .java.policy

After all this is done, quit Safari. You should be able to save all changes now.

last year, at the end of April · & · tags → , ,
HOME

next (j) | prev (k) | page next (h) | page prev (l)