sstur / draft-js-export-markdown

DraftJS: Export ContentState to Markdown
http://npm.im/draft-js-export-markdown
55 stars 23 forks source link

Question of the scope of the exporter #2

Closed jaaberg closed 8 years ago

jaaberg commented 8 years ago

@sstur Is this meant for basic rich text editors with links?

Would be nice to have a solution that also supports mentions, hashtags, images etc that is often used in editors these days. Or some kind of way to define our own rules.

sstur commented 8 years ago

Sorry for the late reply. Almost missed this one.

This is meant to evolve with react-rte which only supports basic styling and links at this time. Inline images are being worked on currently and there is more coming soon.

I'm happy to take pull requests to make this module better and more pluggable.

Thanks!