Skip to content

Commit d1ffd9d

Browse files
committed
add settings page
1 parent 6c818d9 commit d1ffd9d

File tree

4 files changed

+22
-1
lines changed

4 files changed

+22
-1
lines changed

docs/img/dark/settings.png

137 KB
Loading

docs/img/light/settings.png

141 KB
Loading

docs/settings.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,23 @@
22
sidebar_position: 4
33
---
44

5-
# Settings
5+
import ThemedImage from '../src/components/ThemedImage';
6+
7+
# General Settings
8+
9+
You can customize general editor settings in the `Settings` menu.
10+
11+
<ThemedImage lightImageSrc={require("./img/light/settings.png").default} darkImageSrc={require("./img/dark/settings.png").default} alt="New File" />
12+
13+
These settings are saved in the local storage and are applied to all your diagrams.
14+
15+
## Settings
16+
17+
| Setting | Description |
18+
| -------- | ------- |
19+
| Show timeline | Show the editing history of the diagram. This is essentially all the items in the stack used to undo changes. |
20+
| Autosave | Disable / enable autosaving changes. |
21+
| Panning | Disable / enable moving the canvas. |
22+
| Table width | Set the width of tables. |
23+
| Language | Set UI language. |
24+
| Flush storage | This permanently deletes all the diagrams and templates from IndexedDB. |

sidebars.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// @ts-check
2+
13
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
24
const sidebars = {
35
tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],

0 commit comments

Comments
 (0)