mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-11 09:43:58 +02:00
fixes
This commit is contained in:
2
Makefile
2
Makefile
@@ -66,7 +66,7 @@ test/support/build.js: $(shell find ./lib) ./test/browser.js
|
|||||||
--outfile ./test/support/build.js
|
--outfile ./test/support/build.js
|
||||||
|
|
||||||
# Run the tests.
|
# Run the tests.
|
||||||
test: test-browser test-server
|
test: test-server
|
||||||
|
|
||||||
# Run the browser-side tests.
|
# Run the browser-side tests.
|
||||||
test-browser: ./test/support/build.js
|
test-browser: ./test/support/build.js
|
||||||
|
@@ -12,7 +12,7 @@ Slate lets you build rich, intuitive editors like those in [Medium](https://medi
|
|||||||
|
|
||||||
It can do this because all of its logic is implemented with a series of plugins, so you aren't ever constrained by what _is_ or _isn't_ in "core". You can think of it like a pluggable implementation of `contenteditable`, built on top of React and Immutable. It was inspired by libraries like [Draft.js](https://facebook.github.io/draft-js/), [Prosemirror](http://prosemirror.net/) and [Quill](http://quilljs.com/).
|
It can do this because all of its logic is implemented with a series of plugins, so you aren't ever constrained by what _is_ or _isn't_ in "core". You can think of it like a pluggable implementation of `contenteditable`, built on top of React and Immutable. It was inspired by libraries like [Draft.js](https://facebook.github.io/draft-js/), [Prosemirror](http://prosemirror.net/) and [Quill](http://quilljs.com/).
|
||||||
|
|
||||||
_Slate is currently in **beta**, while work is being done on: cross-browser support, atomic node support, and collaboration support. It's useable now, but you might need to pull request one or two fixes for your use case._
|
_Slate is **currently in beta**, while work is being done on: cross-browser support, atomic node support, and collaboration support. It's useable now, but you might need to pull request one or two fixes for your use case._
|
||||||
|
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
@@ -105,7 +105,7 @@ If even that's not enough, you can always [read the source itself](./lib), which
|
|||||||
<br/>
|
<br/>
|
||||||
### Contributing
|
### Contributing
|
||||||
|
|
||||||
All contributions are super welcome! Check out the [Contributing instructions](./Contributing.md) for more info.
|
All contributions are super welcome! Check out the [Contributing instructions](./Contributing.md) for more info!
|
||||||
|
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
Reference in New Issue
Block a user