Slowly, Oh so slowly, google are releasing features for the docs online editors suite that might be leveraged to allow some interesting integrations, and 2 of interest are
google web clipboard but more usefully the
google apps-scripts.
So I am thinking of some tool that would hook into google docs Document editor as a chrome browser plugin, or firefox UI extension (because there are no UI hooks for the documents editor as yet) which would allow inserting "widget" into a doc, and have it managed by a 3rd party app.
I did a simple proof of concept with some chemical structural diagrams, so I have a menu in the extension icons next to the URL bar, and clicking on the button causes a background request to make a call to the apps-script
Document API and inserts a png InlineImage at the caret location, and then google docs pushes the change (with the inserted diagram) out to the browser opened Document.
So I am thinking that there is some work-around here to get MathJax into the Doc, but obviously docs caja is going to break any attempts of MathJax to control the div and elements itself, hence I think I would render the MathJax to a png file and insert that, and have MathJax in the background.
So I am interested to see how those 2 projects are suitable for leveraging for the MathJax->png dialog part... Will take a look thanks!
Cheers,
Tom