1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-08 23:03:50 +00:00

Update CodeMirror config tiddlers (#3524)

* use "text" config scheme

* use "text" config scheme

* use "text" config scheme

* use "text" config scheme

* use "text" config scheme

* use "text" config scheme

* use "text" config scheme

* use "text" config scheme

* use "text" config scheme + set type integer

* use "text" config scheme

* set type integer

* set type integer
This commit is contained in:
BurningTreeC 2018-11-07 18:58:38 +01:00 committed by Jeremy Ruston
parent 22caef9e34
commit cb74536b3c
10 changed files with 13 additions and 21 deletions

View File

@ -1,4 +1,3 @@
title: $:/config/codemirror/cursorBlinkRate title: $:/config/codemirror/cursorBlinkRate
type: string type: integer
text: 530
530

View File

@ -1,3 +1,3 @@
title: $:/config/codemirror/indentUnit title: $:/config/codemirror/indentUnit
type: integer
2 text: 2

View File

@ -1,4 +1,3 @@
title: $:/config/codemirror/inputStyle title: $:/config/codemirror/inputStyle
type: string type: string
text: textarea
textarea

View File

@ -1,4 +1,3 @@
title: $:/config/codemirror/keyMap title: $:/config/codemirror/keyMap
type: string type: string
text: default
default

View File

@ -1,4 +1,3 @@
title: $:/config/codemirror/lineNumbers title: $:/config/codemirror/lineNumbers
type: bool type: bool
text: false
false

View File

@ -1,4 +1,3 @@
title: $:/config/codemirror/lineWrapping title: $:/config/codemirror/lineWrapping
type: bool type: bool
text: true
true

View File

@ -1,4 +1,3 @@
title: $:/config/codemirror/showCursorWhenSelecting title: $:/config/codemirror/showCursorWhenSelecting
type: bool type: bool
text: true
true

View File

@ -1,4 +1,3 @@
title: $:/config/codemirror/styleActiveLine title: $:/config/codemirror/styleActiveLine
type: bool type: bool
text: false
false

View File

@ -1,3 +1,3 @@
title: $:/config/codemirror/tabSize title: $:/config/codemirror/tabSize
type: integer
4 text: 4

View File

@ -1,4 +1,3 @@
title: $:/config/codemirror/theme title: $:/config/codemirror/theme
type: string type: string
text: default
default