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:
parent
22caef9e34
commit
cb74536b3c
@ -1,4 +1,3 @@
|
||||
title: $:/config/codemirror/cursorBlinkRate
|
||||
type: string
|
||||
|
||||
530
|
||||
type: integer
|
||||
text: 530
|
||||
|
@ -1,3 +1,3 @@
|
||||
title: $:/config/codemirror/indentUnit
|
||||
|
||||
2
|
||||
type: integer
|
||||
text: 2
|
||||
|
@ -1,4 +1,3 @@
|
||||
title: $:/config/codemirror/inputStyle
|
||||
type: string
|
||||
|
||||
textarea
|
||||
text: textarea
|
||||
|
@ -1,4 +1,3 @@
|
||||
title: $:/config/codemirror/keyMap
|
||||
type: string
|
||||
|
||||
default
|
||||
text: default
|
||||
|
@ -1,4 +1,3 @@
|
||||
title: $:/config/codemirror/lineNumbers
|
||||
type: bool
|
||||
|
||||
false
|
||||
text: false
|
||||
|
@ -1,4 +1,3 @@
|
||||
title: $:/config/codemirror/lineWrapping
|
||||
type: bool
|
||||
|
||||
true
|
||||
text: true
|
||||
|
@ -1,4 +1,3 @@
|
||||
title: $:/config/codemirror/showCursorWhenSelecting
|
||||
type: bool
|
||||
|
||||
true
|
||||
text: true
|
||||
|
@ -1,4 +1,3 @@
|
||||
title: $:/config/codemirror/styleActiveLine
|
||||
type: bool
|
||||
|
||||
false
|
||||
text: false
|
||||
|
@ -1,3 +1,3 @@
|
||||
title: $:/config/codemirror/tabSize
|
||||
|
||||
4
|
||||
type: integer
|
||||
text: 4
|
||||
|
@ -1,4 +1,3 @@
|
||||
title: $:/config/codemirror/theme
|
||||
type: string
|
||||
|
||||
default
|
||||
text: default
|
||||
|
Loading…
Reference in New Issue
Block a user