|
@@ -148,7 +148,7 @@ Here is how it might look when we run the app and navigate to editor page:
|
148
|
148
|
|
149
|
149
|
<img src="https://github.com/memspace/zefyr/raw/gitbook/assets/quick-start-rec-01.gif" width="600">
|
150
|
150
|
|
151
|
|
-### 04. Save document to a JSON file
|
|
151
|
+### 04. Save document to JSON file
|
152
|
152
|
|
153
|
153
|
At this point we can already edit the document and apply styles, however if
|
154
|
154
|
we navigate back from this page our changes will be lost. Let's fix this and
|
|
@@ -236,7 +236,7 @@ Now we can reload our app, hit "Save" button and see the snack bar.
|
236
|
236
|
|
237
|
237
|
<img src="https://github.com/memspace/zefyr/raw/gitbook/assets/quick-start-rec-02.gif" width="600">
|
238
|
238
|
|
239
|
|
-### 05. Load document from a JSON file
|
|
239
|
+### 05. Load document from JSON file
|
240
|
240
|
|
241
|
241
|
Since we now have this document saved to a file, let's update our
|
242
|
242
|
`_loadDocument` method to load saved file if it exists.
|