This site includes refactored and rewritten BidiX's extensions compatible with the new TiddlyWiki2.4.1. If you are searching for plugins for previous version of TiddlyWiki, have a look at http://TiddlyHost.bidix.info/BidXTW21/

Currently the available extensions are :

See Extension directory for a full list.

NEW:

UploadPlugin V 4.1.4 (2008-08-11) :
Using 404 instead of obsolete (in TW 2.4.1) httpStatus.NotFound.

Thanks Fred for figuring out and correcting the problem.


Enjoy UploadPlugin !

BidiX
I have extracted HistoryPlugin from iplugin.js, the external file containaing all plugins for iTW, in a stand alone plugin available at http://tiddlywiki.bidix.info/#HistoryPlugin

Enjoy HistoryPlugin
UploadTiddlerPlugin and storeTiddler.php"upload" or "save to web" a single tiddler by updating, inserting or deleting a single tiddler in a TiddlyWiki file located on the web.

Now UploadTiddlerPlugin and storeTiddler.php can rename a tiddler.

UploadTiddlerPlugin

  • is activated by chkUploadTiddler option:
  • uses txtUploadTiddlerStoreUrl:
  • override TiddlyWiki.prototype.saveTiddler and deleteTiddler core functions
  • uses the same options as UploadPlugin.
  • do an XmlHttpRequest POST to storeTiddler.php only with the corresponding tiddler in storeArea format.

storeTiddler.php

  • Username and password are checked
  • storeTiddler.php parses TiddlyWiki file
  • tiddler is updated, inserted or deleted in the tiddler array
  • optionally create and clean backup file
  • write updated TiddlyWiki file

UploadTiddlerPlugin and UploadPlugin

Paulo Soares reported some compatibility problems for UploadPlugin in IE 7 and Firefox 3 B3 : TiddlyWiki Google Group. Thanks Paulo.

This new minor revision should solve this.

Enjoy UploadPlugin !

BidiX

UploadPlugin V 4.1.3 (2008/02/24)
  • Small enhancement :
    • new config.macros.uploadOptions.options for UploadOptions extensions
UploadPlugin V 4.1.2 (2008/02/23)
  • Small corrections in :
    • config.macros.uploadOptions macro for IE7 compatibilty
    • bidix.upload.httpUpload function for FF 3 B3 compatibility
    • bidix.upload.uploadChanges function for Safari on iPhone compatibility
TiddlyHome is a package design as an infrastructure for multi-user and multi-site TiddlyWiki hosting service based on UploadPlugin.

TiddlyHome is in beta stage and uses TiddlyWiki 2.2.

More at http://TiddlyHome.bidix.info/