Add community forum links to plugin README files

This commit is contained in:
DogmaDragon
2025-05-31 17:07:39 +03:00
parent 3c1cb64b2c
commit 4ccbf2f58c
3 changed files with 6 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
# PythonDepManager
https://discourse.stashapp.cc/t/pythondepmanager/1801
Python dependency management system for CommunityScripts plugins.
This plugin provides an easy way to install and manage Python package dependencies in your plugins without manual user interaction.

View File

@@ -1,5 +1,7 @@
# Image Gallery Navigation
https://discourse.stashapp.cc/t/imagegallerynavigation/1857
This plugin adds features for navigating between images within a Gallery from the Image details page. This is intended to make it easier to edit metadata on each Image in a Gallery one at a time without constantly having to go back and forth between the Gallery and Image page.
This plugin currently adds two things to the Image details page:

View File

@@ -1,5 +1,7 @@
# Tag Copy/Paste
https://discourse.stashapp.cc/t/tagcopypaste/1858
This plugin adds Copy and Paste buttons next to the Tags input field that allows for easier bulk adding and copying of tags, with the goal of making it easy to copy Tags between objects, bulk load manually created tag lists, or load tag lists copied from AI tagger output.
The Copy button will create a comma delimited list of all currently entered tags and put this on your clipboard.