diff --git a/docs/reference/serializers/raw.md b/docs/reference/serializers/raw.md index bd26f8dc6..b71d53919 100644 --- a/docs/reference/serializers/raw.md +++ b/docs/reference/serializers/raw.md @@ -9,7 +9,7 @@ The raw JSON serialized that ships by default with Slate. It converts a [`State` In the raw format, text is represented as "ranges", which are a more compact way to represent the formatting applied to characters than the immutable model Slate uses internally. -When saving the data to size-sensitive places, you the raw serializer can be told to omit properties that aren't _strictly_ required to deserialize later, reducing the serialized data's size. For example, if the dictionary of [`Data`](../models/data.md) for a [`Node`](../models/node.md) is empty, it will be omitted. +When saving the data to size-sensitive places, the raw serializer can be told to omit properties that aren't _strictly_ required to deserialize later, reducing the serialized data's size. For example, if the dictionary of [`Data`](../models/data.md) for a [`Node`](../models/node.md) is empty, it will be omitted. - [Example](#example) - [Static Methods](#methods) diff --git a/examples/focus-blur/Readme.md b/examples/focus-blur/Readme.md index 04b913be4..c54fe0ba3 100644 --- a/examples/focus-blur/Readme.md +++ b/examples/focus-blur/Readme.md @@ -1,8 +1,6 @@ -# Links Example +# Focus/Blur Example -![](../../docs/images/links-example.png) - -This example shows you how you can wrap text in "inline" nodes to associate metadata, like an `href`, with a piece of text. This is how you'd add links to Slate, but it's also how you might add hashtags, at-mentions, and many more inline features! +This example shows you how you can focus or blur the editor, programmatically, and either immediately or after a short delay. Check out the [Examples readme](..) to see how to run it! diff --git a/examples/plugins/Readme.md b/examples/plugins/Readme.md index 20aee1528..36d5c17ec 100644 --- a/examples/plugins/Readme.md +++ b/examples/plugins/Readme.md @@ -1,8 +1,6 @@ -# Plain Text Example +# Plugins Example -![](../../docs/images/plain-text-example.png) - -This is the most basic Slate example. It's basically a glorified `