[PR #859] [CLOSED] word2markdown(covert word to markdown contents (level title table ) with out table) #1225

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/859
Author: @KakaCheng2010
Created: 7/3/2025
Status: Closed

Base: mainHead: main


📝 Commits (2)

📊 Changes

15 files changed (+740 additions, -0 deletions)

View changed files

Organization/word2markdown/word2markdown.difypkg (+0 -0)
Organization/word2markdown/word2markdown/.difyignore (+179 -0)
Organization/word2markdown/word2markdown/.env.example (+3 -0)
Organization/word2markdown/word2markdown/.gitignore (+176 -0)
Organization/word2markdown/word2markdown/GUIDE.md (+148 -0)
Organization/word2markdown/word2markdown/PRIVACY.md (+3 -0)
Organization/word2markdown/word2markdown/README.md (+23 -0)
Organization/word2markdown/word2markdown/_assets/icon.svg (+6 -0)
Organization/word2markdown/word2markdown/main.py (+6 -0)
Organization/word2markdown/word2markdown/manifest.yaml (+36 -0)
Organization/word2markdown/word2markdown/provider/word2markdown.py (+14 -0)
Organization/word2markdown/word2markdown/provider/word2markdown.yaml (+17 -0)
Organization/word2markdown/word2markdown/requirements.txt (+3 -0)
Organization/word2markdown/word2markdown/tools/word2markdown.py (+83 -0)
Organization/word2markdown/word2markdown/tools/word2markdown.yaml (+43 -0)

📄 Description

word2markdown
covert word to markdown contents (level title table ) with out table


🔄 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/859 **Author:** [@KakaCheng2010](https://github.com/KakaCheng2010) **Created:** 7/3/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`4fc4e9e`](https://github.com/langgenius/dify-plugins/commit/4fc4e9eff70768d5affbb21f4ce257695816e680) word2markdown - [`3ecc020`](https://github.com/langgenius/dify-plugins/commit/3ecc0200a1895b885d28d21f9f8ef93221085f01) word2markdown ### 📊 Changes **15 files changed** (+740 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Organization/word2markdown/word2markdown.difypkg` (+0 -0) ➕ `Organization/word2markdown/word2markdown/.difyignore` (+179 -0) ➕ `Organization/word2markdown/word2markdown/.env.example` (+3 -0) ➕ `Organization/word2markdown/word2markdown/.gitignore` (+176 -0) ➕ `Organization/word2markdown/word2markdown/GUIDE.md` (+148 -0) ➕ `Organization/word2markdown/word2markdown/PRIVACY.md` (+3 -0) ➕ `Organization/word2markdown/word2markdown/README.md` (+23 -0) ➕ `Organization/word2markdown/word2markdown/_assets/icon.svg` (+6 -0) ➕ `Organization/word2markdown/word2markdown/main.py` (+6 -0) ➕ `Organization/word2markdown/word2markdown/manifest.yaml` (+36 -0) ➕ `Organization/word2markdown/word2markdown/provider/word2markdown.py` (+14 -0) ➕ `Organization/word2markdown/word2markdown/provider/word2markdown.yaml` (+17 -0) ➕ `Organization/word2markdown/word2markdown/requirements.txt` (+3 -0) ➕ `Organization/word2markdown/word2markdown/tools/word2markdown.py` (+83 -0) ➕ `Organization/word2markdown/word2markdown/tools/word2markdown.yaml` (+43 -0) </details> ### 📄 Description word2markdown covert word to markdown contents (level title table ) with out table --- <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:51:44 -05:00
yindo closed this issue 2026-02-22 17:51:45 -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#1225