-
Notifications
You must be signed in to change notification settings - Fork 36
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
Preview panel support #28
Comments
I think the key is to provide a option to make this check pass even when is editing nodes. |
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 Typora. Can you think of any reason to prefer one choice over the other? Showing it above is nice because the rendered math stays in the same place, rather than jumping downwards. |
@benrbray |
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 typora:
I tried to just display the render block when math node is selected, but it seems that it won't update when user editing.
So I think maybe it should be supported in this library.
original issue:
Milkdown/milkdown#91
The text was updated successfully, but these errors were encountered: