1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-27 03:57:21 +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
type: string
530
type: integer
text: 530

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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