mj-context-menu
Version:
A generic context menu
20 lines (13 loc) • 901 B
Markdown
# Context Menu
An implementation of a generic context menu in TypeScript. This was originally
based on MathJax's context menu from v2.7 and has been further developed to be
compatible and part of subsequent MathJax releases, starting with v3.
**Note that as of release v1.0, this repository is now archived. No further
standalone releases of `mj-context-menu` will be published, except possibly for
minor patch releases. Ongoing development has moved to the main MathJax source
repository, and future releases will be published under the `@mathjax` scope.**
Documentation (v0.8.0):
* [JSDoc](https://zorkow.github.io/context-menu/doc/jsdoc)
* [Typedoc](https://zorkow.github.io/context-menu/doc/typedoc)
* [Simple Class Diagram](https://zorkow.github.io/context-menu/doc/class-diagram-simple.svg)
* [Complete Class Diagram](https://zorkow.github.io/context-menu/doc/class-diagram-complete.svg)