I'm using Ruby, json, and TW5 to automatically generate a Tiddlywiki 
document from all my source code.

The poor man's Javadoc, but in this case, it's 6502 assembler and the 
project I'm working on is a Forth implementation

Two problems

1) I got all the json to import just fine, as long as I pull it in via the 
Tools | Import | Browse... and select my json file from the filepicker.
Is there a way to automate this from the command line?  I installed the 
node-js and tiddlywiki server stuff, but it tends to make huge
piles of .tid files in a local directory, which is not what I'm after.  I 
want something like:

tiddlywiki ./docs/tiddlypettil --verbose --load ./pettil.json -- 

but to output to a single html file, not to ./docs/tiddlypettil/tiddlers/ 
lots of tids

2) Tiddlywiki gets really annoyed with these Forth words being the tiddler 
titie:

]  ['] [COMPILE]

Pretty much anything with a right-bracket.  How do I name a Tiddler ']' 
(sans quotes)?

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to