Benjamin Bray
Benjamin Bray
The example code [here](https://github.com/benrbray/prosemirror-math/blob/master/docs-src/index.ts) should be all you need to know to integrate this plugin with your ProseMirror instance. I'm not familiar with Outline, so it's possible that prosemirror-math is...
Oh, I get it now, thank you @dominiczy for clarifying the question. I'll reopen the issue. Contributions are very welcome to improve integration with other tools. I'd also be interested...
Thanks for the suggestion! This feature has been in the back of my mind for a while. I'll see if I can put something together soon!
I started a PR that adds preview support for block math! Inline math might be trickier. The preview pane I implemented appears *above* the editor pane, rather than *below* like...
Good point, you're right. I'll try to include this in the next release.
MathLive is a great project! I haven't heard of guppy before, it looks interesting as well. At the moment, the main use case for prosemirror-math is when you want to...
fyi I'm actively working on this (outside of my day job), trying to put some care into how options might be passed to/from NodeViews. In addition to your async KaTeX...
In the meantime, it looks like I can use the webkit-based [Epiphany browser](https://wiki.gnome.org/Apps/Web) as an approximation to Safari. However, the developer tools are lacking (even `console.log` is unsupported).
Thanks for trying it out in Safari. Are you using the most up-to-date version? Is the issue present on the [demo page](https://benrbray.com/prosemirror-math/)? Based on [some user feedback](https://physics.meta.stackexchange.com/a/13489/294610), I already [attempted...
I started to implement pasting of math from Wikipedia using a custom ProseMirror `ParseRule` (and the `.getContent` property), but ran into some unexpected behavior where the pasted math nodes all...