yank-note-registry 1.0.312 → 1.0.313
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/extensions.json +1 -0
- package/index.json +47 -0
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
{ "id": "@yank-note/extension-kroki", "version": "1.1.2" },
|
|
13
13
|
{ "id": "@yank-note/extension-tldraw", "version": "1.1.0" },
|
|
14
14
|
{ "id": "@yank-note/extension-geogebra", "version": "1.2.0" },
|
|
15
|
+
{ "id": "@yank-note/extension-spellchecker", "version": "1.0.0" },
|
|
15
16
|
{ "id": "@yank-note/extension-markdown-prettier", "version": "1.4.3" },
|
|
16
17
|
{ "id": "@yank-note/extension-echarts", "version": "1.5.2" },
|
|
17
18
|
{ "id": "@yank-note/extension-pdf-viewer", "version": "1.2.2" },
|
package/index.json
CHANGED
|
@@ -555,6 +555,53 @@
|
|
|
555
555
|
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-geogebra/1.2.0/CHANGELOG.md",
|
|
556
556
|
"origin": "official"
|
|
557
557
|
},
|
|
558
|
+
{
|
|
559
|
+
"name": "@yank-note/extension-spellchecker",
|
|
560
|
+
"version": "1.0.0",
|
|
561
|
+
"displayName": "Spell Checker",
|
|
562
|
+
"description": "Check spelling in the editor",
|
|
563
|
+
"displayName_ZH-CN": "拼写检查",
|
|
564
|
+
"description_ZH-CN": "检查编辑器中的拼写",
|
|
565
|
+
"keywords": [],
|
|
566
|
+
"author": {
|
|
567
|
+
"name": "Yank Note"
|
|
568
|
+
},
|
|
569
|
+
"license": "AGPL-3.0",
|
|
570
|
+
"homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-spellchecker",
|
|
571
|
+
"repository": {
|
|
572
|
+
"type": "git",
|
|
573
|
+
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
574
|
+
},
|
|
575
|
+
"main": "./dist/index.js",
|
|
576
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-spellchecker/1.0.0/icon.svg",
|
|
577
|
+
"engines": {
|
|
578
|
+
"node": ">=18.20.2",
|
|
579
|
+
"yank-note": "^3.79.0"
|
|
580
|
+
},
|
|
581
|
+
"requirements": {
|
|
582
|
+
"premium": false
|
|
583
|
+
},
|
|
584
|
+
"bugs": {
|
|
585
|
+
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
586
|
+
},
|
|
587
|
+
"dist": {
|
|
588
|
+
"integrity": "sha512-B6qYORgXWGvGf6lUTCghvRhowrMmz8G1kXjw+CdsCaL3Hg3mZ7bjvDqvUeolciX+2D2+O9GbeNtovUfQLybXJg==",
|
|
589
|
+
"shasum": "1e19021ca3c368d2b507d6cc9377244062f7f9fe",
|
|
590
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-spellchecker/-/extension-spellchecker-1.0.0.tgz",
|
|
591
|
+
"fileCount": 9,
|
|
592
|
+
"unpackedSize": 1346462
|
|
593
|
+
},
|
|
594
|
+
"directories": {},
|
|
595
|
+
"maintainers": [
|
|
596
|
+
{
|
|
597
|
+
"name": "purocean",
|
|
598
|
+
"email": "purocean@outlook.com"
|
|
599
|
+
}
|
|
600
|
+
],
|
|
601
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-spellchecker/1.0.0/README.md",
|
|
602
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-spellchecker/1.0.0/CHANGELOG.md",
|
|
603
|
+
"origin": "official"
|
|
604
|
+
},
|
|
558
605
|
{
|
|
559
606
|
"name": "@yank-note/extension-markdown-prettier",
|
|
560
607
|
"version": "1.4.3",
|