[PR #1244] [MERGED] add a new plugin flow_map-0.0.1.difypkg【flow chart in loca--总结文本,在本地生成流程图,无需配置API key,无需链接外部服务】 #1481

Closed
opened 2026-02-22 17:59:18 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/1244
Author: @sawyer-shi
Created: 9/16/2025
Status: Merged
Merged: 10/14/2025
Merged by: @LogicOber

Base: mainHead: main


📝 Commits (4)

  • 1da7a9b add a new plugin flow_map-0.0.1.difypkg
  • aff63fc Merge branch 'langgenius:main' into main
  • 7b1ec19 Add new plugin aliyun OSS
  • d28fd34 remove new plugin aliyun OSS file

📊 Changes

1 file changed (+0 additions, -0 deletions)

View changed files

sawyer-shi/flow_map/flow_map-0.0.1.difypkg (+0 -0)

📄 Description

FlowMap - Advanced Flowchart Generator Plugin for Dify

Author: sawyer-shi
Email: sawyer36@foxmail.com
Version: 0.0.1
Type: Dify Plugin
Repository: GitHub

Version Information

  • Current Version: v0.0.1
  • Release Date: 2025-09-12
  • Compatibility: Dify Plugin Framework
  • Python Version: 3.12+

Version History

  • v0.0.1 (2025-09-12): Initial release with smart branch detection, colorful arrow labels, and advanced layout optimization

Description

A powerful flowchart generation plugin that converts Mermaid syntax to beautiful, intelligent flowcharts with advanced layout optimization and branch-aware positioning.

Key Features

  • 🎨 Intelligent Layout System

    • Smart branch detection and free layout for complex flowcharts
    • Grid layout for linear processes
    • Automatic canvas sizing to prevent element overflow
  • 📐 Multiple Layout Directions

    • Left-to-right layout (LR)
    • Top-to-bottom layout (TB)
    • Branch-aware positioning
  • 🌈 Colorful Arrow Labels

    • Intelligent color mapping based on label semantics
    • Support for Chinese and English labels
    • Customizable color themes
  • 📝 Dual Format Support

    • Full Mermaid syntax support with labeled arrows
    • Markdown list conversion
    • Automatic text type detection
  • 🎭 Rich Themes

    • Modern theme with gradient effects
    • Business professional theme
    • Classic minimalist theme
    • Custom theme support
  • 🔧 Local Processing

    • Local Generation: Mind maps generated locally, no API Key required, no external network or services needed
    • Secure & Reliable: Data stays private, completely offline processing, protects user privacy
    • No external API dependencies
    • Fast generation with matplotlib
    • Privacy-focused design
    • High-quality PNG output

🚀 Quick Start

  1. Download from Dify Plugin Marketplace

    • Go to Dify Plugin Marketplace
    • Search and download flow_map plugin
    • Enable FlowMap plugin in your workspace
  2. LLM Integration

    • Add an LLM node in your Dify workflow
    • Use the simplest prompt: "Summarize user input #context# into Mermaid flowchart text format"
    • Connect LLM output to FlowMap plugin input

Basic Usage Examples

flow_map_en_a_01 flow_map_en_c_01

Top-to-bottom layout
flow_map_en_a_02
flow_map_en_c_03

Left-to-right layout
flow_map_en_a_03
flow_map_en_c_02

📚 API Reference

Mermaid Left-Right Tool

Input Parameters:

  • text (string, required): Mermaid syntax flowchart text
  • theme (string, optional): Theme name (modern/business/classic)

Output:

  • Success: PNG image + text summary
  • Format: "Successfully generated left-right layout flowchart. File size: X.XXM. Contains X nodes and X connections."

Mermaid Top-Bottom Tool

Input Parameters:

  • text (string, required): Mermaid syntax flowchart text
  • theme (string, optional): Theme name (modern/business/classic)

Output:

  • Success: PNG image + text summary
  • Format: "Successfully generated top-bottom layout flowchart. File size: X.XXM. Contains X nodes and X connections."

🛠️ Advanced Features

Smart Branch Detection

The plugin automatically detects branching scenarios in your flowchart and switches layout algorithms:

  • Linear Flow: Uses grid layout for optimal alignment
  • Branching Flow: Uses free layout to prevent overlap

Theme Customization

Available themes with different visual styles:

  • Modern: Clean design with gradients
  • Business: Professional corporate style
  • Classic: Traditional minimalist look

🔧 Development

Project Structure

flow_map/
├── tools/                  # Core tools implementation
│   ├── mermaid_lr.py      # Left-right layout tool
│   ├── mermaid_tb.py      # Top-bottom layout tool
│   └── optimized_layout.py # Advanced layout engine
├── provider/              # Provider configurations
├── test/                  # Comprehensive tests
├── manifest.yaml          # Plugin manifest
├── main.py               # Entry point
└── README.md             # Documentation

Building Plugin

# From project root directory
.\dify-plugin-windows-amd64.exe plugin package .\flow_map

# This will create flow_map-0.0.1.difypkg

🔍 Technical Details

Branch-Aware Layout Algorithm

  • Branch Detection: Automatically identifies decision nodes with multiple outgoing connections
  • Free Layout: Hierarchical positioning based on connection levels
  • Canvas Adaptation: Dynamic canvas sizing (up to 2.5x node count)
  • Collision Avoidance: Smart spacing with 70% effective area usage

Performance Optimization

  • Matplotlib Backend: High-quality vector graphics
  • Memory Efficient: Local processing without external APIs
  • Fast Rendering: Optimized for complex flowcharts

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

🤝 Support

If you encounter any issues or have questions:

  1. 📖 Check the documentation
  2. 🔍 Search existing issues on GitHub
  3. 🆕 Create a new issue with detailed description
  4. 💬 Join our community discussions
  5. 📧 Email: sawyer36@foxmail.com

🙏 Acknowledgments

  • Matplotlib team for the excellent plotting library
  • Mermaid.js community for inspiration
  • Dify platform for the plugin framework

FlowMap - 高级流程图生成器插件

作者: sawyer-shi
邮箱: sawyer36@foxmail.com
版本: 0.0.1
类型: Dify插件
仓库: GitHub

版本信息

  • 当前版本: v0.0.1
  • 发布日期: 2025-09-12
  • 兼容性: Dify插件框架
  • Python版本: 3.12+

版本历史

  • v0.0.1 (2025-09-12): 初始发布版本,包含智能分支检测、彩色箭头标签和高级布局优化功能

描述

一个强大的流程图生成插件,将Mermaid语法转换为美观、智能的流程图,具有高级布局优化和分支感知定位功能。

核心功能

  • 🎨 智能布局系统

    • 智能分支检测和复杂流程图自由布局
    • 线性流程网格布局
    • 自动画布尺寸防止元素溢出
  • 📐 多种布局方向

    • 左右布局
    • 上下布局
    • 分支感知定位
  • 🌈 彩色箭头标签

    • 基于标签语义的智能颜色映射
    • 支持中英文标签
    • 可定制颜色主题
  • 📝 双格式支持

    • 完整Mermaid语法支持,包含标签箭头
    • Markdown列表转换
    • 自动文本类型检测
  • 🎭 丰富主题

    • 现代渐变主题
    • 商务专业主题
    • 经典简约主题
    • 自定义主题支持
  • 🔧 本地处理

    • 本地生成: 脑图在本地生成,无需API Key,无需链接外部网���或服务
    • 安全可靠: 数据不外泄,完全离线处理,保护用户隐私
    • 无外部API依赖
    • matplotlib快速生成
    • 注重隐私设计
    • 高质量PNG输出

🚀 快速开始

  1. 从Dify插件市场下载

    • 进入Dify插件市场
    • 搜索并下载 flow_map 插件
    • 在您的工作区中启用FlowMap插件
  2. LLM集成

    • 在Dify工作流中添加LLM节点
    • 使用最简单的提示词:"将用户输入#context#总结为Mermaid流程图文本格式"
    • 将LLM输出连接到FlowMap插件输入

基本使用示例

flow_map_cn_a_01 flow_map_cn_c_01

上下布局
flow_map_cn_a_02
flow_map_cn_c_03

左右布局
flow_map_cn_a_03
flow_map_cn_c_02

📚 API参考

Mermaid左右布局工具

输入参数:

  • text (字符串,必需): Mermaid语法流程图文本
  • theme (字符串,可选): 主题名称 (modern/business/classic)

输出:

  • 成功: PNG图像 + 文本摘要
  • 格式: "Successfully generated left-right layout flowchart. File size: X.XXM. Contains X nodes and X connections."

Mermaid上下布局工具

输入参数:

  • text (字符串,必需): Mermaid语法流程图文本
  • theme (字符串,可选): 主题名称 (modern/business/classic)

输出:

  • 成功: PNG图像 + 文本摘要
  • 格式: "Successfully generated top-bottom layout flowchart. File size: X.XXM. Contains X nodes and X connections."

🛠️ 高级功能

智能分支检测

插件自动检测流程图中的分支场景并切换布局算法:

  • 线性流程: 使用网格布局实现最优对齐
  • 分支流程: 使用自由布局防止重叠

主题定制

可用主题及不同视觉风格:

  • 现代: 清洁的渐变设计
  • 商务: 专业企业风格
  • 经典: 传统简约外观

🔧 开发

项目结构

flow_map/
├── tools/                  # 核心工具实现
│   ├── mermaid_lr.py      # 左右布局工具
│   ├── mermaid_tb.py      # 上下布局工具
│   └── optimized_layout.py # 高级布局引擎
├── provider/              # 提供者配置
├── test/                  # 综合测试
├── manifest.yaml          # 插件清单
├── main.py               # 入口点
└── README.md             # 文档

构建插件

# 从项目根目录执行
.\dify-plugin-windows-amd64.exe plugin package .\flow_map

# 这将创建 flow_map-0.0.1.difypkg 文件

🔍 技术细节

分支感知布局算法

  • 分支检测: 自动识别具有多个出向连接的决策节点
  • 自由布局: 基于连接层级的分层定位
  • 画布适配: 动态画布尺寸(最多2.5倍节点数)
  • 碰撞避免: 70%有效区域使用率的智能间距

性能优化

  • Matplotlib后端: 高质量矢量图形
  • 内存高效: 本地处理无外部API
  • 快速渲染: 为复杂流程图优化

📄 许可证

本项目采用MIT许可证 - 详见LICENSE文件。

🤝 支持

如果遇到问题或有疑问:

  1. 📖 查看文档
  2. 🔍 在GitHub上搜索现有问题
  3. 🆕 创建新问题并详细描述
  4. 💬 加入社区讨论
  5. 📧 邮箱: sawyer36@foxmail.com

🙏 致谢

  • 感谢Matplotlib团队提供的优秀绘图库
  • 感谢Mermaid.js社区的启发
  • 感谢Dify平台提供的插件框架

Plugin Submission Form

1. Metadata

  • Plugin Author:
  • Plugin Name:
  • Repository URL:

2. Submission Type

  • New plugin submission
  • Version update for existing plugin

3. Description

4. Checklist

  • I have read and followed the Publish to Dify Marketplace guidelines
  • I have read and comply with the Plugin Developer Agreement
  • I confirm my plugin works properly on both Dify Community Edition and Cloud Version
  • I confirm my plugin has been thoroughly tested for completeness and functionality
  • My plugin brings new value to Dify

5. Documentation Checklist

Please confirm that your plugin README includes all necessary information:

  • Step-by-step setup instructions
  • Detailed usage instructions
  • All required APIs and credentials are clearly listed
  • Connection requirements and configuration details
  • Link to the repository for the plugin source code

6. Privacy Protection Information

Based on Dify Plugin Privacy Protection Guidelines:

Data Collection

Privacy Policy

  • I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugins/pull/1244 **Author:** [@sawyer-shi](https://github.com/sawyer-shi) **Created:** 9/16/2025 **Status:** ✅ Merged **Merged:** 10/14/2025 **Merged by:** [@LogicOber](https://github.com/LogicOber) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`1da7a9b`](https://github.com/langgenius/dify-plugins/commit/1da7a9b8de020e2b634275b0f5b99dfffd12ee82) add a new plugin flow_map-0.0.1.difypkg - [`aff63fc`](https://github.com/langgenius/dify-plugins/commit/aff63fc5dc3bdb3888d0eeca96c9354a1c91869c) Merge branch 'langgenius:main' into main - [`7b1ec19`](https://github.com/langgenius/dify-plugins/commit/7b1ec19ae75e2295cfd3de65b46c7e40fb0ca8d1) Add new plugin aliyun OSS - [`d28fd34`](https://github.com/langgenius/dify-plugins/commit/d28fd34d3f0ddec63511b738fe6c2211aa322828) remove new plugin aliyun OSS file ### 📊 Changes **1 file changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `sawyer-shi/flow_map/flow_map-0.0.1.difypkg` (+0 -0) </details> ### 📄 Description # FlowMap - Advanced Flowchart Generator Plugin for Dify **Author:** sawyer-shi **Email:** sawyer36@foxmail.com **Version:** 0.0.1 **Type:** Dify Plugin **Repository:** [GitHub](https://github.com/sawyer-shi/dify-plugins-flow_map) ### Version Information - **Current Version**: v0.0.1 - **Release Date**: 2025-09-12 - **Compatibility**: Dify Plugin Framework - **Python Version**: 3.12+ #### Version History - **v0.0.1** (2025-09-12): Initial release with smart branch detection, colorful arrow labels, and advanced layout optimization ## Description A powerful flowchart generation plugin that converts Mermaid syntax to beautiful, intelligent flowcharts with advanced layout optimization and branch-aware positioning. ## ✨ Key Features - 🎨 **Intelligent Layout System** - Smart branch detection and free layout for complex flowcharts - Grid layout for linear processes - Automatic canvas sizing to prevent element overflow - 📐 **Multiple Layout Directions** - Left-to-right layout (LR) - Top-to-bottom layout (TB) - Branch-aware positioning - 🌈 **Colorful Arrow Labels** - Intelligent color mapping based on label semantics - Support for Chinese and English labels - Customizable color themes - 📝 **Dual Format Support** - Full Mermaid syntax support with labeled arrows - Markdown list conversion - Automatic text type detection - 🎭 **Rich Themes** - Modern theme with gradient effects - Business professional theme - Classic minimalist theme - Custom theme support - 🔧 **Local Processing** - **Local Generation**: Mind maps generated locally, no API Key required, no external network or services needed - **Secure & Reliable**: Data stays private, completely offline processing, protects user privacy - No external API dependencies - Fast generation with matplotlib - Privacy-focused design - High-quality PNG output ## 🚀 Quick Start 1. **Download from Dify Plugin Marketplace** - Go to Dify Plugin Marketplace - Search and download `flow_map` plugin - Enable FlowMap plugin in your workspace 2. **LLM Integration** ⭐ - Add an LLM node in your Dify workflow - Use the simplest prompt: **"Summarize user input #context# into Mermaid flowchart text format"** - Connect LLM output to FlowMap plugin input ### Basic Usage Examples <img width="1883" height="884" alt="flow_map_en_a_01" src="https://github.com/user-attachments/assets/9de1c2c2-8952-4282-8d06-3a3448bef01a" /> <img width="2139" height="633" alt="flow_map_en_c_01" src="https://github.com/user-attachments/assets/655b0c59-3035-4936-ac1c-8f23c28c3210" /> **Top-to-bottom layout** <img width="6453" height="5142" alt="flow_map_en_a_02" src="https://github.com/user-attachments/assets/52c7e645-4cd5-4fdd-a8df-c50b9740881e" /> <img width="15777" height="3418" alt="flow_map_en_c_03" src="https://github.com/user-attachments/assets/526ab72d-221d-40bc-be64-d402d2ae79e6" /> **Left-to-right layout** <img width="6453" height="5142" alt="flow_map_en_a_03" src="https://github.com/user-attachments/assets/b969e429-45fb-40d5-987d-ce8bd4d8c02f" /> <img width="7667" height="6874" alt="flow_map_en_c_02" src="https://github.com/user-attachments/assets/5ed9b3b4-5ca1-4171-8c5f-f04654c6efd5" /> ## 📚 API Reference ### Mermaid Left-Right Tool **Input Parameters:** - `text` (string, required): Mermaid syntax flowchart text - `theme` (string, optional): Theme name (modern/business/classic) **Output:** - Success: PNG image + text summary - Format: "Successfully generated left-right layout flowchart. File size: X.XXM. Contains X nodes and X connections." ### Mermaid Top-Bottom Tool **Input Parameters:** - `text` (string, required): Mermaid syntax flowchart text - `theme` (string, optional): Theme name (modern/business/classic) **Output:** - Success: PNG image + text summary - Format: "Successfully generated top-bottom layout flowchart. File size: X.XXM. Contains X nodes and X connections." ## 🛠️ Advanced Features ### Smart Branch Detection The plugin automatically detects branching scenarios in your flowchart and switches layout algorithms: - **Linear Flow**: Uses grid layout for optimal alignment - **Branching Flow**: Uses free layout to prevent overlap ### Theme Customization Available themes with different visual styles: - **Modern**: Clean design with gradients - **Business**: Professional corporate style - **Classic**: Traditional minimalist look ## 🔧 Development ### Project Structure ``` flow_map/ ├── tools/ # Core tools implementation │ ├── mermaid_lr.py # Left-right layout tool │ ├── mermaid_tb.py # Top-bottom layout tool │ └── optimized_layout.py # Advanced layout engine ├── provider/ # Provider configurations ├── test/ # Comprehensive tests ├── manifest.yaml # Plugin manifest ├── main.py # Entry point └── README.md # Documentation ``` ### Building Plugin ```bash # From project root directory .\dify-plugin-windows-amd64.exe plugin package .\flow_map # This will create flow_map-0.0.1.difypkg ``` ## 🔍 Technical Details ### Branch-Aware Layout Algorithm - **Branch Detection**: Automatically identifies decision nodes with multiple outgoing connections - **Free Layout**: Hierarchical positioning based on connection levels - **Canvas Adaptation**: Dynamic canvas sizing (up to 2.5x node count) - **Collision Avoidance**: Smart spacing with 70% effective area usage ### Performance Optimization - **Matplotlib Backend**: High-quality vector graphics - **Memory Efficient**: Local processing without external APIs - **Fast Rendering**: Optimized for complex flowcharts ## 📄 License This project is licensed under the MIT License - see the LICENSE file for details. ## 🤝 Support If you encounter any issues or have questions: 1. 📖 Check the documentation 2. 🔍 Search existing issues on GitHub 3. 🆕 Create a new issue with detailed description 4. 💬 Join our community discussions 5. 📧 Email: sawyer36@foxmail.com ## 🙏 Acknowledgments - Matplotlib team for the excellent plotting library - Mermaid.js community for inspiration - Dify platform for the plugin framework --- # FlowMap - 高级流程图生成器插件 **作者:** sawyer-shi **邮箱:** sawyer36@foxmail.com **版本:** 0.0.1 **类型:** Dify插件 **仓库:** [GitHub](https://github.com/sawyer-shi/dify-plugins-flow_map) ### 版本信息 - **当前版本**: v0.0.1 - **发布日期**: 2025-09-12 - **兼容性**: Dify插件框架 - **Python版本**: 3.12+ #### 版本历史 - **v0.0.1** (2025-09-12): 初始发布版本,包含智能分支检测、彩色箭头标签和高级布局优化功能 ## 描述 一个强大的流程图生成插件,将Mermaid语法转换为美观、智能的流程图,具有高级布局优化和分支感知定位功能。 ## ✨ 核心功能 - 🎨 **智能布局系统** - 智能分支检测和复杂流程图自由布局 - 线性流程网格布局 - 自动画布尺寸防止元素溢出 - 📐 **多种布局方向** - 左右布局 - 上下布局 - 分支感知定位 - 🌈 **彩色箭头标签** - 基于标签语义的智能颜色映射 - 支持中英文标签 - 可定制颜色主题 - 📝 **双格式支持** - 完整Mermaid语法支持,包含标签箭头 - Markdown列表转换 - 自动文本类型检测 - 🎭 **丰富主题** - 现代渐变主题 - 商务专业主题 - 经典简约主题 - 自定义主题支持 - 🔧 **本地处理** - **本地生成**: 脑图在本地生成,无需API Key,无需链接外部网���或服务 - **安全可靠**: 数据不外泄,完全离线处理,保护用户隐私 - 无外部API依赖 - matplotlib快速生成 - 注重隐私设计 - 高质量PNG输出 ## 🚀 快速开始 1. **从Dify插件市场下载** - 进入Dify插件市场 - 搜索并下载 `flow_map` 插件 - 在您的工作区中启用FlowMap插件 2. **LLM集成** ⭐ - 在Dify工作流中添加LLM节点 - 使用最简单的提示词:**"将用户输入#context#总结为Mermaid流程图文本格式"** - 将LLM输出连接到FlowMap插件输入 ### 基本使用示例 <img width="2214" height="730" alt="flow_map_cn_a_01" src="https://github.com/user-attachments/assets/1b971d99-99e9-4686-9998-bba9fd26c0fd" /> <img width="2169" height="678" alt="flow_map_cn_c_01" src="https://github.com/user-attachments/assets/be139d4c-e60a-48ab-9886-d48349451c2a" /> **上下布局** <img width="4177" height="7365" alt="flow_map_cn_a_02" src="https://github.com/user-attachments/assets/d2f8d83e-2b89-4fc1-8ec9-7ef90911bae4" /> <img width="4847" height="4438" alt="flow_map_cn_c_03" src="https://github.com/user-attachments/assets/b960291a-5aa3-49b4-8220-4c863a924da0" /> **左右布局** <img width="7412" height="4151" alt="flow_map_cn_a_03" src="https://github.com/user-attachments/assets/a8a93a4d-4126-4ccb-b6e7-22a2ca219062" /> <img width="8700" height="2561" alt="flow_map_cn_c_02" src="https://github.com/user-attachments/assets/176dff9f-d249-487a-a45d-6a67532800f5" /> ## 📚 API参考 ### Mermaid左右布局工具 **输入参数:** - `text` (字符串,必需): Mermaid语法流程图文本 - `theme` (字符串,可选): 主题名称 (modern/business/classic) **输出:** - 成功: PNG图像 + 文本摘要 - 格式: "Successfully generated left-right layout flowchart. File size: X.XXM. Contains X nodes and X connections." ### Mermaid上下布局工具 **输入参数:** - `text` (字符串,必需): Mermaid语法流程图文本 - `theme` (字符串,可选): 主题名称 (modern/business/classic) **输出:** - 成功: PNG图像 + 文本摘要 - 格式: "Successfully generated top-bottom layout flowchart. File size: X.XXM. Contains X nodes and X connections." ## 🛠️ 高级功能 ### 智能分支检测 插件自动检测流程图中的分支场景并切换布局算法: - **线性流程**: 使用网格布局实现最优对齐 - **分支流程**: 使用自由布局防止重叠 ### 主题定制 可用主题及不同视觉风格: - **现代**: 清洁的渐变设计 - **商务**: 专业企业风格 - **经典**: 传统简约外观 ## 🔧 开发 ### 项目结构 ``` flow_map/ ├── tools/ # 核心工具实现 │ ├── mermaid_lr.py # 左右布局工具 │ ├── mermaid_tb.py # 上下布局工具 │ └── optimized_layout.py # 高级布局引擎 ├── provider/ # 提供者配置 ├── test/ # 综合测试 ├── manifest.yaml # 插件清单 ├── main.py # 入口点 └── README.md # 文档 ``` ### 构建插件 ```bash # 从项目根目录执行 .\dify-plugin-windows-amd64.exe plugin package .\flow_map # 这将创建 flow_map-0.0.1.difypkg 文件 ``` ## 🔍 技术细节 ### 分支感知布局算法 - **分支检测**: 自动识别具有多个出向连接的决策节点 - **自由布局**: 基于连接层级的分层定位 - **画布适配**: 动态画布尺寸(最多2.5倍节点数) - **碰撞避免**: 70%有效区域使用率的智能间距 ### 性能优化 - **Matplotlib后端**: 高质量矢量图形 - **内存高效**: 本地处理无外部API - **快速渲染**: 为复杂流程图优化 ## 📄 许可证 本项目采用MIT许可证 - 详见LICENSE文件。 ## 🤝 支持 如果遇到问题或有疑问: 1. 📖 查看文档 2. 🔍 在GitHub上搜索现有问题 3. 🆕 创建新问题并详细描述 4. 💬 加入社区讨论 5. 📧 邮箱: sawyer36@foxmail.com ## 🙏 致谢 - 感谢Matplotlib团队提供的优秀绘图库 - 感谢Mermaid.js社区的启发 - 感谢Dify平台提供的插件框架 # Plugin Submission Form ## 1. Metadata <!-- Please provide the following metadata of your plugin to make it easier for the reviewer to check the changes. - Plugin Author : The author of the plugin which is defined in your manifest.yaml - Plugin Name : The name of the plugin which is defined in your manifest.yaml - Repository URL: The URL of the repository where the source code of your plugin is hosted --> - **Plugin Author**: - **Plugin Name**: - **Repository URL**: ## 2. Submission Type - [x] New plugin submission - [ ] Version update for existing plugin ## 3. Description <!-- Please briefly describe the purpose of the new plugin or the updates made to the existing plugin --> ## 4. Checklist - [x] I have read and followed the Publish to Dify Marketplace guidelines - [x] I have read and comply with the Plugin Developer Agreement - [x] I confirm my plugin works properly on both Dify Community Edition and Cloud Version - [x] I confirm my plugin has been thoroughly tested for completeness and functionality - [x] My plugin brings new value to Dify ## 5. Documentation Checklist Please confirm that your plugin README includes all necessary information: - [x] Step-by-step setup instructions - [x] Detailed usage instructions - [x] All required APIs and credentials are clearly listed - [x] Connection requirements and configuration details - [x] Link to the repository for the plugin source code ## 6. Privacy Protection Information Based on Dify Plugin Privacy Protection [Guidelines](https://docs.dify.ai/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines): ### Data Collection <!-- Does your plugin collect any user personal data? If yes, please list what types of user personal data are being collected according to the Plugin Privacy Protection Guidelines (for example: Email address, IP address, Age, etc) --> ### Privacy Policy - [x] I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 17:59:18 -05:00
yindo closed this issue 2026-02-22 17:59:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#1481