draft-js-basic-html-editor icon indicating copy to clipboard operation
draft-js-basic-html-editor copied to clipboard

Image entity and more

Open dts opened this issue 9 years ago • 1 comments

I want to build a more customizable draft-based editor for my client work, and this was the most reasonable starting point that I found. I have a few separate goals that are different from this repo, but a lot of what I'm doing could easily be backported here. In my fork (https://github.com/thehumaneffort/rich-edit), I have a few different things going on. I wanted to file nicely separated PRs for them, but they wound up getting conflated. There are a few different pieces:

  1. Image entity (image-entity branch)
  2. HTML embedding (develop branch)
  3. Usage outside of a React app. (i.e. compilation into a stand-alone JS utility without dependencies) (not done yet)
  4. JSON in-and-out (so I can store JSON in a HAStore and do intelligent things for previews & more.ds
  5. Docker-based development path. (docker-dev).

This is more to let you know that I'm running with this as a starting point, and am happy to help move this project forward, but I don't have a lot of time for nice PRs yet 😢 .

dts avatar Dec 22 '16 00:12 dts

Thanks a lot for your work and letting us know about it!

LMCom avatar Dec 22 '16 08:12 LMCom