tongwentang / tongwentang-extension

MIT License
137 stars 15 forks source link

When using auto mode in overleaf, latex code in textarea jumps around #3

Closed benhaotang closed 3 years ago

benhaotang commented 3 years ago

I always turn on auto simplify to traditional, but it seems that after this update, when I try to write latex on overleaf, all my code in the textarea just jump around and i cannot type anything until I disable your extension for the site. In older version i have never encounter such problem.

t7yang commented 3 years ago

image Please turn off "Dynamic Convert", the new "Dynamic Convert" feature is aim to support Single Page Application website which dynamically update web page content without refresh web page. When this feature on, the extension will keep track and convert the change of page content.

If you still want to enjoy the new Dynamic Convert feature, you can consider either one:

  1. Add a domain rule for overleaf and set target to disabled (this can simply done by right click the extension icon when browsing overleaf).
  2. Change the "Auto Convert" to "Detective Simplified to Traditional", then extension will check the web page content language before convert, if not target language then extension just do nothing.
benhaotang commented 3 years ago

Thanks