Typora show back markdown

How can I use prosemirror to implement typora? For example, **abc** becomes <strong>abc</strong> after it is bolded. When the mouse cursor moves to bold abc, Abc can be displayed as **abc**. You can control a mark view through MarkView, but you can’t know when the cursor comes in [tears]

I’m not sure ProseMirror would be a good match for such a system. It sounds like it’d be easier to implement on top of a code editor like CodeMirror.

Thanks very much

---- Replied Message ----

From | Marijn Haverbeke via discuss.ProseMirrornoreply@prosemirror.net |

  • | - | Date | 04/01/2025 19:23 | To | huqihua1999@163.com | Cc | | Subject | [discuss.ProseMirror] Typora show back markdown |

| marijn
April 1 |

  • | - |

I’m not sure ProseMirror would be a good match for such a system. It sounds like it’d be easier to implement on top of a code editor like CodeMirror.