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

Commit dcd6aec

Browse files
committed
Move some things around in the README
1 parent 22f60d4 commit dcd6aec

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ draft-js-markdown-plugin
44
[![npm](https://img.shields.io/npm/v/draft-js-markdown-plugin.svg)][npm]
55
<!-- [![Coverage Status](https://coveralls.io/repos/github/withspectrum/draft-js-markdown-plugin/badge.svg?branch=master)](https://coveralls.io/github/withspectrum/draft-js-markdown-plugin?branch=master) -->
66

7-
A [DraftJS] plugin for supporting Markdown syntax shortcuts
8-
9-
This plugin works with [DraftJS Plugins] wrapper component.
7+
A [DraftJS] plugin for supporting Markdown syntax shortcuts in DraftJS. This plugin works with [DraftJS Plugins], and is a fork of the excellent [`draft-js-markdown-shortcuts-plugin`](https://github.com/ngs/draft-js-markdown-shortcuts-plugin) by [@ngs](https://github.com/ngs).
108

119
![screen](screen.gif)
1210

@@ -57,16 +55,16 @@ export default class DemoEditor extends Component {
5755
}
5856
```
5957

58+
## Why fork the `markdown-shortcuts-plugin`?
59+
60+
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](https://github.com/ngs) with tons of PRs, we figured it'd be better to own that core part of our experience fully.
61+
6062
## License
6163

6264
Licensed under the MIT license, Copyright Ⓒ 2017 Space Program Inc. This plugin is forked from the excellent [`draft-js-markdown-shortcuts-plugin`](https://github.com/ngs/draft-js-markdown-shortcuts-plugin) by [Atsushi Nagase](https://github.com/ngs).
6365

6466
See [LICENSE] for the full license text.
6567

66-
## Why fork the `markdown-shortcuts-plugin`?
67-
68-
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](https://github.com/ngs) with tons of PRs, we figured it'd be better to own that core part of our experience fully.
69-
7068
[Demo]: https://ngs.github.io/draft-js-markdown-plugin
7169
[DraftJS]: https://facebook.github.io/draft-js/
7270
[DraftJS Plugins]: https://github.com/draft-js-plugins/draft-js-plugins

0 commit comments

Comments
 (0)