Skip to content

Commit 19084b4

Browse files
committed
Fix link to Monaco Editor construction options
1 parent e981076 commit 19084b4

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docs/api/ui/themes/index.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@ The appearance of the editor can be customised using themes. Themes are packaged
1212
and installed as Node-RED plugins, and then selected via the `editorTheme.theme`
1313
property in the settings file.
1414

15-
- [Creating theme CSS](#creating-theme-css)
16-
- [Packaging as a Theme Plugin](#packaging-as-a-theme-plugin)
17-
- [Theming the Monaco editor](#theming-the-monaco-editor)
15+
- [Creating theme CSS](#creating-theme-css)
16+
- [Packaging as a Theme Plugin](#packaging-as-a-theme-plugin)
17+
- [Testing the theme](#testing-the-theme)
18+
- [Theming the Monaco editor](#theming-the-monaco-editor)
19+
- [Setting the Monaco theme by name](#setting-the-monaco-theme-by-name)
20+
- [Setting a custom Monaco theme](#setting-a-custom-monaco-theme)
21+
- [Setting a custom Monaco theme from a JSON file](#setting-a-custom-monaco-theme-from-a-json-file)
1822

1923
### Creating theme CSS
2024

@@ -130,7 +134,7 @@ Monaco editor options including what theme it should use.
130134
131135
#### Setting the Monaco theme by name
132136
133-
Monaco comes with a number of built-in themes available. The full list is [here](https://github.com/node-red/node-red/tree/master/packages/node_modules/%40node-red/editor-client/src/vendor/monaco/dist/theme). Additional settings for Monaco options can be found [here](https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html).
137+
Monaco comes with a number of built-in themes available. The full list is [here](https://github.com/node-red/node-red/tree/master/packages/node_modules/%40node-red/editor-client/src/vendor/monaco/dist/theme). Additional settings for Monaco options can be found [here](https://microsoft.github.io/monaco-editor/docs.html#interfaces/editor.IStandaloneEditorConstructionOptions.html).
134138
135139
The name of the theme can be provided in the plugin settings:
136140

0 commit comments

Comments
 (0)