I want to try out the navigation commands in MathCAT locally.
right now, there is the bin/mathml2text.rs CLI for converting MathML to text, but this doesn't not enable navigation.
My proposal would be to have something like https://daisy.github.io/MathCATDemo/, but running locally, either using a TUI or as a web app, or whatever is easiest.
or which alternative do I miss? I could use MathCAT as a plugin like an end user, but then I can't check for changes I've done in the codebase locally.
I want to try out the navigation commands in MathCAT locally.
right now, there is the
bin/mathml2text.rsCLI for converting MathML to text, but this doesn't not enable navigation.My proposal would be to have something like https://daisy.github.io/MathCATDemo/, but running locally, either using a TUI or as a web app, or whatever is easiest.
or which alternative do I miss? I could use MathCAT as a plugin like an end user, but then I can't check for changes I've done in the codebase locally.