File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ title: "Using the learnlatex.org site"
55description : " This page explains the learnlatex.org website itself and how to best make use of it."
66permalink : /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/).
4853You may customise the theme used in the editor (for example using a
4954dark theme with light text on a dark background) on the [ Site Settings] ( settings ) page.
5055A 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
5358The ACE repository has a [ useful page of editor keyboard shortcuts] ( https://github.com/ajaxorg/ace/wiki/Default-Keyboard-Shortcuts ) .
5459
You can’t perform that action at this time.
0 commit comments