-
Notifications
You must be signed in to change notification settings - Fork 9
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
desktop application #397
Comments
Ultimately, VS Code is just an LSP client communicating with an MMT instance, so technically, everything the IDE can do, MMT can on its own, too - the workflow might be a lot more cumbersome though if not automated, since it involves:
A separate desktop application that automates / checks these things for convenience is not planned - it is relatively easy to build one though disregarding the frontend stuff (which is what the VSCode API does for us), and I'd be happy to help and give advice, if someone else wants to. Also, since all the heavy duty functionality is in the LSP server (i.e. MMT), it's relatively easy to build a client for any alternative editor/IDE that can deal with LSP - for example, two students of ours recently starting writing a plugin for emacs. |
I am not sure that Robert wants a sTeX editor/IDE. Just an sTeX viewer (a previewer of existing sTeX). I think that should be relatively easy. Just make a brwoser-based app that
|
Everything I said applies exactly to such a viewer :) |
Are there plans to implement sTeX Viewer as a separate PC application? For a number of reasons, using VS Code and JavaScript is kind of repulsive to me, so I'm wondering if something like this will be available?
The text was updated successfully, but these errors were encountered: