Oh ... perhaps I was overthinking ... I think this takes me most of the way -
(allowed () "!work" "@lib.css" ) (load "@lib/http.l" "@lib/xhtml.l" "@lib/form.l") (de work () (html 0 "slides" "@lib.css" NIL (<h1> NIL "Slide 1") (<p> NIL "PAGE1") (<hr>) (<h1> NIL "Slide 2") (<p> NIL "PAGE2") # print some SVG stuff for diagrams ) ) (de go () (server 8080 "!work") ) Looks like the canvas implementation requires it to be its own page. On Sat, Jun 22, 2019 at 9:11 AM Joh-Tob Schäg <johtob...@gmail.com> wrote: > I know of no such solution but there is a texbinding > > *Von:* ckkash...@gmail.com > *Gesendet:* 22. Juni 2019 17:43 > *An:* picolisp@software-lab.de > *Antworten:* picolisp@software-lab.de > *Betreff:* Creating slides in Picolisp > > Hi all, > I'd like to create HTML presentation slides using picolisp - is there any > prior implementation that I can leverage for this? > I am looking to be able to generate diagrams (using canvas) mixed with > text in my slides. > Regards, > Kashyap >