-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A new DomTerm/Julia calculator #103
Comments
Looks really nice! For MathML on Linux I suggest using the webview front-end (-Bwebview), as that is based on WebKit. Let me know if if you need/want something, and what your priorities are. Right now my big issue is getting the port to GoldenLayout v2.x solid (it's close to usable now). After that I can explore what it would take to get MathJax working. |
Great, I'm temporarily freezing features and testing the current version so there is no hurry to add MathJax. My next step is adding UnicodeMath support which can be done in the current setting. |
You might also want to look into the "input" side of the REPL, not just the "output": Look into "shell integration". If you haven't already done so, you might get some idea from the "Python tips" page. |
I added a short note in the Projects using DomTerm section. We can flush it out if you want. |
Sure, I'll need a little time to digest you documentations coz I'm currently dragged by many other things at the beginning of the new semeter (fall semester starts at Sep 1 in China). Actually the "input" side is exactly what I want to improve the Julia REPL (probably can be integrated with UnicodeMath). |
When you have time I'll be happy to help. When it comes to "input" the basic idea to to have Julia emit either these sequences or these sequences. Later, you can have DomTerm do all the input editing using line editing mode. This would replace Julia input-editor (the |
Thanks for the references. I'll study them. |
I wrote a calculator shell that leverages the power of Julia and DomTerm. I'm excited to see the new RoadMap and waiting for the new JavaScript extension mechanism to make math typesetting work on Chrome :)
https://github.com/jingyuewang/DtCalc.jl
The text was updated successfully, but these errors were encountered: