> I have an example TiddlyWiki that uses the localadaptor, the easiesy
> way to get it is to use Saq's chef utility to build it from
> subversion. Just click on:
...like magic - or fast food!
Though this way it took me some time to realize that the
LocalFileAdaptorPlugin also needs the AdaptorCommandsPlugin and some
settings from the 'settings' tiddler. But finally also I could cook it
the traditional way myself. 8-) Thanks to this example file. I believe
a 'requires' slice in the plugin description table would make it
easier in this case.
So it's actually not converting data to and fro - it is much more an
automatic individual tiddler revision creation facility from the point
onward, these plugins are installed and changes are made. It even
saves the tiddler in the subfolder 'content' as soon as the 'done'
toolbar button is pushed! That is quite interesting. To find a way to
temporarily disable the creation of revised tiddlers - which rarely
would be needed for all tiddlers - I discovered that even while
temporarily disabling the Plugins the externalized tiddlers are still
recognized. Which for example the similar but manually externalizing
(via tags) ArchivePlugin by Jack isn't able to.
But that brings me to an other question about the BackupTiddlerPlugin,
which allegedly backs up tiddlers individually if chkAutoSave is set
and might be similar in its functions to LocalAdaptorPlugin, but never
worked for me. What other dependencies I could have overseen with
this?
Thanks again for your reply,
W.
http://svn.tiddlywiki.org/Trunk/contributors/MartinBudden/experimental/BackupTiddlerPlugin.js
http://svn.tiddlywiki.org/Trunk/contributors/MartinBudden/adaptors/LocalAdaptorPlugin.js
http://svn.tiddlywiki.org/Trunk/contributors/MartinBudden/adaptors/AdaptorCommandsPlugin.js
http://api.lewcid.org/chef/chef.cgi?recipe=http://svn.tiddlywiki.org/Trunk/contributors/MartinBudden/verticals/testTiddlerRevisions/TiddlerRevisions.html.recipe
On 21 Feb., 17:18, Martin Budden <
mjbud...@gmail.com> wrote:
> Wolfgang,
>
> what the local adaptor does is save tiddlers in individual file.
> Assume your tiddlywiki is at path/TiddlyFile.html then the tiddler
> "Home" will be saved in tiddler format at:
>
> path/content/Home.tiddler
>
> If you then edit that tiddler and save it, it will save the chaned
> version as above, and the previous version at:
>
> path/content/revisions/Home.1001.tiddler
>
> There is no specif ability to import plain text, but you can import
> from TiddlyWikis using import on the backstage bar in the normal way.
>
> I have an example TiddlyWiki that uses the localadaptor, the easiesy
> way to get it is to use Saq's chef utility to build it from
> subversion. Just click on:
>
>
http://api.lewcid.org/chef/chef.cgi?recipe=http://svn.tiddlywiki.org/...