Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Releases: withspectrum/draft-js-markdown-plugin

v1.0.0

22 Sep 09:26
Compare
Choose a tag to compare

Changes

  • Fixes deleting the first block in the editor when it's styled. (ref PR #3; ref issue ngs#31)
  • Fixes an issue with code blocks in combination with the draft-js-image-plugin. (ref PR #4)

First release of draft-js-markdown-plugin

21 Sep 18:37
Compare
Choose a tag to compare

This package is a fork of the excellent draft-js-markdown-shortcuts-plugin by @ngs.

Writing is a core part of our app, and while the markdown-shortcuts-plugin is awesome and battle-tested there are a few opinionated things we wanted to do differently. Rather than bother @ngs with tons of PRs, we figured it'd be better to own that core part of our experience fully.

0.4.0 is the first release owned by @mxstbr at @withspectrum, if you want to use <0.3.0 please use draft-js-markdown-shortcuts-plugin.

Changes

  • Uses draft-js-prism-plugin for the demo, also forked off of the markdown-shortcuts-plugin repo
  • Pressing ENTER now exits blockquotes