On Oct 16, 5:23 pm, "Tobias - http://tbGTD.tiddlyspot.com" <[email protected]> wrote: > Hi Paul, > > Just found TiddlyResume... as linked > here:http://whatfettle.com/2008/07/TaggedTemplatePlugin/ > > That is really neat! To cook any of > these:http://svn.tiddlywiki.org/Trunk/verticals/ > > ...would I need a running tiddlyweb and import a certain folder from > svn?
If you checkout http://svn.tiddlywiki.org then you should just be able to run cook, but mostly subversion is for development, so unless you want to develop, I'd stick with the released versions: http://tiddlyresume.com http://tiddlypocketbook.com etc I tend to release my plugins, here: http://whatfettle.com/2008/07/ > ...or... > ...are there some online-cooks that allow me to cook your stuff on the > fly? Saq has a site called "chef" which used to do this nicely: http://chef.lewcid.org/ but doesn't seem to work anymore .. at least not for my recipes which depend on the $TW_ROOT variable, which may be the problem. Here's A quick start guide to using subversion on Unix/Cygwin shell: $ mkdir tiddlywiki $ cd tiddlywiki $ svn co svn.tiddlywiki.org/Trunk/ $ cd Trunk $ export TW_TRUNKDIR=$PWD $ PATH=$PATH:$TW_TRUNKDIR/tools/cooker/bash $ cd contributors/PaulDowney/plugins/FadingMessagesPlugin $ cook $ open index.html HTH -- Paul (psd) http://blog.whatfettle.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en -~----------~----~----~----~------~----~------~--~---

