{"id":13431022,"url":"https://github.com/mathquill/mathquill","last_synced_at":"2025-05-13T22:02:19.643Z","repository":{"id":862254,"uuid":"598343","full_name":"mathquill/mathquill","owner":"mathquill","description":"Easily type math in your webapp","archived":false,"fork":false,"pushed_at":"2024-01-23T17:56:46.000Z","size":17775,"stargazers_count":2730,"open_issues_count":402,"forks_count":725,"subscribers_count":88,"default_branch":"master","last_synced_at":"2025-04-28T17:21:27.399Z","etag":null,"topics":["editor","equation","expression","formula","javascript","math"],"latest_commit_sha":null,"homepage":"http://mathquill.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mathquill.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"docs/Contributing.md","funding":null,"license":"LICENSE","code_of_conduct":"docs/Code_of_Conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2010-04-07T04:48:45.000Z","updated_at":"2025-04-23T01:03:04.000Z","dependencies_parsed_at":"2024-01-25T16:12:35.716Z","dependency_job_id":null,"html_url":"https://github.com/mathquill/mathquill","commit_stats":{"total_commits":2792,"total_committers":57,"mean_commits":48.98245614035088,"dds":0.251432664756447,"last_synced_commit":"b161c582b40397af9e3d54238d515b15c77013aa"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathquill%2Fmathquill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathquill%2Fmathquill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathquill%2Fmathquill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathquill%2Fmathquill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mathquill","download_url":"https://codeload.github.com/mathquill/mathquill/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254036807,"owners_count":22003652,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["editor","equation","expression","formula","javascript","math"],"created_at":"2024-07-31T02:00:59.899Z","updated_at":"2025-05-13T22:02:19.602Z","avatar_url":"https://github.com/mathquill.png","language":"TypeScript","readme":"# [MathQuill](http://mathquill.com)\n\nby [Han](http://github.com/laughinghan), [Jeanine](http://github.com/jneen), and [Mary](http://github.com/stufflebear) (\u003cmaintainers@mathquill.com\u003e)\n\nMathQuill is a web formula editor designed to make typing math easy and beautiful.\n\n[\u003cimg alt=\"homepage demo\" src=\"https://cloud.githubusercontent.com/assets/225809/15163580/1bc048c4-16be-11e6-98a6-de467d00cff1.gif\" width=\"260\"\u003e](http://mathquill.com)\n\nThe MathQuill project is supported by its [partners](http://mathquill.com/partners.html). We hold ourselves to a compassionate [Code of Conduct](http://docs.mathquill.com/en/latest/Code_of_Conduct/).\n\nMathQuill is resuming active development and we're committed to getting things running smoothly. Find a dusty corner? Go ahead and create a pull request!\n\n## Getting Started\n\nMathQuill has a simple interface. This brief example creates a MathQuill element and renders, then reads a given input:\n```javascript\nvar htmlElement = document.getElementById('some_id');\nvar config = {\n  handlers: { edit: function(){ ... } },\n  restrictMismatchedBrackets: true\n};\nvar mathField = MQ.MathField(htmlElement, config);\n\nmathField.latex('2^{\\\\frac{3}{2}}'); // Renders the given LaTeX in the MathQuill field\nmathField.latex(); // =\u003e '2^{\\\\frac{3}{2}}'\n```\n\nCheck out our [Getting Started Guide](http://docs.mathquill.com/en/latest/Getting_Started/) for setup instructions and basic MathQuill usage.\n\n## Docs\n\nMost documentation for MathQuill is located on [ReadTheDocs](http://docs.mathquill.com/en/latest/).\n\nSome older documentation still exists on the [Wiki](https://github.com/mathquill/mathquill/wiki).\n\n## Open-Source License\n\nThe Source Code Form of MathQuill is subject to the terms of the Mozilla Public\nLicense, v. 2.0: [http://mozilla.org/MPL/2.0/](http://mozilla.org/MPL/2.0/)\n\nThe quick-and-dirty is you can do whatever if modifications to MathQuill are in\npublic GitHub forks. (Other ways to publicize modifications are also fine, as\nare private use modifications. See also: [MPL 2.0 FAQ](https://www.mozilla.org/en-US/MPL/2.0/FAQ/))\n","funding_links":[],"categories":["JavaScript","TypeScript","مصيرات ومحررات المعادلات"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathquill%2Fmathquill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathquill%2Fmathquill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathquill%2Fmathquill/lists"}