-
Notifications
You must be signed in to change notification settings - Fork 65
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
EQUATION_EXPLORER: Allow the "Enter an equation" textbox to also accept equation numbers #565
Comments
claim |
propose #625 |
propose PR #625 |
Adjusted files `script.js` and `index.html` to create a Download CSV button for this issue: #419 The file provides a CSV file version of the table on the main equation explorer page. ![image](https://github.com/user-attachments/assets/408fe660-0aa7-4f2e-a02b-2690b43fd287) Also adjusted files `index.html` and `find_equation_id.js` so that now you can search on the equation editor by an integer instead of a specific equation: #565 ![image](https://github.com/user-attachments/assets/6c43fa95-15e6-417c-98f4-f1fd9cfe2140)
Perhaps it would also be interesting to be able to search by name: Astérix, Obélix, Dupond, Dupont... and maybe also by selected properties, like "Austin". |
Thus, the parser would determine whether the input was a number (e.g., 1184) or an equation (e.g.,
x = y ◇ ((z ◇ (z ◇ y)) ◇ x)
), and in either case it would navigate to the appropriate page (e.g., https://teorth.github.io/equational_theories/implications/?1184).The text was updated successfully, but these errors were encountered: