1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-01 21:52:44 +01:00
slate/docs/guides/Readme.md

13 lines
566 B
Markdown
Raw Normal View History

2016-07-08 12:32:49 -07:00
2016-07-11 12:35:04 -07:00
### Guides
2016-07-11 12:34:50 -07:00
2016-07-08 12:32:49 -07:00
These guides introduce you to the different parts of Slate in a step-by-step way that build on each other, perfect for getting started. We recommend reading them in order, start to finish!
- [Installing Slate](./installing-slate.md)
- [Adding Event Handlers](./adding-event-handlers.md)
2016-07-08 14:40:45 -07:00
- [Defining Custom Block Nodes](./defining-custom-block-nodes.md)
- [Applying Custom Formatting](./applying-custom-formatting.md)
- [Using Plugins](./using-plugins.md)
2016-07-08 12:32:49 -07:00
_If you have an idea for a guide, or notice something that isn't clear, submit a pull request!_