joplin-plugin-harper 1.0.1 → 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,7 +8,7 @@ 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
|
|
11
|
+
squiggle, and clicking an underline opens a small card with the problem,
|
|
12
12
|
one-click fixes, and follow-up actions.
|
|
13
13
|
|
|
14
14
|

|
|
@@ -26,7 +26,7 @@ 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.**
|
|
29
|
+
- **A suggestion card.** Click an underline to open a card that shows the issue
|
|
30
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.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "joplin-plugin-harper",
|
|
3
|
-
"version": "1.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",
|
|
Binary file
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"platforms": [
|
|
6
6
|
"desktop"
|
|
7
7
|
],
|
|
8
|
-
"version": "1.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:
|
|
43
|
-
"_publish_commit": "master:
|
|
42
|
+
"_publish_hash": "sha256:94bde0ecf9b0fa1f87b432614e6f8349c61d1179be49fde04755e692ff364900",
|
|
43
|
+
"_publish_commit": "master:bbc8d941e1691a3bbeae0c6f66d5792db27b2c02"
|
|
44
44
|
}
|