Re: [Jprogramming] HTML'izing J Code

2015-11-03 Thread John Baker
Thanks I will take a look at joxygen as I use pandoc to stage materials. On Tue, Nov 3, 2015 at 10:48 AM, Alex Shroyer wrote: > Vim has :TOhtml which exports an HTML version of the current buffer and > renders any syntax highlighting with CSS. Emacs and the WebKit-based > editors (Atom, Sublime

Re: [Jprogramming] HTML'izing J Code

2015-11-03 Thread Alex Shroyer
Vim has :TOhtml which exports an HTML version of the current buffer and renders any syntax highlighting with CSS. Emacs and the WebKit-based editors (Atom, Sublime Text) probably have something similar. On Tue, Nov 3, 2015 at 10:00 AM, chris burke wrote: > The J6 export script should work fine

Re: [Jprogramming] HTML'izing J Code

2015-11-03 Thread chris burke
The J6 export script should work fine in J8, so it could be ported as an addon. I think the reason why it had not been ported is because of the complex configuration code. However, the configs should now be put in a plain text file like the rest of the J8 configs, and the remaining code would be ea