joplin-plugin-codemirror6-theme 2.0.4 → 2.0.5
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/package.json
CHANGED
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "joplin-plugin-codemirror6-theme",
|
|
3
|
-
"version": "2.0.
|
|
4
|
-
"description": "Enhanced CodeMirror 6 theme with styling, keyboard shortcuts, and table editing tools for Joplin",
|
|
5
|
-
"scripts": {
|
|
6
|
-
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
|
|
7
|
-
"prepare": "npm run dist",
|
|
8
|
-
"updateVersion": "webpack --env joplin-plugin-config=updateVersion",
|
|
9
|
-
"update": "npm install -g generator-joplin && yo joplin --node-package-manager npm --update --force"
|
|
10
|
-
},
|
|
11
|
-
"license": "MIT",
|
|
12
|
-
"keywords": [
|
|
13
|
-
"joplin-plugin",
|
|
14
|
-
"theme",
|
|
15
|
-
"codemirror6",
|
|
16
|
-
"keyboard-shortcuts",
|
|
17
|
-
"table-editing",
|
|
18
|
-
"markdown"
|
|
19
|
-
],
|
|
20
|
-
"files": [
|
|
21
|
-
"publish"
|
|
22
|
-
],
|
|
23
|
-
"devDependencies": {
|
|
24
|
-
"@codemirror/language": "^6.11.3",
|
|
25
|
-
"@codemirror/state": "^6.5.2",
|
|
26
|
-
"@codemirror/view": "^6.38.8",
|
|
27
|
-
"@lezer/highlight": "^1.2.3",
|
|
28
|
-
"@types/node": "^18.7.13",
|
|
29
|
-
"chalk": "^4.1.0",
|
|
30
|
-
"copy-webpack-plugin": "^11.0.0",
|
|
31
|
-
"fs-extra": "^10.1.0",
|
|
32
|
-
"glob": "^8.0.3",
|
|
33
|
-
"tar": "^6.1.11",
|
|
34
|
-
"ts-loader": "^9.3.1",
|
|
35
|
-
"typescript": "^4.8.2",
|
|
36
|
-
"webpack": "^5.74.0",
|
|
37
|
-
"webpack-cli": "^4.10.0"
|
|
38
|
-
},
|
|
39
|
-
"dependencies": {
|
|
40
|
-
"@felisdiligens/md-table-tools": "^0.2.0",
|
|
41
|
-
"markdown-it-github-alerts": "^1.0.0",
|
|
42
|
-
"turndown": "^7.2.2"
|
|
43
|
-
}
|
|
44
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "joplin-plugin-codemirror6-theme",
|
|
3
|
+
"version": "2.0.5",
|
|
4
|
+
"description": "Enhanced CodeMirror 6 theme with styling, keyboard shortcuts, and table editing tools for Joplin",
|
|
5
|
+
"scripts": {
|
|
6
|
+
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
|
|
7
|
+
"prepare": "npm run dist",
|
|
8
|
+
"updateVersion": "webpack --env joplin-plugin-config=updateVersion",
|
|
9
|
+
"update": "npm install -g generator-joplin && yo joplin --node-package-manager npm --update --force"
|
|
10
|
+
},
|
|
11
|
+
"license": "MIT",
|
|
12
|
+
"keywords": [
|
|
13
|
+
"joplin-plugin",
|
|
14
|
+
"theme",
|
|
15
|
+
"codemirror6",
|
|
16
|
+
"keyboard-shortcuts",
|
|
17
|
+
"table-editing",
|
|
18
|
+
"markdown"
|
|
19
|
+
],
|
|
20
|
+
"files": [
|
|
21
|
+
"publish"
|
|
22
|
+
],
|
|
23
|
+
"devDependencies": {
|
|
24
|
+
"@codemirror/language": "^6.11.3",
|
|
25
|
+
"@codemirror/state": "^6.5.2",
|
|
26
|
+
"@codemirror/view": "^6.38.8",
|
|
27
|
+
"@lezer/highlight": "^1.2.3",
|
|
28
|
+
"@types/node": "^18.7.13",
|
|
29
|
+
"chalk": "^4.1.0",
|
|
30
|
+
"copy-webpack-plugin": "^11.0.0",
|
|
31
|
+
"fs-extra": "^10.1.0",
|
|
32
|
+
"glob": "^8.0.3",
|
|
33
|
+
"tar": "^6.1.11",
|
|
34
|
+
"ts-loader": "^9.3.1",
|
|
35
|
+
"typescript": "^4.8.2",
|
|
36
|
+
"webpack": "^5.74.0",
|
|
37
|
+
"webpack-cli": "^4.10.0"
|
|
38
|
+
},
|
|
39
|
+
"dependencies": {
|
|
40
|
+
"@felisdiligens/md-table-tools": "^0.2.0",
|
|
41
|
+
"markdown-it-github-alerts": "^1.0.0",
|
|
42
|
+
"turndown": "^7.2.2"
|
|
43
|
+
}
|
|
44
|
+
}
|
|
Binary file
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"manifest_version": 1,
|
|
3
3
|
"id": "com.rinchord.codemirror6Theme",
|
|
4
4
|
"app_min_version": "2.8",
|
|
5
|
-
"version": "
|
|
5
|
+
"version": "2.0.5",
|
|
6
6
|
"name": "codemirror6 theme",
|
|
7
7
|
"description": "Enhanced CodeMirror 6 theme with styling for headings, code, links, GitHub alerts, blockquotes, and table rendering. Includes keyboard shortcuts for heading levels (Ctrl+1-6), inline math notation (Ctrl+$), and comprehensive table editing tools.",
|
|
8
8
|
"author": "RinChord",
|
|
@@ -17,6 +17,6 @@
|
|
|
17
17
|
"desktop",
|
|
18
18
|
"mobile"
|
|
19
19
|
],
|
|
20
|
-
"_publish_hash": "sha256:
|
|
21
|
-
"_publish_commit": "main:
|
|
20
|
+
"_publish_hash": "sha256:0e75abd532339a8d61ef8d3fe696549d91f65c50690029a86f21fbd3a84e0e6c",
|
|
21
|
+
"_publish_commit": "main:7d62ffd48e7a7c3740b3b59c8e6e44f8b854865d"
|
|
22
22
|
}
|