logseq/typos.toml

22 lines
539 B
TOML
Raw Normal View History

[default.extend-words]
# Technical words
edn = "edn"
datas = "datas"
juxt = "juxt"
2023-08-24 05:23:11 +00:00
Ded = "Ded" # Shows up in ANDed
referer = "referer" # This is a misspelling in the http spec so not much we can do
# False positives
collapsable = "collapsable" # This an ok alternative to collapsible
BA = "BA"
fo = "fo"
aks = "aks"
Mannor = "Mannor"
nd = "nd"
2023-08-24 05:23:11 +00:00
deleteable = "deleteable"
fom = "fom"
tne = "tne"
2023-09-08 13:08:53 +00:00
Damon = "Damon"
[files]
2024-01-22 14:13:36 +00:00
extend-exclude = ["resources/*", "src/resources/*", "scripts/resources/*", "e2e-tests/plugin/lsplugin.user.js"]