On Dec 5, 7:33 pm, Jeremy Ruston <[email protected]> wrote:
> I am planning to revise the way that parameters are passed on the
> command line; see the note at the bottom of the readme file.
I did see the "Plans for new command line interface".

 ==== qoute from github ====
This example loads the tiddlers from a TiddlyWiki HTML file and makes
them available over HTTP:
# node tiddlywiki.js --load mywiki.html --serve 127.0.0.1:8000

This example cooks a TiddlyWiki from a recipe:
# node tiddlywiki.js --recipe tiddlywiki.com/index.recipe --savewiki
tmp/

This example ginsus a TiddlyWiki into its constituent tiddlers:
#node tiddlywiki.js --load mywiki.html --savetiddlers tmp/tiddlers

=======

I'm not sure, if the file name should be "tiddlywiki.js". It may be
confusing, to explain a newbee, what tiddlywiki.com, tiddlywiki.org,
tiddywiki-com.tiddlyspace.com, tiddlywiki.js .... is. imo it should be
a shorter name.js for less typos.

I understand, that --load is used for *.html files.  --recipes is used
to load a recipe file.

Is it possible to have a "build and serve" in one step, like serve.js
is now?
# node tiddlywiki.js --recipe tiddlywiki.com/index.recipe --serve
127.0.0.1:8000

I'm not sure about "--savetiddlers" imo it should be "--split" .

-m

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" 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/tiddlywikidev?hl=en.

Reply via email to