Assuming you're using a Unix OS:
* check out the Subversion repository:
http://svn.tiddlywiki.org
(this might take a while)
* create a wrapper script (e.g. ~/bin/ck):
#!/usr/bin/env sh
export TW_TRUNKDIR=$HOME/Dev/TiddlyWiki/svn.tiddlywiki.org
$TW_TRUNKDIR/tools/cooker/bash/ck $@
(adjust the path in the second line accordingly)
* run ck <filepath> <options>
If you run into any issues, let's discuss on the dev group:
http://groups.google.com/group/TiddlyWikiDev/
-- F.
--
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.