PreTeXtBook / pretext

PreTeXt: an authoring and publishing system for scholarly documents
https://pretextbook.org
Other
264 stars 206 forks source link

Implement a general framework for javascript widgets via HTML canvas #491

Open rbeezer opened 7 years ago

rbeezer commented 7 years ago

Provide support for the HTML canvas element, perhaps by abstracting the head/script and body/div routine common to JSXGraph, Sage Cell, and others. See #490

Original discussion: https://groups.google.com/d/topic/mathbook-xml-support/6f0_Mh3rZQw/discussion

rbeezer commented 7 years ago

Jim Fowler's asynchronous-interactive could allow easy incorporation of any "npm" Javascript package.

https://www.npmjs.com/package/asynchronous-interactive

kcrisman commented 5 years ago

@rbeezer is this now taken care of by the new interactive element?