Description of the Problem
I would like to improve compatibility so that this plugin can coexist with my plugin, Typst Mate. I often receive requests from users who want to use both plugins at the same time, but at the moment Typst Mate recommends using Typst only inside codeblocks, and users also need to adjust several settings.
Description of the Solution
I expect the changes to be small. I will describe the details in the PR (#542).
Additional
Import feature for LaTeX Suite plugin shortcuts
I am undecided between choosing a path of coexistence with LaTeX Suite or importing everything into Typst Mate. I am concerned about performance and conflicts.
(Latex suite maintainer) If you want coexistence and there is an issue/something needs to change in latex suite for coexistence to work conveniently, feel free to open up an issue and I'll try to look at. (Adding support for typst shouldn't be that hard I think).
For performance just measure/profile and/or check on low battery/quiet mode on a large doc to see if you're disatisfied with it. For latex suite its currently at an alright position? Maybe should look into refusing tha math rendering that obsidian uses instead of rendering the same eq? But that's messing with internal APIs which break easier. nvm more like disabling it when I insert a key press into the history and immediately undo it right after. Obsidian doesn't render inline if it's revealed
And for conflicts, as long as the user doesn't turn on conflicting features it should be alright (like turning on 2 snippet engines).
Originally posted by @superle3 in #29
Description of the Problem
I would like to improve compatibility so that this plugin can coexist with my plugin, Typst Mate. I often receive requests from users who want to use both plugins at the same time, but at the moment Typst Mate recommends using Typst only inside codeblocks, and users also need to adjust several settings.
Description of the Solution
I expect the changes to be small. I will describe the details in the PR (#542).
Additional
Originally posted by @superle3 in #29