[PR #1512] [MERGED] add FlexMD-to-Word-0.0.1.difypkg #1662

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/1512
Author: @ChuHaoJiQi
Created: 11/7/2025
Status: Merged
Merged: 11/24/2025
Merged by: @crazywoola

Base: mainHead: main


📝 Commits (5)

  • 2a49f28 Create README.md with tool information and usage
  • 471d036 Create FlexMD-to-Word
  • 6b101bc Add files via upload
  • a2b4644 Delete FlexMD-to-Word
  • b6e42d1 Delete ChuHaoJiQi/FlexMD-to-Word/README.md

📊 Changes

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

View changed files

ChuHaoJiQi/FlexMD-to-Word/FlexMD-to-Word-0.0.1.difypkg (+0 -0)

📄 Description

Plugin Submission Form

1. Metadata

2. Submission Type

  • New plugin submission
  • Version update for existing plugin

3. Description

Convert Markdown into polished Word (.docx) with flexible style control. Supports headings, lists, tables, images, code blocks, and spacing before/after. No external credentials required; validates runtime dependencies (markdown, html2docx, python-docx). Python runner 3.12, entrypoint main.

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

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

6. Privacy Protection Information

Based on Dify Plugin Privacy Protection Guidelines [link]: https://docs.dify.ai/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines

Data Collection

  • Processes input Markdown text and optional style parameters (e.g., fonts, sizes, style_profile, filename).
  • Returns a generated Word .docx file to Dify.
  • No persistent storage of user content; no analytics; logs limited to runtime errors.
  • No third-party transfers. Note: if Markdown contains external image URLs, underlying libraries may fetch those images to embed into the .docx.

Privacy Policy

  • A privacy policy (PRIVACY.md) is included in the plugin package and aligned with the 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/1512 **Author:** [@ChuHaoJiQi](https://github.com/ChuHaoJiQi) **Created:** 11/7/2025 **Status:** ✅ Merged **Merged:** 11/24/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (5) - [`2a49f28`](https://github.com/langgenius/dify-plugins/commit/2a49f28e5e0359e8e0a3f4ca90bbf145c87e2448) Create README.md with tool information and usage - [`471d036`](https://github.com/langgenius/dify-plugins/commit/471d03646e7c270f92e2dccc306372bf17443198) Create FlexMD-to-Word - [`6b101bc`](https://github.com/langgenius/dify-plugins/commit/6b101bc552ccfefea643e0808beb62cf07c5a99d) Add files via upload - [`a2b4644`](https://github.com/langgenius/dify-plugins/commit/a2b4644bdd2aeddac62c1672cdd035b0d0fd2aab) Delete FlexMD-to-Word - [`b6e42d1`](https://github.com/langgenius/dify-plugins/commit/b6e42d1b7302a619a927ba76ca49357ba2a7183c) Delete ChuHaoJiQi/FlexMD-to-Word/README.md ### 📊 Changes **1 file changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ChuHaoJiQi/FlexMD-to-Word/FlexMD-to-Word-0.0.1.difypkg` (+0 -0) </details> ### 📄 Description # Plugin Submission Form ## 1. Metadata - **Plugin Author**: chuhaojiqi - **Plugin Name**: flexmd-to-word (Display: FlexMD-to-Word) - **Repository URL**: https://github.com/ChuHaoJiQi/dify-plugins/tree/main/ChuHaoJiQi/FlexMD-to-Word ## 2. Submission Type - [x] New plugin submission - [ ] Version update for existing plugin ## 3. Description Convert Markdown into polished Word (.docx) with flexible style control. Supports headings, lists, tables, images, code blocks, and spacing before/after. No external credentials required; validates runtime dependencies (`markdown`, `html2docx`, `python-docx`). Python runner 3.12, entrypoint `main`. ## 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 - [x] Step-by-step setup instructions - [x] Detailed usage instructions - [x] All required APIs and credentials are clearly listed (N/A for this plugin) - [x] Connection requirements and configuration details (N/A) - [x] Link to the repository for the plugin source code ## 6. Privacy Protection Information Based on Dify Plugin Privacy Protection Guidelines [link]: https://docs.dify.ai/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines ### Data Collection - Processes input Markdown text and optional style parameters (e.g., fonts, sizes, style_profile, filename). - Returns a generated Word `.docx` file to Dify. - No persistent storage of user content; no analytics; logs limited to runtime errors. - No third-party transfers. Note: if Markdown contains external image URLs, underlying libraries may fetch those images to embed into the `.docx`. ### Privacy Policy - [x] A privacy policy (`PRIVACY.md`) is included in the plugin package and aligned with the 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 18:04:20 -05:00
yindo closed this issue 2026-02-22 18:04:24 -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#1662