Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Suggestion] Add math support #56

Open
C0ffeeCode opened this issue Dec 20, 2022 · 3 comments
Open

[Suggestion] Add math support #56

C0ffeeCode opened this issue Dec 20, 2022 · 3 comments
Labels
C-enhancement Category: New feature or request

Comments

@C0ffeeCode
Copy link

Hello there ;)

I would like to use Inlyne for viewing my documents which contain (a lot) of mathematical notations
and think support for math grammar would be a great addition to inlyne.

@CosmicHorrorDev CosmicHorrorDev added the C-enhancement Category: New feature or request label May 12, 2023
@matwatson
Copy link

Mathjax support possibly?
Here's how Mathjax (https://www.mathjax.org/#gettingstarted) suggests adding math to HTML.

`<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>

<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>`

@CosmicHorrorDev
Copy link
Collaborator

CosmicHorrorDev commented Oct 19, 2023

I don't think that would be a viable approach for us unfortunately since it we would need to support executing JavaScript which is a decent chunk of browers' complexity

@LoganWalls
Copy link

LoganWalls commented Nov 17, 2023

Perhaps katex-rs or ReX might be viable alternatives?
I would also love to see math support (but I also understand that it's probably a complex feature).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants