yank-note-registry 1.0.282 → 1.0.284
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 +4 -2
- package/index.json +98 -8
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"official": [
|
|
3
3
|
{ "id": "@yank-note/extension-ai-copilot", "version": "1.24.1" },
|
|
4
4
|
{ "id": "@yank-note/extension-mermaid", "version": "1.8.0" },
|
|
5
|
-
{ "id": "@yank-note/extension-drawio", "version": "2.
|
|
5
|
+
{ "id": "@yank-note/extension-drawio", "version": "2.5.0" },
|
|
6
6
|
{ "id": "@yank-note/extension-excalidraw", "version": "1.6.0" },
|
|
7
7
|
{ "id": "@yank-note/extension-echarts", "version": "1.5.2" },
|
|
8
8
|
{ "id": "@yank-note/extension-reveal-js", "version": "1.8.0" },
|
|
@@ -29,6 +29,8 @@
|
|
|
29
29
|
{ "id": "yank-note-extension-vim-mode", "version": "1.1.0" },
|
|
30
30
|
{ "id": "yank-note-extension-tool-bar", "version": "1.0.0" },
|
|
31
31
|
{ "id": "yank-note-extension-snippet", "version": "1.0.3" },
|
|
32
|
-
{ "id": "yank-note-extension-docsify", "version": "0.0.3" }
|
|
32
|
+
{ "id": "yank-note-extension-docsify", "version": "0.0.3" },
|
|
33
|
+
{ "id": "yank-note-extension-math", "version": "0.3.0" },
|
|
34
|
+
{ "id": "yank-note-extension-background", "version": "1.0.0" }
|
|
33
35
|
]
|
|
34
36
|
}
|
package/index.json
CHANGED
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
96
|
"name": "@yank-note/extension-drawio",
|
|
97
|
-
"version": "2.
|
|
97
|
+
"version": "2.5.0",
|
|
98
98
|
"displayName": "Drawio",
|
|
99
99
|
"description": "Drawio integration",
|
|
100
100
|
"displayName_ZH-CN": "Drawio",
|
|
@@ -111,9 +111,9 @@
|
|
|
111
111
|
},
|
|
112
112
|
"main": "./main/index.js",
|
|
113
113
|
"style": "./main/style.css",
|
|
114
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/2.
|
|
115
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/2.
|
|
116
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/2.
|
|
114
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/2.5.0/icon.svg",
|
|
115
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/2.5.0/README.md",
|
|
116
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/2.5.0/CHANGELOG.md",
|
|
117
117
|
"engines": {
|
|
118
118
|
"node": ">=18.20.2",
|
|
119
119
|
"yank-note": "^3.66.0"
|
|
@@ -122,11 +122,11 @@
|
|
|
122
122
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
123
123
|
},
|
|
124
124
|
"dist": {
|
|
125
|
-
"integrity": "sha512-
|
|
126
|
-
"shasum": "
|
|
127
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-drawio/-/extension-drawio-2.
|
|
125
|
+
"integrity": "sha512-p+MSZu+gxN1XV0YqgIZRzq7bKQNLsadgmIAdBBVfHzxh3KU8W4fenWrdfi4jZrnmv8G1up6TTStqLy1+twRwCA==",
|
|
126
|
+
"shasum": "6c3f532f3124ba914f15157bf3768484b83f30fa",
|
|
127
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-drawio/-/extension-drawio-2.5.0.tgz",
|
|
128
128
|
"fileCount": 3139,
|
|
129
|
-
"unpackedSize":
|
|
129
|
+
"unpackedSize": 160354015
|
|
130
130
|
},
|
|
131
131
|
"directories": {},
|
|
132
132
|
"maintainers": [
|
|
@@ -1286,5 +1286,95 @@
|
|
|
1286
1286
|
"readmeUrl": "https://registry.yank-note.com/cdn/yank-note-extension-docsify/0.0.3/README.md",
|
|
1287
1287
|
"changelogUrl": "https://registry.yank-note.com/cdn/yank-note-extension-docsify/0.0.3/CHANGELOG.md",
|
|
1288
1288
|
"origin": "registry"
|
|
1289
|
+
},
|
|
1290
|
+
{
|
|
1291
|
+
"name": "yank-note-extension-math",
|
|
1292
|
+
"version": "0.3.0",
|
|
1293
|
+
"displayName": "数学扩展",
|
|
1294
|
+
"description": "面向数学用户的 Yank Note 扩展",
|
|
1295
|
+
"author": {
|
|
1296
|
+
"name": "Mirion"
|
|
1297
|
+
},
|
|
1298
|
+
"license": "MIT",
|
|
1299
|
+
"keywords": [],
|
|
1300
|
+
"repository": {
|
|
1301
|
+
"type": "git",
|
|
1302
|
+
"url": "https://github.com/MirionQs/yank-note-extension-math.git"
|
|
1303
|
+
},
|
|
1304
|
+
"homepage": "https://github.com/MirionQs/yank-note-extension-math",
|
|
1305
|
+
"main": "./dist/index.js",
|
|
1306
|
+
"icon": "https://registry.yank-note.com/cdn/yank-note-extension-math/0.3.0/icon.png",
|
|
1307
|
+
"engines": {
|
|
1308
|
+
"node": ">=18.20.2",
|
|
1309
|
+
"yank-note": ">=3.75.4"
|
|
1310
|
+
},
|
|
1311
|
+
"themes": [
|
|
1312
|
+
{
|
|
1313
|
+
"name": "香蕉空间",
|
|
1314
|
+
"css": "./themes/banana-space.css"
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
"name": "多彩笔记",
|
|
1318
|
+
"css": "./themes/colorful-note.css"
|
|
1319
|
+
}
|
|
1320
|
+
],
|
|
1321
|
+
"licenseText": "MIT License\n\nCopyright (c) 2022-2024 Mirion\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
|
|
1322
|
+
"dist": {
|
|
1323
|
+
"shasum": "47f3532efee7e1f4eb82db4c8c91d98ef774291e",
|
|
1324
|
+
"integrity": "sha512-5mZp9hJ4//WtdEanWFIb4rktCjyvC5YJyIjxTROuo+MLflZeTqyUo1OggdWfuT0x76B3kwDywTa+dUwMa8nSnA==",
|
|
1325
|
+
"tarball": "https://registry.npmjs.org/yank-note-extension-math/-/yank-note-extension-math-0.3.0.tgz",
|
|
1326
|
+
"fileCount": 31,
|
|
1327
|
+
"unpackedSize": 69049967
|
|
1328
|
+
},
|
|
1329
|
+
"directories": {},
|
|
1330
|
+
"maintainers": [
|
|
1331
|
+
{
|
|
1332
|
+
"name": "mirion",
|
|
1333
|
+
"email": "mirion@qq.com"
|
|
1334
|
+
}
|
|
1335
|
+
],
|
|
1336
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/yank-note-extension-math/0.3.0/README.md",
|
|
1337
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/yank-note-extension-math/0.3.0/CHANGELOG.md",
|
|
1338
|
+
"origin": "registry"
|
|
1339
|
+
},
|
|
1340
|
+
{
|
|
1341
|
+
"name": "yank-note-extension-background",
|
|
1342
|
+
"version": "1.0.0",
|
|
1343
|
+
"displayName": "自定义背景",
|
|
1344
|
+
"description": "现在你可以把 Yank Note 的背景设为你最喜欢的图片了!",
|
|
1345
|
+
"author": {
|
|
1346
|
+
"name": "Mirion"
|
|
1347
|
+
},
|
|
1348
|
+
"license": "MIT",
|
|
1349
|
+
"keywords": [],
|
|
1350
|
+
"repository": {
|
|
1351
|
+
"type": "git",
|
|
1352
|
+
"url": "https://github.com/MirionQs/yank-note-extension-background.git"
|
|
1353
|
+
},
|
|
1354
|
+
"homepage": "https://github.com/MirionQs/yank-note-extension-background",
|
|
1355
|
+
"main": "./dist/index.js",
|
|
1356
|
+
"icon": "https://registry.yank-note.com/cdn/yank-note-extension-background/1.0.0/icon.svg",
|
|
1357
|
+
"engines": {
|
|
1358
|
+
"node": ">=18.20.2",
|
|
1359
|
+
"yank-note": ">=3.75.4"
|
|
1360
|
+
},
|
|
1361
|
+
"licenseText": "MIT License\n\nCopyright (c) 2024 Mirion\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
|
|
1362
|
+
"dist": {
|
|
1363
|
+
"shasum": "a297846aa9f290afb6a28e64de9e84985c87c1f1",
|
|
1364
|
+
"integrity": "sha512-BrsXr9Urj4scUuk3Aov09hVlYRVCo/mggJfaCgDJvAc+3KS0RvxV9VYkCO58rkryfUbcGy2ohzsIph4cMR+JOA==",
|
|
1365
|
+
"tarball": "https://registry.npmjs.org/yank-note-extension-background/-/yank-note-extension-background-1.0.0.tgz",
|
|
1366
|
+
"fileCount": 6,
|
|
1367
|
+
"unpackedSize": 4623
|
|
1368
|
+
},
|
|
1369
|
+
"directories": {},
|
|
1370
|
+
"maintainers": [
|
|
1371
|
+
{
|
|
1372
|
+
"name": "mirion",
|
|
1373
|
+
"email": "mirion@qq.com"
|
|
1374
|
+
}
|
|
1375
|
+
],
|
|
1376
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/yank-note-extension-background/1.0.0/README.md",
|
|
1377
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/yank-note-extension-background/1.0.0/CHANGELOG.md",
|
|
1378
|
+
"origin": "registry"
|
|
1289
1379
|
}
|
|
1290
1380
|
]
|