-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSettingsTemplate.yaml
22 lines (22 loc) · 974 Bytes
/
SettingsTemplate.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
body:
- type: input
attributes:
name: api_key
label: Wordnik API Key
description: Head to https://developer.wordnik.com to get your API key.
- type: input
attributes:
name: results
label: Number of results to display
defaultValue: 20
- type: checkbox
attributes:
name: spellcheck_autocomplete
label: Autocomplete Miss-spelled Words
description: If marked yes, wordnik dictionary will attempt to find which word you were trying to spell if a word was not found. This is toggleable because it can be really slow, and you may just want to know if a word was found or not.
defaultValue: true
- type: input
attributes:
name: wordlist_loc
label: Location of word list file
description: If you want to use a custom list of words for the autocomplete misspelling feature, you can. Just put the path to the file here, and reload plugin data. Make sure each word is on it's on line.