joplin-plugin-harper 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -8,8 +8,8 @@ request: your notes never leave your computer. The whole checker (a compiled Web
8
8
  ships inside the plugin, so it works fully offline.
9
9
 
10
10
  As you type in the Markdown editor, Harper underlines spelling and grammar issues with a coloured
11
- squiggle, and hovering over one opens a small card with the problem, one-click fixes, and follow-up
12
- actions.
11
+ squiggle, and clicking an underline opens a small card with the problem,
12
+ one-click fixes, and follow-up actions.
13
13
 
14
14
  ![The Harper suggestion card and coloured underlines in the Joplin Markdown editor](https://raw.githubusercontent.com/pmslava/joplin-plugin-harper/main/docs/screenshots/card-light.png)
15
15
 
@@ -26,8 +26,8 @@ suggestion:
26
26
  lint kinds — Spelling, Grammar, Punctuation, Word Choice, Repetition, Redundancy, Style, and more
27
27
  (21 in all) — and each kind gets its own squiggle colour, so you can tell a misspelling from a
28
28
  style nudge at a glance. The colours are Harper's own and work in both light and dark themes.
29
- - **A suggestion card.** Hover over an underline to open a card that shows the issue type, Harper's
30
- explanation with the flagged word highlighted, and the available fixes.
29
+ - **A suggestion card.** Click an underline to open a card that shows the issue
30
+ type, Harper's explanation with the flagged word highlighted, and the available fixes.
31
31
  - **Apply a fix in one click.** Each suggestion is a pill; clicking it rewrites the text (replace,
32
32
  remove, or insert) directly in the editor.
33
33
  - **Add to dictionary.** Spelling cards include an add-to-dictionary button, so a name or term you
@@ -64,7 +64,7 @@ Open **Tools → Options → Harper** (desktop).
64
64
  | --- | --- | --- |
65
65
  | **Enable Harper grammar checking** | On | Master switch. When off, no underlines are shown. |
66
66
  | **English dialect** | American | Which English variety Harper checks against: American, British, Australian, or Canadian. |
67
- | **Lint debounce (ms)** | `500` | How long the editor waits after you stop typing before re-checking, in milliseconds (0–10000). Reopen the note to apply a change to this value. |
67
+ | **Lint debounce (ms)** | `500` | How long the editor waits after you stop typing before re-checking, in milliseconds (0–10000). Changes apply immediately. |
68
68
  | **External dictionary file** | *(empty)* | Absolute path to a plain-text dictionary (one word per line). Empty means the plugin uses its own private word list. See [External dictionary](#external-dictionary). |
69
69
  | **Rule overrides (JSON)** | *(empty)* | *Advanced.* A JSON object of `{"RuleName": true \| false}` applied on top of the defaults, e.g. `{"SpelledNumbers": false}`. Invalid JSON is ignored. |
70
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-harper",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Fast, offline, private grammar and spelling checking for the Joplin desktop Markdown editor, powered by Harper.",
5
5
  "author": "pmslava",
6
6
  "homepage": "https://github.com/pmslava/joplin-plugin-harper#readme",
@@ -5,7 +5,7 @@
5
5
  "platforms": [
6
6
  "desktop"
7
7
  ],
8
- "version": "1.0.0",
8
+ "version": "1.0.2",
9
9
  "name": "Harper",
10
10
  "description": "Fast, offline, private grammar and spelling checking for the Joplin desktop Markdown editor, powered by Harper. Per-kind coloured underlines, a suggestion card with one-click fixes, add-to-dictionary, ignore and disable-rule, plus American, British, Australian and Canadian dialects.",
11
11
  "author": "pmslava",
@@ -39,6 +39,6 @@
39
39
  "label": "Close-up of the per-kind coloured squiggly underlines: a red spelling underline and a green word-choice underline"
40
40
  }
41
41
  ],
42
- "_publish_hash": "sha256:99b54a0c8bd600ca46cc585fe9b030937e42e6f8b0366f0b9b5cd80bd1bea390",
43
- "_publish_commit": "main:78fa2d759308fc08feef00f6895df5e4bf460bc7"
42
+ "_publish_hash": "sha256:94bde0ecf9b0fa1f87b432614e6f8349c61d1179be49fde04755e692ff364900",
43
+ "_publish_commit": "master:bbc8d941e1691a3bbeae0c6f66d5792db27b2c02"
44
44
  }