prosemirror-math icon indicating copy to clipboard operation
prosemirror-math copied to clipboard

Schema and plugins for "first-class" math support in ProseMirror!

Results 48 prosemirror-math issues
Sort by recently updated
recently updated
newest added

I've been trying to integrate TipTap with prosemirror-math. However, whenever I enter "editing mode" via mouse-click or arrow-keys, `Error: inner view should not exist!` popups. Here's the custom node I'm...

error-handling

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

When the editor direction is rtl, caret position acts wrong in inline mode and makes it unusable. Pressing left arrow key (or right) doesn't work correctly and gets stuck in...

help wanted
rtl-support

Hello Benjamin Bray! Thank you for your work on this plugin. I see that another person made a pull request to export default parse rules, but I figured I'd make...

## What Added default parse rule plugins to the export of the package ## Why Whilst converting the prosemirror-math to a remirror extension. I noticed in math-schema.ts that defaultInlineMathParseRules where...

TipTap is a popular wysiwyg editor built on top of ProseMirror. I wonder if it would be possible to [write an extension](https://www.tiptap.dev/api/extensions) to TipTap based on `prosemirror-math`.

enhancement

How do I integrate prose mirror math?

question
integration

Resolves #28. * Display math now shows a preview pane. Inline math previews may be supported in the future. * It should be fairly simple to adjust the appearance of...

enhancement

Hi Benrbary: Milkdown uses this awesome project and we have some feed back from users. It would be great if this library can support the preview panel feature like in...

enhancement

On Windows, Control+Backspace is a standard key combination that deletes the preceding word. At least on Windows, the behavior of deleting the entire math block is surprising. (Mac uses different...

bug