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 is able to Upload a Tiddler even if TiddlyWiki is located on a local file.

UploadTiddlerPlugin

  • is activated by chkUploadTiddler option:
  • to be abe to Upload a Tiddler even if the TiddlyWiki is located on local filechkUploadTiddlerFromFile 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

This site includes refactored and rewritten BidiX's extensions compatible with the new TiddlyWiki2.3.0. 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
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/