1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-03-08 23:09:47 +01:00

11 lines
554 B
Markdown
Raw Normal View History

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!_