1
0
Fork 0
mirror of https://github.com/marty-oehme/scripts.git synced 2024-12-22 07:58:08 +00:00

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

View file

@ -10,7 +10,6 @@ import QOwnNotesTypes 1.0
Script { Script {
property string setLetters property string setLetters
property string setMarkers property string setMarkers
property bool useNestingLetters
property variant settingsVariables: [ 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", "description": "Put the symbols you want to use as marked list item markers. Spaces and commas are ignored",
"type": "string", "type": "string",
"default": "- • ‣", "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 property string letters