mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-09-03 12:12:39 +02:00
update docs
This commit is contained in:
@@ -1,4 +1,2 @@
|
||||
|
||||
# `slate-base64-serializer`
|
||||
|
||||
This package contains a base 64 serializer for Slate documents.
|
||||
|
@@ -1,4 +1,2 @@
|
||||
|
||||
# `slate-logger`
|
||||
|
||||
This package contains the logger that Slate uses to log warnings and deprecations only when in development environments.
|
||||
|
@@ -1,4 +1,2 @@
|
||||
|
||||
# `slate-html-serializer`
|
||||
|
||||
This package contains an HTML serializer for Slate documents, that you can configure depending on your custom schema.
|
||||
|
@@ -1,4 +1,2 @@
|
||||
|
||||
# `slate-hyperscript`
|
||||
|
||||
This package contains a hyperscript helper for creating Slate documents with JSX!
|
||||
|
@@ -1,4 +1,2 @@
|
||||
|
||||
# `slate-plain-serializer`
|
||||
|
||||
This package contains a plain-text serializer for Slate documents.
|
||||
|
@@ -1,4 +1,2 @@
|
||||
|
||||
# `slate-prop-types`
|
||||
|
||||
This package contains a set of React prop types for Slate values that you can use in your own components and plugins.
|
||||
|
@@ -1,6 +1,4 @@
|
||||
|
||||
# `slate-react`
|
||||
|
||||
This package contains the React-specific logic for Slate. It's separated further into a series of directories:
|
||||
|
||||
- [**Components**](./src/components) — containing the React components for rendering Slate editors.
|
||||
|
@@ -1,4 +1,2 @@
|
||||
|
||||
# `slate-simulator`
|
||||
|
||||
This package contains a simulator for testing Slate editors and plugins.
|
||||
|
@@ -1,6 +1,4 @@
|
||||
|
||||
# `slate`
|
||||
|
||||
This package contains the core logic of Slate. It's separated further into a series of directories:
|
||||
|
||||
- [**Changes**](./src/changes) — containing the changes that are used to alter a Slate document.
|
||||
|
Reference in New Issue
Block a user