You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issues relating to IME input have been raised in the past (#52, #213, #191). However, I have little knowledge of IME input methods and no easy way to test/debug a solution.
From your other plugins, it looks like you're familiar with CodeMirror. If you're able/willing, I'd happily accept a PR solving this issue! (If so, there's some discussion in the previously linked issues that may be of relevance.)
RyotaUshio
added a commit
to RyotaUshio/obsidian-latex-suite
that referenced
this issue
Apr 24, 2024
because I personally found the automatic mk and dm to be annoying. I removed the A from options, so that you need to hit Tab in order to trigger the snippet.
Thank you for maintaining this important plugin for all who do math in Obsidian. I have a suggestion which will be beneficial for those who use IME.
Description of the Problem
When I type "Vimキー" (which means "Vim keys" in Japanese), the keystroke looks like this:
Then, the
m
before turning on the IME andk
after that triggers the defaultmk
snippet, and it results in the following, which is unwanted:Description of the Solution
I think this problem can be eliminated by disabling expanding snippets while IME is on, i.e. when view.composing is
true
.Additional
None
The text was updated successfully, but these errors were encountered: