https://github.com/tiddlywiki/tiddlyfox
An extension for older versions of Mozilla Firefox to enable TiddlyWiki to save changes
https://github.com/tiddlywiki/tiddlyfox
Last synced: about 1 year ago
JSON representation
An extension for older versions of Mozilla Firefox to enable TiddlyWiki to save changes
- Host: GitHub
- URL: https://github.com/tiddlywiki/tiddlyfox
- Owner: TiddlyWiki
- Archived: true
- Created: 2012-10-01T16:20:48.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-06-05T12:09:26.000Z (about 9 years ago)
- Last Synced: 2025-03-01T11:22:33.759Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 3.49 MB
- Stars: 52
- Watchers: 23
- Forks: 24
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
TiddlyWiki for Firefox is an add-on that enables [http://tiddlywiki.com](TiddlyWiki) to save changes directly to the filing system.
If you are an end user then you don't need to use this repository; you should install the latest released version of TiddlyWiki for Firefox via the Mozilla Add-on library:
https://addons.mozilla.org/en-US/firefox/addon/tiddlyfox/
# Development Prerequisites
Install jpm as described in the Firefox Add-on SDK:
https://developer.mozilla.org/en-US/Add-ons/SDK/Tools/jpm
# Build Instructions
To debug TiddlyWiki for Firefox within a clean instance of Firefox:
```
cd {tiddlywiki for firefox directory}
jpm run
```
To use Firefox Developer Edition:
```
cd {tiddlywiki for firefox directory}
jpm run -b "/Applications/FirefoxDeveloperEdition.app/Contents/MacOS/firefox"
```
To build the TiddlyWiki for Firefox XPI file:
```
cd {tiddlywiki for firefox directory}
jpm xpi
```