From 4ccbf2f58c8d9f337a1890bfafb8cd58cd8ec182 Mon Sep 17 00:00:00 2001 From: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com> Date: Sat, 31 May 2025 17:07:39 +0300 Subject: [PATCH] Add community forum links to plugin README files --- plugins/PythonDepManager/README.md | 2 ++ plugins/imageGalleryNavigation/README.md | 2 ++ plugins/tagCopyPaste/README.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/plugins/PythonDepManager/README.md b/plugins/PythonDepManager/README.md index 5206930..ca74a21 100644 --- a/plugins/PythonDepManager/README.md +++ b/plugins/PythonDepManager/README.md @@ -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. diff --git a/plugins/imageGalleryNavigation/README.md b/plugins/imageGalleryNavigation/README.md index e70080b..67efceb 100644 --- a/plugins/imageGalleryNavigation/README.md +++ b/plugins/imageGalleryNavigation/README.md @@ -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: diff --git a/plugins/tagCopyPaste/README.md b/plugins/tagCopyPaste/README.md index c67325a..596b53b 100644 --- a/plugins/tagCopyPaste/README.md +++ b/plugins/tagCopyPaste/README.md @@ -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.