Per Bothner
Per Bothner
Looks like there is a new [effort to (re-)implement MathML in Chrome](https://mathml.igalia.com/). However, it doesn't look like it will be solid before the end of 2021, at the earliest. If...
_"I was thinking if the Electron DomTerm could provide a mechanism to load user JavaScript code at startup."_ Actually, the DomTerm Electron frontend (like the plain Qt frontend) doesn't do...
_"send HTML to it as output "_ See [the documentation](https://domterm.org/Wire-byte-protocol.html) for how to emit HTML. Specifically escape sequence 72 (and maybe 721). _"f the page is dynamic (as in DomTerm),...
One possibility is to have a trigger or escape sequence that calls `MathJax.HTML.Element`.
_"The Julia program (or any program running in DomTerm) can query if the current DomTerm front-end supports MathML maybe with a magic escape sequence, then based on the return, either...
I should probably add more version info, at least as part of a `--verbose` option ... I uploaded an update of the documentation. Specifically, [this page](https://domterm.org/Frontends.html) has some notes about...
Hm. I do have a right prompt for Fish that show the time - and that seems to work. If you give to detailed steps to reproduce your problem, I...
I got brainy to work - similar to your screenshot - but the first line does show the time on the right similar to other lines. _"I notice DomTerm prints...
I do see some issues with the theme when the prompt doesn't fit on a single line. And it does seem to be mis-behaving worse/differently when using Qt. I'm somewhat...
After starting `domterm --qt`, `domterm --electron`, and `domterm --chome-app` I get: Window 1: qtwebengine: 5.6.1, chrome: 45.0.2454.101 session#1: pid: 30768, tty: /dev/pts/1 Window 2: electron: 10.1.1, chrome: 85.0.4183.93 session#2: pid:...