artisticat1

Results 82 comments of artisticat1

The upgrade to esbuild in https://github.com/artisticat1/obsidian-latex-suite/pull/280/commits/a04b33920f90d4eefced78a1926b366e0e6d116c causes the command `npm run build` to stall – any help? I'll revert the change temporarily so I can push out a release. Edit:...

Ah, that's good to know. I suppose we might as well leave it on the more recent version though.

Can you send examples of Pinyin and Shuangpin characters, and snippets you are trying to use with them?

The focus of this plugin is making typing LaTeX easier, as opposed to extending its functionality. Therefore, I think this functionality would belong better in the Extended MathJax plugin that...

I'm not able to reproduce this. - Are there any errors in the console (Ctrl+Shift+I)? - Can you paste your debug info here (Command palette -> Show debug info)? -...

You can add the "w" word boundary option to the snippet so brackets are not opened directly before a word. Could you clarify what you expect the behaviour of the...

I agree this would be useful to have. Should be possible using CodeMirror's undo `history` extension.

I agree this would be good to have. (It should also be applied to the matrix shortcut that converts `Enter` to `\\ \n`.) It'd probably require parsing the `syntaxTree` from...

> Hi @artisticat1, has there been any further investigation about this? I think it's some sort of issue with CodeMirror not receiving key-press events from Android keyboards. I don't think...

It should be possible to handle IME input - for reference, [here's how the vim CM6 plugin handles it](https://github.com/replit/codemirror-vim/blob/2f871797743a46628155477bae18f2f3f88a3c44/src/index.ts#L280). Any PRs for this would be welcome.