mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #1719] [CLOSED] publish plugin smart_doc_generator #1804
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugins/pull/1719
Author: @luyike221
Created: 12/15/2025
Status: ❌ Closed
Base:
main← Head:smart_doc_gene📝 Commits (1)
e394e0bsmart doc generator📊 Changes
4 files changed (+1393 additions, -0 deletions)
View changed files
➕
luyike/README.md(+639 -0)➕
luyike/smart_doc_generator/PRIVACY.md(+115 -0)➕
luyike/smart_doc_generator/README.md(+639 -0)➕
luyike/smart_doc_generator/smart_doc_generator-1.0.0.difypkg(+0 -0)📄 Description
Plugin Submission Form
1. Metadata
Plugin Author: luyike
Plugin Name: smart_doc_generator
Repository URL: [Please provide your repository URL here]
2. Submission Type
New plugin submission
Version update for existing plugin
3. Description
Smart Doc Generator is a powerful Dify plugin that converts Markdown content into professionally formatted Word documents (.docx). The plugin's standout feature is its intelligent chart generation system that automatically recognizes data patterns in Markdown and generates beautiful, professional charts (pie charts, bar charts, line charts) directly embedded in Word documents.
Key Features:
Use Cases:
The plugin processes all data locally and does not collect or transmit any user data, ensuring complete privacy and security.
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
The README includes detailed installation steps:
Detailed usage instructions
The README provides comprehensive usage documentation:
All required APIs and credentials are clearly listed
This plugin does not require any external APIs or credentials. All processing is done locally using open-source libraries:
python-docx: For Word document generationmatplotlib: For chart generationmarkdown: For Markdown parsingConnection requirements and configuration details
The README includes:
Link to the repository for the plugin source code
Repository URL field is provided in Section 1 (Metadata). [Note: Please update with actual repository URL]
6. Privacy Protection Information
Based on Dify Plugin Privacy Protection Guidelines:
Data Collection
The Plugin does NOT collect, store, or transmit any user data.
This plugin processes all data locally within the Dify instance where it is installed. No user personal data is collected, including but not limited to:
Local Processing Only:
Privacy Policy
Privacy Policy Location:
PRIVACY.mdThe privacy policy document (
PRIVACY.md) is included in the plugin package and covers:The privacy policy is comprehensive, clearly written, and fully compliant with Dify Plugin Privacy Protection Guidelines.
Additional Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.