mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
Add a link to the repository for the each plugin on the marketplace. #7
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?
Originally created by @kurokobo on GitHub (Mar 8, 2025).
Originally assigned to: @RockChinQ on GitHub.
This is a feature request for the marketplace.
I would like to have a link to the repository that manages its source code on the page for each plugin.
Currently, it is possible to check the source code by downloading it, changing the extension to zip, and then extracting it. However, having a link to the repository on each plugin pages on the marketplace offers the following advantages:
From a technical perspective, I have considered the following ideas. What do you think?
It's just like this part of PyPI.
@bowenliang123 commented on GitHub (Mar 13, 2025):
+1
As in all my pulished plugins at Dify Marketplace (https://marketplace.dify.ai/plugins/bowenliang123/md_exporter), I attached the links to the github repo.
And it does help the user to know more about the details of the plugin and report the usage issues they've encountered. As in my
md_exporterplugin, 2 helpful issues collected which are helpful for me to follow.@alterxyz commented on GitHub (Mar 15, 2025):
+1
@kurokobo commented on GitHub (May 7, 2025):
Related PRs by @Yeuoly:
@RockChinQ commented on GitHub (Jun 24, 2025):
Any new uploaded plugin versions with the
repofield set inmanifest.yamlwill now be displayed on the Marketplace.