Skip to content

Add JSON to TOON converter plugin#1533

Closed
AXXZSTHL wants to merge 2468 commits intolanggenius:mainfrom
AXXZSTHL:feat/json-to-toon-plugin
Closed

Add JSON to TOON converter plugin#1533
AXXZSTHL wants to merge 2468 commits intolanggenius:mainfrom
AXXZSTHL:feat/json-to-toon-plugin

Conversation

@AXXZSTHL
Copy link
Copy Markdown

需要复制到 Dify Plugins 仓库的文件清单

必需文件(必须复制)

以下文件需要复制到 dify-plugins/your-org/json-to-toon/ 目录:

  1. manifest.json - 插件清单文件(发布前需更新联系信息)
  2. openapi.yaml - OpenAPI 规范文件
  3. app.py - 主应用代码
  4. requirements.txt - Python 依赖
  5. README.md - 插件文档
  6. PRIVACY_POLICY.md - 隐私政策文件

可选文件(建议复制)

  1. .gitignore - Git 忽略配置

不需要的文件(测试和开发文件,不需要提交)

  • test_converter.py
  • example_usage.py
  • example.json
  • CHECKLIST.md
  • PROJECT_STRUCTURE.md
  • QUICKSTART.md
  • COPY_FILES.md

目录结构

在 Dify Plugins 仓库中,最终结构应该是:

dify-plugins/
└── your-org/              # 您的组织名称(GitHub 用户名或组织名)
    └── json-to-toon/      # 插件名称
        ├── manifest.json
        ├── openapi.yaml
        ├── app.py
        ├── requirements.txt
        ├── README.md
        ├── PRIVACY_POLICY.md
        └── .gitignore

注意事项

  1. 更新 manifest.json:在复制前或复制后,需要更新:

    • contact_email: 改为您的真实邮箱
    • legal_info_url: 改为您的 GitHub 仓库中 PRIVACY_POLICY.md 的 URL
  2. 组织名称your-org 应该替换为您的 GitHub 用户名或组织名称

  3. 插件名称json-to-toon 是插件目录名,应与 manifest.json 中的名称一致

kenneth-bro and others added 30 commits October 10, 2025 16:51
…-exporter-plugin-0.0.2

bump simple-text-exporter plugin to version 0.0.2
…pdate_mem0_plugin

Update the mem0 package fixing bug
First version of file translater plugin
feat: add dify-plugin-oceanbase
Update Weaviate plugin (Changed the plugin from personal branch to Weaviate official branch)
duxinyue.dxy and others added 26 commits November 4, 2025 16:04
…ering text and files in the Dify knowledge base.
优化建表时的 JSON 格式,更灵活、更接近官方的设计思想、更容易理解
Add Tencent RTC Conversational AI plugin v0.0.1
…ation

Dify plugin visualization update version to 0.1.9
…in-0.1.2

bump schemarag plugin to version 0.1.2
…ails-plugin

feat: 添加安全防护插件 (Safety Guardrails Plugin)
feat: add r3-yamauchi/knowledgebase_update A useful plugin for registering text and files in the Dify knowledge base.
…-plugin-0.0.4

bump excel_tools plugin to version 0.0.4
…source

feat: add r3-yamauchi/kintone_file_datasource
Copy link
Copy Markdown
Member

@crazywoola crazywoola left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Summary

Check Status Details
Single .difypkg change PR changes 7 files and does not include a .difypkg file
PR title/body English-only PR body contains Chinese characters

Required Fixes

  1. Update the PR description to English only (the only allowed non‑English text is the fixed bilingual notice sentence).
  2. Package the plugin as a single .difypkg file and submit only that file in the PR (exactly one .difypkg change).

Once those are fixed, I can run the full plugin checks.

@crazywoola crazywoola closed this Apr 3, 2026
Gmasterzhangxinyang pushed a commit to Gmasterzhangxinyang/dify-plugins that referenced this pull request Apr 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.