artisticat1

Results 82 comments of artisticat1

Yes, thanks for your help, @proItheus! Let us know whether this solves your issue.

Ah, I see! This is indeed unintended behaviour. I believe the bug was introduced when I implemented #46. I'll try fixing it for the next release.

On second thought, this is actually intended behaviour – typing a `)` is an alternative way of moving outside brackets (see #46). So, by moving your cursor outside the original...

Glad you found a solution to your problem! It seems your feature requests aren't of high priority for other users at the moment, so I'll go ahead and close this...

I don't have an Android device so I can't easily debug this. - Can you paste your debug info here? (Command palette -> Show debug info) - Do other features...

I see. The fact that the conceal and color matching brackets features are working means that the plugin is loading correctly, and CodeMirror extensions are working. - Do the auto-fraction,...

Hmm I see. Do you get any errors when you first enable the Latex Suite plugin? It does seem strange that you get no errors. Please give me some time...

I've put together this debug build. It prints some console.log statements whenever the plugin detects a keypress. [obsidian-latex-suite-1.6.0-debug.zip](https://github.com/artisticat1/obsidian-latex-suite/files/9792052/obsidian-latex-suite-1.6.0-debug.zip) Can any android users test this build and upload a video of...

Thank you both! It appears that keypresses are not being transferred to the plugin correctly. I'll try to investigate this further.

Can you visit https://codemirror.net/try/ and paste the following code into the editor on the left hand side? ```javascript import {minimalSetup, EditorView} from "codemirror" import {Prec} from "@codemirror/state"; const onKeydownExtension =...