Add files via upload

This commit is contained in:
Maboroshy 2017-10-14 18:13:30 +04:00 committed by GitHub
parent 1f34901dbb
commit e4cab74179
1 changed files with 1 additions and 9 deletions

View File

@ -10,7 +10,6 @@ import QOwnNotesTypes 1.0
Script {
property string setLetters
property string setMarkers
property bool useNestingLetters
property variant settingsVariables: [
{
@ -26,14 +25,7 @@ Script {
"description": "Put the symbols you want to use as marked list item markers. Spaces and commas are ignored",
"type": "string",
"default": "- • ‣",
},
{
"identifier": "useNestingLetters",
"name": "Use letters instead of numbers for second level of nested numbered list instead",
"description": "Enable for letters, disable for numbers",
"type": "boolean",
"default": "false",
},
}
]
property string letters