1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-27 09:04:31 +02:00

add saving and loading html content guide to docs

This commit is contained in:
Ian Storm Taylor
2016-07-20 10:17:39 -07:00
parent a46dd61686
commit 3b49833e8e
2 changed files with 2 additions and 0 deletions

View File

@@ -107,6 +107,7 @@ If you're using Slate for the first time, check out the [Getting Started](./docs
- [Applying Custom Formatting](./docs/guides/applying-custom-formatting.md)
- [Using Plugins](./docs/guides/using-plugins.md)
- [Saving to a Database](./docs/guides/saving-to-a-database.md)
- [Saving and Loading HTML Content](./docs/guides/saving-and-loading-html-content.md)
- Adding a Hovering Menu
- Rendering Adjacent Elements in Components
- Adding Images Using Void Nodes

View File

@@ -9,5 +9,6 @@ These guides introduce you to the different parts of Slate in a step-by-step way
- [Applying Custom Formatting](./applying-custom-formatting.md)
- [Using Plugins](./using-plugins.md)
- [Saving to a Database](./saving-to-a-database.md)
- [Saving and Loading HTML Content](./saving-and-loading-html-content.md)
_If you have an idea for a guide, or notice something that isn't clear, submit a pull request!_