Easy development setup:
-
Enable the Dashboard developer mode (so widgets can be displayed on the desktop). In a terminal window, run:
defaults write com.apple.dashboard devmode YES && killall Dock
-
git clone git://github.com/wikiwidget/wikipedia-widget.git
-
Double click the Wikipedia.wdgt bundle.
-
A 'Widget Installer' dialog box should pop up. Hold Command-Option, and the 'Install' button will change to 'Run'. Click it, and the Dashboard will activate, showing the widget.
-
Begin dragging the widget and, without lifting the mouse button, deactivate the Dashboard by pressing F12 (or whatever button you have assigned). The widget will escape from the dashboard.
-
Make some changes to the widget source code.
-
Click somewhere on the widget to activate it, then press Command-R. The widget will reload with your changes applied.
-
Repeat steps 6 and 7 until you're satisfied.
-
Send me a pull request on github or email me a patch ([email protected]).