Skip to content

Commit 8232188

Browse files
committed
experimental link for issue #179
1 parent a393a97 commit 8232188

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

en/help.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ title: "Using the learnlatex.org site"
55
description: "This page explains the learnlatex.org website itself and how to best make use of it."
66
permalink: /en/help
77
---
8+
<script>
9+
function acesettings() {
10+
editors['pre0'].execCommand("showSettingsMenu");
11+
}
12+
</script>
813

914
# Help
1015

@@ -48,7 +53,7 @@ The editor being used is [ACE](https://ace.c9.io/).
4853
You may customise the theme used in the editor (for example using a
4954
dark theme with light text on a dark background) on the [Site Settings](settings) page.
5055
A convenient way to experiment with different themes is to to use <kbd>Ctrl</kbd>+<kbd>,</kbd> (<kbd>⌘</kbd>+<kbd>,</kbd> on Mac)
51-
while on any example in the site. This displays a panel which allows you to change all the ACE settings.
56+
while on any example in the site. This displays a [panel](javascript:acesettings()) which allows you to change all the ACE settings.
5257

5358
The ACE repository has a [useful page of editor keyboard shortcuts](https://github.com/ajaxorg/ace/wiki/Default-Keyboard-Shortcuts).
5459

0 commit comments

Comments
 (0)