2018-04-06 16:34:50 +00:00
title: $:/language/codemirror/
homeUrl: http://codemirror.net
addOnUrl: http://codemirror.net/doc/manual.html#addons
configUrl: http://codemirror.net/doc/manual.html#config
controlPanel/hint: These settings let you customise the behaviour of [[CodeMirror|$:/plugins/tiddlywiki/codemirror]].
2020-12-07 14:43:44 +00:00
controlPanel/keyboard: Keyboard shortcuts
2018-04-06 16:34:50 +00:00
controlPanel/usage: Usage information
2020-12-07 14:43:44 +00:00
cursorBlinkRate/hint: Cursor blink rate
2018-04-06 16:34:50 +00:00
editorFont/hint: Editor font family
editorFont/info: Set the font family for the ~CodeMirror text-editor
2020-12-07 14:43:44 +00:00
indentUnit/hint: How many spaces a block should be indented
indentWithTabs/hint: Enable indenting with tabs
indentWithTabs/info: Whether, when indenting, the first N*`tabSize` spaces should be replaced by N tabs.
2018-04-06 16:34:50 +00:00
keyMap/hint: ~CodeMirror keymap
keyMap/info: ~The Keyboard KeyMap used within the ~CodeMirror text-editor
lineNumbers/hint: Enable line numbers
lineNumbers/info: Whether to show line numbers to the left of the editor.
lineWrapping/hint: Enable line wrapping
lineWrapping/info: Whether CodeMirror should scroll or wrap for long lines. Defaults to `false` (scroll).
showCursorWhenSelecting/hint: Show cursor, when selecting
showCursorWhenSelecting/info: Whether the cursor should be drawn when a selection is active.
2020-12-07 14:43:44 +00:00
smartIndent/hint: Enable smart indent
smartIndent/info: Whether to use the context-sensitive indentation that the mode provides (or just indent the same as the line before). Defaults to `true`.
2018-04-06 16:34:50 +00:00
styleActiveLine/hint: Highlight active line
styleActiveLine/info: Whether or not to highlight the active text-editor line
2020-12-07 14:43:44 +00:00
tabSize/hint: Width of a tab character
2018-04-06 16:34:50 +00:00
theme/hint: Select a theme
theme/info: Choose between ~CodeMirror themes