You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`editorsize`|Size in percentage of editor. | number|`50`|
39
+
|`eslint`| Use eslint (increases embed size significantly).|`0`/`1`|`0`|
40
+
|`expanddevtools`| Start with the devtools (console) open. |`0`/`1`|`0`|
41
+
|`fontsize`| Font size of editor | number (in px) |`14`|
42
+
|`forcerefresh`| Force a full refresh of frame after every edit. |`0`/`1`|`0`|
43
+
|`hidenavigation`| Hide the navigation bar of the preview. |`0`/`1`|`0`|
44
+
|`highlights`| Which lines to highlight (only works in CodeMirror) | comma separated list of line numbers ||
45
+
|`initialpath`| Which url to initially load in address bar| string|`/`|
46
+
|`module`| Which module to open by default. Multiple paths comma separated are allowed, in that case we show them as tabs| path to module (starting with `/`) | entry path |
47
+
|`moduleview`| Evaluate the file that is open in the editor.|`0`/`1`|`0`|
48
+
|`previewwindow`| Which preview window to open by default|`console`/`tests`/`browser`|`browser`|
49
+
|`runonclick`|Only load the preview when the user says so.|`0`/`1`|`0`|
50
+
|`verticallayout`| Whether to show the editor and preview vertically. |`0`/`1`|`0`|
51
+
|`view`| Which view to open by default |`editor`/`split`/`preview`|`split`, `preview` for small screens|
52
52
53
53
## Example Embeds
54
54
@@ -62,10 +62,7 @@ This embed is focused on being as light as possible:
0 commit comments