[tw] Re: requesting help with Template tiddlers

2017-08-13 Thread Charlie Hitselberger
hmm... probably with something like this: :) \define registers(A:"." X:"." Y:"." N:"." V:"." Z:"." C:".") Registers affected |N ''$N$''|V ''$V$''|Z ''$Z$''|C &#

[tw] requesting help with Template tiddlers

2017-08-12 Thread Charlie Hitselberger
A while back, I put together a tiddlywiki for a Forth language I'm writing as part of a retrocomputing project. http://chitselb.com/files/tiddlypettil.html . This file is automatically generated each time I build the source, and most of the tiddlers are the Forth dictionary, with the tiddlywik

[tw] Re: Automatic import of external tiddlers?

2014-06-27 Thread Charlie Hitselberger
I am using this approach to build a tiddlywiki from a json file. I struggled (and failed) to figure out how to set the palette and theme on the output tiddlywiki Here's the code fragment (bash script) that does it. My tiddlywiki is hosted on http://chitselb.com/files/tiddlypettil.html echo .

Re: [tw] [TW5] Struggling with import automation and certain tiddler names

2014-06-23 Thread Charlie Hitselberger
I'm pretty happy with the way it builds, so I hosted in my website public files director and put a link to it on http://pettil.tumblr.com so people could just click and read the fine manual. Now this: syncer-browser - 14:17:50 23 6 2014 XMLHttpRequest

Re: [tw] [TW5] Struggling with import automation and certain tiddler names

2014-06-22 Thread Charlie Hitselberger
On Sunday, June 22, 2014 4:18:50 AM UTC-4, Jeremy Ruston wrote: > > 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 >> > > Try something like this: > >

[tw] Re: [TW5] Struggling with import automation and certain tiddler names

2014-06-22 Thread Charlie Hitselberger
The tiddlywiki in question is at https://github.com/chitselb/pettil/blob/master/docs/tiddlypettil.html and the project blog is http://pettil.tumblr.com if anyone's interested. On Sunday, June 22, 2014 2:23:13 AM UTC-4, Stephan Hradek wrote: > > Thanks for providing a real-life example of the f

[tw] [TW5] Struggling with import automation and certain tiddler names

2014-06-21 Thread Charlie Hitselberger
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 pul