@codeexpander/plugin-html 0.1.0 → 0.1.1

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 ADDED
@@ -0,0 +1,18 @@
1
+ # HTML Tools / HTML 工具
2
+
3
+ **EN** — HTML utilities: minifier, beautifier, convert to Markdown/JSX/plain text, live preview, entity encoder/decoder, and WYSIWYG editor. Switch between tools via tabs.
4
+
5
+ **中文** — HTML 工具集:压缩、格式化、转 Markdown/JSX/纯文本、实时预览、实体编码解码、所见即所得编辑器。通过标签页切换不同工具。
6
+
7
+ ## Tools / 工具列表
8
+
9
+ | id | EN | 中文 |
10
+ |----|-----|------|
11
+ | html-minifier | HTML Minifier | HTML 压缩 |
12
+ | html-beautifier | HTML Beautifier | HTML 格式化 |
13
+ | html-to-markdown | HTML to Markdown | HTML 转 Markdown |
14
+ | html-to-jsx | HTML to JSX | HTML 转 JSX |
15
+ | html-previewer | HTML Previewer | HTML 预览 |
16
+ | html-to-plain-text | HTML to Plain Text | HTML 转纯文本 |
17
+ | html-entity-coder | HTML Entity Encoder/Decoder | HTML 实体编码/解码 |
18
+ | html-wysiwyg-editor | HTML WYSIWYG Editor | HTML 所见即所得编辑器 |
package/dist/plugin.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "main": "index.html",
3
3
  "title": "HTML Tools",
4
- "description": "HTML minifier, beautifier, to Markdown/JSX, preview, entity encoder, WYSIWYG editor.",
4
+ "description": "HTML tools: minifier, beautifier, to Markdown/JSX/plain text, preview, entity encoder, WYSIWYG editor. EN | HTML工具:压缩、格式化、转Markdown/JSX、预览、实体编码、所见即所得。",
5
5
  "category": "html",
6
6
  "order": 3,
7
7
  "features": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codeexpander/plugin-html",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "files": [
@@ -9,12 +9,23 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
+ "description": "CodeExpander plugin: HTML tools (minifier, beautifier, to Markdown/JSX, preview, entity encoder, WYSIWYG). HTML工具:压缩、格式化、转Markdown/JSX、预览、实体编码、所见即所得。",
13
+ "keywords": [
14
+ "codeexpander",
15
+ "plugin",
16
+ "html",
17
+ "minify",
18
+ "beautify",
19
+ "markdown",
20
+ "jsx",
21
+ "HTML"
22
+ ],
12
23
  "dependencies": {
13
24
  "lucide-react": "^0.462.0",
14
25
  "react": "^18.3.1",
15
26
  "react-dom": "^18.3.1",
16
- "@online-dev-tools/i18n": "0.0.0",
17
- "@online-dev-tools/ui": "0.0.0"
27
+ "@codeexpander/dev-tools-i18n": "0.0.0",
28
+ "@codeexpander/dev-tools-ui": "0.0.0"
18
29
  },
19
30
  "devDependencies": {
20
31
  "@types/react": "^18.3.3",