Skip to content

Commit 879ade9

Browse files
committed
Change the description for default-settings
1 parent 73a8bb8 commit 879ade9

File tree

2 files changed

+18
-19
lines changed

2 files changed

+18
-19
lines changed

docs/customizing-editor.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,3 @@ You can customize editor settings in the `View` menu.
3030
| Zoom in | Set editor zoom | Ctrl+(Wheel/Up) |
3131
| Zoom out | Set editor zoom | Ctrl+(Wheel/Down) |
3232
| Fullscreen | Enter fullscreen | N/A |
33-
34-
To personalize your default settings you can select the default option on your settings menu to change various aspects such as fefault data type, change if null or not null is default,change to capital letters among other things.
35-
36-
37-
<div style={{ textAlign: "center" }}>
38-
<ThemedImage
39-
lightImageSrc={require("./img/light/Default1.jpeg").default}
40-
darkImageSrc={require("./img/dark/Default1.jpeg").default}
41-
alt="New File"
42-
/>
43-
</div>
44-
45-
<div style={{ textAlign: "center" }}>
46-
<ThemedImage
47-
lightImageSrc={require("./img/light/Default2.jpeg").default}
48-
darkImageSrc={require("./img/dark/Default2.jpeg").default}
49-
alt="New File"
50-
/>
51-
</div>

docs/settings.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,21 @@ These settings are saved in the local storage and are applied to all your diagra
2323
| Defaults | Set default field values and type sizes for new fields. |
2424
| Language | Set UI language. |
2525
| Flush storage | This permanently deletes all the diagrams and templates from IndexedDB. |
26+
27+
To personalize your default settings you can select the default option on your settings menu to change various aspects such as default data type, change if null or not null is default, change to capital letters among other things.
28+
29+
<div style={{ textAlign: "center" }}>
30+
<ThemedImage
31+
lightImageSrc={require("./img/light/Default1.jpeg").default}
32+
darkImageSrc={require("./img/dark/Default1.jpeg").default}
33+
alt="New File"
34+
/>
35+
</div>
36+
37+
<div style={{ textAlign: "center" }}>
38+
<ThemedImage
39+
lightImageSrc={require("./img/light/Default2.jpeg").default}
40+
darkImageSrc={require("./img/dark/Default2.jpeg").default}
41+
alt="New File"
42+
/>
43+
</div>

0 commit comments

Comments
 (0)