texthings icon indicating copy to clipboard operation
texthings copied to clipboard

Firefox support?

Open yoasif opened this issue 5 years ago • 4 comments

As seen here: https://www.reddit.com/r/firefox/comments/fc0c3p/latex_in_firefox/

yoasif avatar Mar 02 '20 23:03 yoasif

Yes, this would be extremely useful!

subhodeeps avatar Apr 14 '20 10:04 subhodeeps

There is a katex-with-slack addon for Firefox by @sophiehuiberts

I'm wondering, if that would work universally if you just changed the url regex here? https://github.com/sophiehuiberts/katex-with-slack/blob/master/manifest.json#L3

nemkin avatar Mar 19 '23 17:03 nemkin

There is a fair bit of Slack-specific code in https://github.com/sophiehuiberts/katex-with-slack/blob/master/glue.js The reason I used this approach is that katex doesn't like it when you re-run its latex parsing on the entire page every second. I vaguely recall leaking memory with that approach.

sophiehuiberts avatar Mar 19 '23 21:03 sophiehuiberts

There is a fair bit of Slack-specific code in sophiehuiberts/katex-with-slack@master/glue.js The reason I used this approach is that katex doesn't like it when you re-run its latex parsing on the entire page every second. I vaguely recall leaking memory with that approach.

I see! Thank you for the quick response!

nemkin avatar Mar 21 '23 10:03 nemkin