artisticat1 / obsidian-latex-suite

Make typesetting LaTeX as fast as handwriting through snippets, text expansion, and editor enhancements
MIT License
1.35k stars 52 forks source link

Does not work properly with pinyin #102

Open wickkk119 opened 1 year ago

wickkk119 commented 1 year ago

I tested three input methods, ABC, Pinyin and Shuangpin, only ABC can work properly, the remaining two will have missing functions, such as 'mk', 'dm' can not work.

artisticat1 commented 1 year ago

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

wickkk119 commented 1 year ago

I mainly use Pinyin input method, so I want to support the latex suite when I am using Pinyin input method.

For example, when my input method is pinyin, I will first press the caps lock to switch to pinyin state for lowercase input. Then I type 'mk', but this does‘t work properly. But strangely, I found that typing @a in latex environment works fine, @a -> \alpha.

wickkk119 commented 1 year ago

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

I think it may be caused by the different encoding of pinyin and abc in macOS, but I didn't find a way to verify