generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathcspell.json
More file actions
93 lines (93 loc) · 1.96 KB
/
cspell.json
File metadata and controls
93 lines (93 loc) · 1.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"version": "0.2",
"ignorePaths": [
"dist",
"node_modules",
"src/i18n/locales/am.ts",
"src/i18n/locales/ar.ts",
"src/i18n/locales/be.ts",
"src/i18n/locales/ca.ts",
"src/i18n/locales/cs.ts",
"src/i18n/locales/da.ts",
"src/i18n/locales/de.ts",
"src/i18n/locales/en.ts",
"src/i18n/locales/es.ts",
"src/i18n/locales/fa.ts",
"src/i18n/locales/fr.ts",
"src/i18n/locales/en-GB.ts",
"src/i18n/locales/ga.ts",
"src/i18n/locales/he.ts",
"src/i18n/locales/hu.ts",
"src/i18n/locales/id.ts",
"src/i18n/locales/it.ts",
"src/i18n/locales/ja.ts",
"src/i18n/locales/kh.ts",
"src/i18n/locales/ko.ts",
"src/i18n/locales/lv.ts",
"src/i18n/locales/ms.ts",
"src/i18n/locales/ne.ts",
"src/i18n/locales/nl.ts",
"src/i18n/locales/no.ts",
"src/i18n/locales/pl.ts",
"src/i18n/locales/pt.ts",
"src/i18n/locales/pt-BR.ts",
"src/i18n/locales/ro.ts",
"src/i18n/locales/ru.ts",
"src/i18n/locales/sq.ts",
"src/i18n/locales/th.ts",
"src/i18n/locales/tr.ts",
"src/i18n/locales/uk.ts",
"src/i18n/locales/uz.ts",
"src/i18n/locales/vi.ts",
"src/i18n/locales/zh.ts",
"src/i18n/locales/zh-TW.ts",
"tsconfig.tsbuildinfo"
],
"dictionaryDefinitions": [],
"dictionaries": [],
"words": [
"Accelsnow",
"astrodad",
"backlink",
"Backlinks",
"collab",
"corge",
"creatordate",
"excalidraw",
"frontmatter",
"garply",
"grault",
"Harrd",
"hotreload",
"jinder",
"Jsons",
"kaiiiz",
"Kamesuta",
"leftn",
"lezer",
"Linkpath",
"Linktext",
"lucide",
"mengbo",
"mnaoumov",
"Naumov",
"obsidianmd",
"outfile",
"plugh",
"postversion",
"preversion",
"Promisable",
"redrop",
"rightn",
"Slugified",
"tsbuildinfo",
"typora",
"Uppercased",
"Wikilink",
"Wikilinks",
"xyzzy"
],
"ignoreWords": [],
"import": [],
"enabled": true
}