-
Notifications
You must be signed in to change notification settings - Fork 210
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
Allow configuring math.js formatting #91
Comments
I've now fixed it (#92) so that string results won't render with quotation marks: What's the use case for changing the default? I'm hesitant to add settings/features that very few users would use. |
Nice! The default that got in my way was auto-switching to exponent notation. As a software engineer, I sometimes calculate big numbers that I want be able to paste directly into my code. |
That was fast, thanks! |
Personally I prefer the behavior of copying exactly what's displayed, so what you have now is fine |
math.js has many options to configure the formatting of its output. Unfortunately, if you're using heynote and you're not happy with the default values, you have to add an explicit
format()
call everywhere that you want to override them, which is annoying and puts quotation marks around the result that you have to remove when pasting. It would be much better if we could configure the math.js formatting options in the heynote settings.The text was updated successfully, but these errors were encountered: