-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration with Outline's rich-markdown-editor
#32
Comments
Are you using ProseMirror? Please take a look at the README file for instructions. You can also see a usage example in the |
My bad sorry, I meant how do I integrate it in rich markdown editor I've gone through a lot of issues and pages but didn't get it tbf |
|
I have an application making the use of rich markdown editor (https://github.com/outline/rich-markdown-editor) which is a prose mirror based editor and since prose mirror math is a plugin, I wanted to integrate this into my rich markdown editor although after reading a lot of articles/issues I wasn't able to. |
The example code here 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 not compatible with the Outline editor. |
Oh, uhh, thanks again for the time in that case |
@Sadashii @benrbray I'm trying to do exactly the same, integrating this in Rich Markdown Editor (https://github.com/outline/rich-markdown-editor). Tom has already done some good work here outline/rich-markdown-editor#434. But I can't get hydrating from markdown (e.g. persisting saved equations) to work. Loading markdown with $ delimited equations results in empty math blocks Help really appreciated, could we please keep this open? |
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 to hear how I can improve In the meantime I'm happy to answer any specific questions you might have as you try to get this working. |
Not sure if this is going to help you, but there'a
|
rich-markdown-editor
@dominiczy im not sure if I'll be much help since ts isn't really my thing, logic is but is it possible we could have a chat like maybe discord (Sadashi#8370) or such on this topic? I'd love to be able to help with this since having prosemirror math work would be amazing for us as well |
@Sadashii I've sent you a request (my username is dominic#7254), I'll tell you where I'm at (I'm also not very experienced in prosemirror/markdown-it etc) and then we can figure it out together :) |
I've fixed the basic integration, see my comment outline/rich-markdown-editor#434 (comment) |
How do I integrate prose mirror math?
The text was updated successfully, but these errors were encountered: