aprzn123 / TheThirdCan

A browser extension designed to improve https://twocansandstring.com
MIT License
7 stars 4 forks source link

Feature: Render LaTeX in more pages #8

Open aprzn123 opened 1 year ago

aprzn123 commented 1 year ago

Currently, we inject MathJax into forum pages to render LaTeX there, but not any other pages. To be decided: which other pages should get it? Current thoughts are ask/answer/message, but not homepage.

JackDyre commented 1 year ago

i agree with that, what about bios? do you think bios should be able to render latex?

roxwize commented 1 year ago

Does LaTeX render in quotes as well? Haven't seen it yet.

HumanoidSandvichDispenser commented 1 year ago

Just to make sure, I think whoever will implement this should make a separate JS script and manifest.json content_script entry for injecting MathJax.

aprzn123 commented 1 year ago

i agree with that, what about bios? do you think bios should be able to render latex? I like that idea, a bit of extra personal expression.

Does LaTeX render in quotes as well? Haven't seen it yet. It does; MathJax just runs over the entire page.

Just to make sure, I think whoever will implement this should make a separate JS script and manifest.json content_script entry for injecting MathJax. Yeah, the process is pretty much the same on each page