mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-04 05:06:51 +00:00
Add missing config options to ControlPanel->Settings->CodeMirror (#5229)
* Create cursorBlinkRate.tid * Update config-language.multids * Create indentUnit.tid * Create indentWithTabs.tid * Create smartIndent.tid * Create tabSize.tid
This commit is contained in:
8
plugins/tiddlywiki/codemirror/settings/smartIndent.tid
Normal file
8
plugins/tiddlywiki/codemirror/settings/smartIndent.tid
Normal file
@@ -0,0 +1,8 @@
|
||||
title: $:/core/ui/ControlPanel/Settings/codemirror/smartIndent
|
||||
tags: $:/tags/ControlPanel/Settings/CodeMirror
|
||||
caption: {{$:/language/codemirror/smartIndent/hint}}
|
||||
|
||||
\define lingo-base() $:/language/codemirror/smartIndent/
|
||||
<<lingo hint>>
|
||||
|
||||
<$checkbox tiddler="$:/config/codemirror/smartIndent" field="text" checked="true" unchecked="false" default="true"> <$link to="$:/config/codemirror/smartIndent"><<lingo info>></$link> </$checkbox>
|
||||
Reference in New Issue
Block a user