BidiXTW
Repository for BidiX's TiddlyWiki Extensions
UploadTiddler
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 file
chkUploadTiddlerFromFile 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
The paradigm of
UploadTiddlerPlugin
and
storeTiddler.php
is exactly the same as
UploadPlugin
and
store.php
No concurrency managed
Full compatible with
UploadPlugin
storeTiddler.php
can be use to remotly update a
TiddlyWiki
. storeTiddler.php
a GET to
storeTiddler.php
display a form to upload a tiddler in a
TiddlyWiki
Welcome
This site includes refactored and rewritten
BidiX
's extensions compatible with the new
TiddlyWiki
2.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 :
HistoryPlugin
: Limits to only one tiddler open. Manages an history stack and provides macro to navigate in this history.
UploadTiddler
: per tiddler
upload
and
save to web
extension full compatible with
UploadPlugin
UploadPlugin 4.1
: a refactored version of
UploadPlugin
with a Backstage entry.
RSSReaderPlugin
: an
RSSReader
for
TiddlyWiki
GenerateRssByTag
: only tiddlers tagged with a specific tag are added to the
RSSFeed
RSSReaderService
: Display an
RSSFeed
in one page
IsDirtyPlugin
: an indicator for saving. see
Need to be saved ?
ProxyService
: access a remote url even if
TiddlyWiki
is viewed over HTTP
DownloadService
: a script to download a
TiddlyWiki
in one click.
PasswordOptionPlugin
: that extends the core Options with a non encrypted password type
WebDAVSavingPlugin
: the "save to web" function without script
Not maintained : Use
SaqImtiaz
WebDavPlugin
See
Extension directory
for a full list.
NEW:
iTW 1.3.0 :
TiddlyWiki
for iPhone available at
http://itw.bidix.info/
UploadTiddlerPlugin
and
storeTiddler.php
for a per tiddler Upload. Full compatible with
UploadPlugin
RSS Feed
:
http://tiddlywiki.bidix.info/index.xml
News page
:
http://news.bidix.info/
For comments and suggestion feel free to email to
BidiX
.
UploadPlugin 4.1.4
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
HistoryPlugin extracted from iplugin.js
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
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/