joplin-plugin-code-perfect 1.0.1 → 1.0.3
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
|
@@ -1,7 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
<h1 align="center">joplin-plugin-code-perfect</h1>
|
|
2
|
+
<p align="center">优化你的代码块样式</p>
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
---
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
[English DOC](./README_EN.md)
|
|
7
|
+
|
|
8
|
+
## 预览
|
|
9
|
+
|
|
10
|
+

|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
## 支持功能
|
|
14
|
+
|
|
15
|
+
1. 优化代码块样式,支持修改代码块主题;
|
|
16
|
+
2. 支持显示代码行号;
|
|
17
|
+
3. 可显示一键复制按钮,复制代码块内容。
|
|
18
|
+
|
|
19
|
+
[修改日志...](./CHANGE_LOG.md)
|
package/package.json
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "joplin-plugin-code-perfect",
|
|
3
|
-
"
|
|
3
|
+
"private": false,
|
|
4
|
+
"version": "1.0.3",
|
|
4
5
|
"scripts": {
|
|
5
6
|
"dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive",
|
|
6
7
|
"prepare": "npm run dist",
|
|
7
|
-
"update": "npm install -g generator-joplin && yo joplin --update"
|
|
8
|
+
"update": "npm install -g generator-joplin && yo joplin --update",
|
|
9
|
+
"toPublish": "npm publish --registry=https://registry.npmjs.org --access=public"
|
|
8
10
|
},
|
|
9
11
|
"license": "MIT",
|
|
10
12
|
"keywords": [
|
|
@@ -15,6 +17,7 @@
|
|
|
15
17
|
"author": {
|
|
16
18
|
"name": "jl15988"
|
|
17
19
|
},
|
|
20
|
+
"homepage": "https://github.com/jl15988/joplin-plugin-code-perfect",
|
|
18
21
|
"files": [
|
|
19
22
|
"publish"
|
|
20
23
|
],
|
|
Binary file
|
|
@@ -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.
|
|
5
|
+
"version": "1.0.2",
|
|
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:
|
|
18
|
-
"_publish_commit": "
|
|
17
|
+
"_publish_hash": "sha256:84b6be7df20a0fc4d27b00c072024268bb89aada48b6062da653d1faf6f50ca2",
|
|
18
|
+
"_publish_commit": "release:07f474aa3f576c1f374e6946b148632db104df63"
|
|
19
19
|
}
|