Skip to content

Instantly share code, notes, and snippets.

@nikgraf
Last active August 5, 2021 15:31
Show Gist options
  • Star 66 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nikgraf/4e973205eb7b60ecf974c568d2322a38 to your computer and use it in GitHub Desktop.
Save nikgraf/4e973205eb7b60ecf974c568d2322a38 to your computer and use it in GitHub Desktop.
Proposal for lightning talk at Reactive Conf 2016

Rich text editing with DraftJS Plugins

Earlier this year Facebook open sourced its React based rich text editing framework Draft.js. At Facebook it powers status updates, comments & notes. Others used it to build editors matching Medium’s experience.

Together with a whole team of open source contributors I built a plugin architecture on top of Draft.js. In this talk I walk you through the existing plugins and show how you can build your own feature-rich text editor for the web with only a handful lines of code. 🤓

Draft JS Plugins Logo

  • Emoji
  • Stickers
  • Hashtags
  • Linkify
  • Mentions
  • Counter
  • Undo
  • Air Toolbar
  • Drag & Drop
  • Autolist
  • Singleline
  • Table

Please, star this gist if you want to support me. 🙌 Looking forward to meet you in Bratislava!

Nik Graf

@niieani
Copy link

niieani commented Aug 26, 2016

Where and when in Bratislava?

@nikgraf
Copy link
Author

nikgraf commented Aug 26, 2016

@niieani 26-28th October -> https://reactiveconf.com/

@cezarneaga
Copy link

this was so good in Linz. if you announce the launch of v2 at the end of the talk it's going to be epic. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment