YakovL / TiddlyFox

An extension for older versions of Mozilla Firefox to enable TiddlyWiki to save changes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

TiddlyWiki for Firefox is an add-on that enables http://tiddlywiki.com 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

About

An extension for older versions of Mozilla Firefox to enable TiddlyWiki to save changes


Languages

Language:JavaScript 95.0%Language:HTML 5.0%