This Frappe app integrates MathLive, a powerful math input library, to provide an enhanced user experience for entering and editing mathematical expressions. It seamlessly replaces standard textareas in Frappe forms, including child tables, with MathLive-enabled input fields, allowing users to easily type, render, and interact with mathematical content.
- Dynamic Math Input: Automatically converts Long Text fields and child table textareas into MathLive input fields, enabling users to enter math expressions intuitively.
- Child Table Support: Dynamically detects and integrates with all child tables in the parent form, without requiring hardcoded configurations for specific child table names.
- Real-Time Synchronization: Ensures that data entered via MathLive fields is saved correctly by synchronizing changes with the underlying textarea fields.
- Flexible Configuration: Supports any Frappe doctype setup, including user-defined child table configurations and custom fieldnames.
- Effortless Integration: Automatically initializes MathLive for relevant fields whenever the page or form is loaded.
bench get-app https://github.com/umar834/frappe_mathlive
bench --site [sitename] install-app frappe_mathlive
MIT