1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-09 00:36:41 +02:00
This commit is contained in:
Ian Storm Taylor
2016-07-12 22:31:12 -07:00
parent 924fd0421c
commit 66a1c93bb4
2 changed files with 3 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ test/support/build.js: $(shell find ./lib) ./test/browser.js
--outfile ./test/support/build.js
# Run the tests.
test: test-browser test-server
test: test-server
# Run the browser-side tests.
test-browser: ./test/support/build.js

View File

@@ -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/).
_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/>
@@ -105,7 +105,7 @@ If even that's not enough, you can always [read the source itself](./lib), which
<br/>
### 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/>