It's taken me all day to gather enough info from various posts to figure 
out a step by step guide to fix this. Being no developer, barely a 
tiddlyuser, I thought I would put this into a step by step guide for other 
dummies like me. I hope I didn't miss anything:

1. Place your tiddlywiki file where you want it to be saved or reside.

2. Open the tiddly in browser ( you will need the file location-URL)

3. Find Firefox file prefs.js file.

*NOTE: * You may have to change the "show hidden files" settings: Control 
Panel>Folder Options>View then mark "Show Hidden Files".
Navigate to:

C:\Users\Owner\AppData\Roaming\Mozilla\Firefox\Profiles\ixh2ch3k.default

4. Open prefs.js in notepad or other plain text editor.

5. Add the following lines at the end of the page.

user_pref("capability.principal.codebase.p0.granted", "UniversalXPConnect");
user_pref("capability.principal.codebase.p0.id", "*the location of your 
tiddly file as it appears in your firefox browser address bar*");
user_pref("capability.principal.codebase.p0.subjectName", "");

*Example:*

> user_pref("capability.principal.codebase.p0.granted", 
> "UniversalXPConnect");
> user_pref("capability.principal.codebase.p0.id", 
> "file:///C:/Users/Mary/Dropbox/Tiddlywiki/tiddly1.html");
> user_pref("capability.principal.codebase.p0.subjectName", "");
>
> 6. Save and close text editor.

7. Close Firefox and reopen.

Note: You will have to add this for each "tiddlywiki" you have. 

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywikidev/-/XruiwOcpQt4J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywikidev?hl=en.

Reply via email to