joplin-plugin-code-perfect 1.0.3 → 1.0.4

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/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2024 会功夫的李白
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2024 会功夫的李白
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,19 +1,19 @@
1
- <h1 align="center">joplin-plugin-code-perfect</h1>
2
- <p align="center">优化你的代码块样式</p>
3
-
4
- ---
5
-
6
- [English DOC](./README_EN.md)
7
-
8
- ## 预览
9
-
10
- ![预览](img/preview.png)
11
-
12
-
13
- ## 支持功能
14
-
15
- 1. 优化代码块样式,支持修改代码块主题;
16
- 2. 支持显示代码行号;
17
- 3. 可显示一键复制按钮,复制代码块内容。
18
-
19
- [修改日志...](./CHANGE_LOG.md)
1
+ <h1 align="center">joplin-plugin-code-perfect</h1>
2
+ <p align="center">优化你的代码块样式</p>
3
+
4
+ ---
5
+
6
+ [English DOC](./README_EN.md)
7
+
8
+ ## 预览
9
+
10
+ ![预览](img/preview.png)
11
+
12
+
13
+ ## 支持功能
14
+
15
+ 1. 优化代码块样式,支持修改代码块主题;
16
+ 2. 支持显示代码行号;
17
+ 3. 可显示一键复制按钮,复制代码块内容。
18
+
19
+ [修改日志...](./CHANGE_LOG.md)
package/package.json CHANGED
@@ -1,38 +1,37 @@
1
- {
2
- "name": "joplin-plugin-code-perfect",
3
- "private": false,
4
- "version": "1.0.3",
5
- "scripts": {
6
- "dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive",
7
- "prepare": "npm run dist",
8
- "update": "npm install -g generator-joplin && yo joplin --update",
9
- "toPublish": "npm publish --registry=https://registry.npmjs.org --access=public"
10
- },
11
- "license": "MIT",
12
- "keywords": [
13
- "joplin-plugin",
14
- "codePerfect",
15
- "code perfect"
16
- ],
17
- "author": {
18
- "name": "jl15988"
19
- },
20
- "homepage": "https://github.com/jl15988/joplin-plugin-code-perfect",
21
- "files": [
22
- "publish"
23
- ],
24
- "devDependencies": {
25
- "@types/node": "^14.0.14",
26
- "chalk": "^4.1.0",
27
- "copy-webpack-plugin": "^6.1.0",
28
- "fs-extra": "^9.0.1",
29
- "glob": "^7.1.6",
30
- "on-build-webpack": "^0.1.0",
31
- "tar": "^6.0.5",
32
- "ts-loader": "^7.0.5",
33
- "typescript": "^3.9.3",
34
- "webpack": "^4.43.0",
35
- "webpack-cli": "^3.3.11",
36
- "yargs": "^16.2.0"
37
- }
38
- }
1
+ {
2
+ "name": "joplin-plugin-code-perfect",
3
+ "private": false,
4
+ "version": "1.0.4",
5
+ "scripts": {
6
+ "dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive",
7
+ "prepare": "npm run dist",
8
+ "update": "npm install -g generator-joplin && yo joplin --update"
9
+ },
10
+ "license": "MIT",
11
+ "keywords": [
12
+ "joplin-plugin",
13
+ "codePerfect",
14
+ "code perfect"
15
+ ],
16
+ "author": {
17
+ "name": "jl15988"
18
+ },
19
+ "homepage": "https://github.com/jl15988/joplin-plugin-code-perfect",
20
+ "files": [
21
+ "publish"
22
+ ],
23
+ "devDependencies": {
24
+ "@types/node": "^14.0.14",
25
+ "chalk": "^4.1.0",
26
+ "copy-webpack-plugin": "^6.1.0",
27
+ "fs-extra": "^9.0.1",
28
+ "glob": "^7.1.6",
29
+ "on-build-webpack": "^0.1.0",
30
+ "tar": "^6.0.5",
31
+ "ts-loader": "^7.0.5",
32
+ "typescript": "^3.9.3",
33
+ "webpack": "^4.43.0",
34
+ "webpack-cli": "^3.3.11",
35
+ "yargs": "^16.2.0"
36
+ }
37
+ }
@@ -2,7 +2,7 @@
2
2
  "manifest_version": 1,
3
3
  "id": "jl15988.JoplinCodePerfectPlugin",
4
4
  "app_min_version": "2.8",
5
- "version": "1.0.2",
5
+ "version": "1.0.4",
6
6
  "name": "CodePerfect",
7
7
  "description": "Make your code blocks look perfect! Support for displaying code block line numbers, support for one-click copying.",
8
8
  "author": "jl15988",
@@ -14,6 +14,6 @@
14
14
  "code perfect"
15
15
  ],
16
16
  "categories": [],
17
- "_publish_hash": "sha256:84b6be7df20a0fc4d27b00c072024268bb89aada48b6062da653d1faf6f50ca2",
18
- "_publish_commit": "release:07f474aa3f576c1f374e6946b148632db104df63"
17
+ "_publish_hash": "sha256:531959438dece989d9f1be960df518f4354ce8fdde6357cfd68451a7c6877291",
18
+ "_publish_commit": "master:7af73706f904e3283bb63357579c5aed7e58ed69"
19
19
  }