1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-07-31 12:30:11 +02:00

remove strikethrough from readme

This commit is contained in:
Ian Storm Taylor
2016-07-06 16:50:45 -07:00
parent 4fc0a9e0cf
commit 64cd2b6c7f

View File

@@ -5,7 +5,7 @@
<p align="center">A <em>completely</em> customizable framework <br/>for building rich text editors in the browser.</p> <p align="center">A <em>completely</em> customizable framework <br/>for building rich text editors in the browser.</p>
<br/> <br/>
<p align="center"><a href="#principles">Principles</a> · <a href="#examples">Examples</a> · <s>Plugins</s> · <a href="#documentation">Documentation</a> · <s>Contributing</s></p> <p align="center"><a href="#principles">Principles</a> · <a href="#examples">Examples</a> · Plugins · <a href="#documentation">Documentation</a> · Contributing</p>
<br/> <br/>
Slate lets you build rich, intuitive editors like those in [Medium](https://medium.com/), [Dropbox Paper](https://www.dropbox.com/paper) or [Canvas](https://usecanvas.com/)—which are becoming table stakes for applications on the web—without your codebase getting mired in complexity. Slate lets you build rich, intuitive editors like those in [Medium](https://medium.com/), [Dropbox Paper](https://www.dropbox.com/paper) or [Canvas](https://usecanvas.com/)—which are becoming table stakes for applications on the web—without your codebase getting mired in complexity.
@@ -53,32 +53,32 @@ If you have an idea for an example that shows a common use case, pull request it
If you're using Slate for the first time, check out the [Getting Started](./docs/getting-started) guide and the [Core Concepts](./docs/concepts) to familiarize yourself with Slate's architecture and mental models. Once you've gotten familiar with those, you'll probably want to check out the full [API Reference](./docs/reference). If you're using Slate for the first time, check out the [Getting Started](./docs/getting-started) guide and the [Core Concepts](./docs/concepts) to familiarize yourself with Slate's architecture and mental models. Once you've gotten familiar with those, you'll probably want to check out the full [API Reference](./docs/reference).
- [**Getting Started**](docs/getting-started.md) - [**Getting Started**](docs/getting-started.md)
- ~~Installing Slate~~ - Installing Slate
- ~~Adding Slate to Your App~~ - Adding Slate to Your App
- ~~Customizing Slate's Behavior~~ - Customizing Slate's Behavior
- ~~Adding Plugins~~ - Adding Plugins
- ~~**Core Concepts**~~ - **Core Concepts**
- ~~Statelessness & Immutability~~ - Statelessness & Immutability
- [The Document Model](docs/getting-started.md#the-document-model) - [The Document Model](docs/getting-started.md#the-document-model)
- ~~The Selection Model~~ - The Selection Model
- ~~Plugins~~ - Plugins
- ~~**API Reference**~~ - **API Reference**
- ~~Components~~ - Components
- ~~Editor~~ - Editor
- ~~Models~~ - Models
- ~~Block~~ - Block
- ~~Character~~ - Character
- ~~Data~~ - Data
- ~~Document~~ - Document
- ~~Inline~~ - Inline
- ~~Mark~~ - Mark
- ~~Node~~ - Node
- ~~Selection~~ - Selection
- ~~State~~ - State
- ~~Text~~ - Text
- ~~Transform~~ - Transform
- ~~Plugins~~ - Plugins
If even that's not enough, you can always [read the source itself](./lib), which is explained along with a handful of readme's. If even that's not enough, you can always [read the source itself](./lib), which is explained along with a handful of readme's.