You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
## Installation
10
10
11
-
This extension is very big (24 MB) because it runs completely locally, install it by downloading `markedit-proofreading.js` from the [latest release](https://github.com/MarkEdit-app/MarkEdit-proofreading/releases/latest) and copying it to:
11
+
This extension is large (24 MB) because it runs completely locally. Install it by downloading `markedit-proofreading.js` from the [latest release](https://github.com/MarkEdit-app/MarkEdit-proofreading/releases/latest) and copying it to:
@@ -18,7 +18,7 @@ Restart MarkEdit after copying the file.
18
18
19
19
## Configuration
20
20
21
-
This extension provides three presets to control how aggressively Harper checks your writing. Presets disable specific [rules](https://writewithharper.com/docs/rules) via [`setLintConfig`](https://writewithharper.com/docs/harperjs/configurerules) and filter by lint kind as a safety net:
21
+
This extension provides three presets to control how aggressively Harper checks your writing. Each preset disables specific [rules](https://writewithharper.com/docs/rules) via [`setLintConfig`](https://writewithharper.com/docs/harperjs/configurerules) and filters by lint kind as a safety net:
22
22
23
23
-`"strict"` (default): All Harper rules are active
24
24
-`"standard"`: Disables Enhancement, Style, and WordChoice rules
@@ -41,11 +41,11 @@ You can customize behavior from `settings.json` with the `extension.markeditProo
41
41
}
42
42
```
43
43
44
-
-`autoLintDelay`: Delay in milliseconds before automatic proofreading runs after a document change (default: `1000`). Set to `-1` to disable automatic proofreading entirely (use "Proofread Now" to lint on demand)
45
-
-`addToDict`: When `true` (default), clicking "Ignore" on a flagged word also adds it to a personal dictionary so it won't be flagged in future sessions. Set to `false` to disable this behavior
46
-
-`lintPreset`: `"strict"` (default), `"standard"`, or `"relaxed"`
47
-
-`lintRuleOverrides`: Per-rule overrides (`true` / `false` / `null`) applied on top of the preset
48
-
-`disabledLintKinds`: Additional lint kinds to filter out, available kinds:
44
+
-`autoLintDelay`: Delay in milliseconds before automatic proofreading runs after a document change (default: `1000`). Set to `-1` to disable automatic proofreading entirely (use "Proofread Now" to lint on demand).
45
+
-`addToDict`: When `true` (default), clicking "Ignore" on a flagged word also adds it to a personal dictionary so it won't be flagged in future sessions. Set to `false` to disable this behavior.
46
+
-`lintPreset`: `"strict"` (default), `"standard"`, or `"relaxed"`.
47
+
-`lintRuleOverrides`: Per-rule overrides (`true` / `false` / `null`) applied on top of the preset.
48
+
-`disabledLintKinds`: Additional lint kinds to filter out. Available kinds:
When `addToDict` is enabled (default), clicking "Ignore" on a flagged word also adds it to a personal dictionary persisted at `~/Library/Containers/app.cyan.markedit/Data/Documents/proofreading-dict.txt`. Dictionary words are automatically loaded when the extension starts.
59
+
When `addToDict` is enabled (default), clicking "Ignore" on a flagged word also adds it to a personal dictionary stored at `~/Library/Containers/app.cyan.markedit/Data/Documents/proofreading-dict.txt`. Dictionary words are automatically loaded when the extension starts.
0 commit comments