Gathering detailed insights and metrics for mathlive
Gathering detailed insights and metrics for mathlive
Gathering detailed insights and metrics for mathlive
Gathering detailed insights and metrics for mathlive
npm install mathlive
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
1,599 Stars
3,688 Commits
281 Forks
21 Watching
16 Branches
68 Contributors
Updated on 28 Nov 2024
Minified
Minified + Gzipped
TypeScript (84.58%)
HTML (6.03%)
JavaScript (4.5%)
Less (3.9%)
Shell (0.61%)
CSS (0.39%)
Cumulative downloads
Total Downloads
Last day
-9.2%
12,010
Compared to previous day
Last week
-17.4%
67,932
Compared to previous week
Last month
6.5%
311,749
Compared to previous month
Last year
-1.7%
3,069,825
Compared to previous year
1
27
MathLive is a powerful web component that provides an easy-to-use interface for editing math formulas.
With over 800 built-in LaTeX commands, MathLive renders beautiful, TeX-quality typesetting.
It's designed for mobile devices with an extensive set of virtual keyboards for math input, and is compatible with screen readers, including custom math-to-speech support for improved accessibility.
MathLive outputs to LaTeX, MathML, ASCIIMath, and MathJSON formats, making it incredibly versatile.
And the best part? It's easy to customize to your needs!
Using MathLive is easy! Simply add a <math-field>
tag to your page. It
initializes automatically and works just like a <textarea>
or <button>
element. You can manipulate the mathfield using methods of the element and
listen for events to be notified when its internal state changes.
npm install mathlive
1import 'mathlive';
1<!DOCTYPE html> 2<html lang="en-US"> 3 <body> 4 <math-field>f(x)=</math-field> 5 </body> 6</html>
You can also add it using CDN
1<head> 2 <script src="https://unpkg.com/mathlive"></script> 3</head>
Check documentation for React and interaction with Mathfield.
MathLive has an extensive set of documentation to help you get started, including guides on interacting with a mathfield, customizing it, executing commands, defining custom LaTeX macros, managing inline and keyboard shortcuts, controlling speech output, and displaying static math formulas. You can find all of these guides on the CortexJS.io website.
In addition to the guides, you can also find reference documentation of the MathLive API on the MathLive SDK page.
Q: When is the next release?
MathLive follows a semi-annual release cycle, with major releases typically scheduled for June and January. These may be followed by patch releases to address any issues that arise shortly after deployment. Additionally, an out-of-band release can be made if requested by a sponsor or if a community member submits a pull request and requests a release to include their contribution.
This project is licensed under the MIT License.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
24 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
2 existing vulnerabilities detected
Details
Reason
Found 7/30 approved changesets -- score normalized to 2
Reason
dependency not pinned by hash detected -- score normalized to 2
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More