markdownwysiwygstackedit

How can I use stackedit's markdown editor in my application


I am looking for a way to integrate stackedit's markdown editor into my own project and I can not find a way to do this. I looked into stackedit's github page and I am stuck.

I see how can I edit nicely already precreated document, but I want to integrate it in the similar way how can I add tinyMCE or any other editor. Is it possible to do so?


Solution

  • StackEdit is not embeddable. PageDown is.

    See https://github.com/benweet/stackedit/issues/150

    And eventually https://github.com/jmcmanus/pagedown-extra/issues/27