File tree 4 files changed +22
-1
lines changed 4 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 2
2
sidebar_position : 4
3
3
---
4
4
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. |
Original file line number Diff line number Diff line change
1
+ // @ts -check
2
+
1
3
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig } */
2
4
const sidebars = {
3
5
tutorialSidebar : [ { type : 'autogenerated' , dirName : '.' } ] ,
You can’t perform that action at this time.
0 commit comments