benweet / stackedit

In-browser Markdown editor
https://stackedit.io/
Apache License 2.0
21.69k stars 2.72k forks source link

Stackedit as a library/component? #1509

Open ncannasse opened 5 years ago

ncannasse commented 5 years ago

I was looking for a wysiwyg Markdown editor and it seems like Stackedit is exactly what I need.

However, it does not seem possible currently to use the Stackedit Markdown editor as a standalone component for inclusion in other software. I saw that there is stackedit.js but this "only" allows to use the whole Stackedit software on 3rd party websites, whereas I need direct access to the editor itself, without any concept of "files" or user, since it should be usable offline.

Is it something that's currently possible to do ? (although not documented) and is there any interest from stackedit author (@benweet) to support this feature ? It would be a lot better to use something "official" that keeps being updated in the long term.

jens1o commented 5 years ago

ref https://github.com/benweet/stackedit/issues/150#issuecomment-508749869

Personally, I'd be interested in seeing the cledit editor being released in its own repository, as it looks pretty promising. :) I think this is also what you mean by direct access to the editor itself. :)

slikts commented 4 years ago

A related issue is #977.

soullivaneuh commented 4 years ago

Big :+1: for this. It is like the best open-source markdown editor I found so far.

I would like to integrate it onto Svelte project, a framework dependent library would be a great thing!