mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #789] [CLOSED] [New Plugin]: BookStack #1172
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/789
Author: @sudheer1994
Created: 6/27/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (2)
fbf8a87[Plugin Request]: BookStack #6935399fccdone📊 Changes
33 files changed (+1552 additions, -0 deletions)
View changed files
➕
.vscode/settings.json(+3 -0)➕
bookstack/.difyignore(+73 -0)➕
bookstack/.env.example(+6 -0)➕
bookstack/PRIVACY.md(+145 -0)➕
bookstack/README.md(+161 -0)➕
bookstack/_assets/icon.svg(+13 -0)➕
bookstack/bookstack-plugin.difypkg(+0 -0)➕
bookstack/main.py(+6 -0)➕
bookstack/manifest.yaml(+30 -0)➕
bookstack/provider/bookstack.py(+53 -0)➕
bookstack/provider/bookstack.yaml(+65 -0)➕
bookstack/requirements.txt(+2 -0)➕
bookstack/tools/__init__.py(+0 -0)➕
bookstack/tools/create_book.py(+56 -0)➕
bookstack/tools/create_book.yaml(+37 -0)➕
bookstack/tools/create_chapter.py(+58 -0)➕
bookstack/tools/create_chapter.yaml(+48 -0)➕
bookstack/tools/create_page.py(+68 -0)➕
bookstack/tools/create_page.yaml(+70 -0)➕
bookstack/tools/get_book.py(+51 -0)...and 13 more files
📄 Description
Plugin Submission Form
1. Metadata
2. Submission Type
3. Description
4. Checklist
5. Documentation Checklist
Please confirm that your plugin README includes all necessary information:
6. Privacy Protection Information
Based on Dify Plugin Privacy Protection Guidelines:
Data Collection
Privacy Policy
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.