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