Skip to content

Commit 4ccbf2f

Browse files
committed
Add community forum links to plugin README files
1 parent 3c1cb64 commit 4ccbf2f

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

plugins/PythonDepManager/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# PythonDepManager
22

3+
https://discourse.stashapp.cc/t/pythondepmanager/1801
4+
35
Python dependency management system for CommunityScripts plugins.
46

57
This plugin provides an easy way to install and manage Python package dependencies in your plugins without manual user interaction.

plugins/imageGalleryNavigation/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Image Gallery Navigation
22

3+
https://discourse.stashapp.cc/t/imagegallerynavigation/1857
4+
35
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.
46

57
This plugin currently adds two things to the Image details page:

plugins/tagCopyPaste/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Tag Copy/Paste
22

3+
https://discourse.stashapp.cc/t/tagcopypaste/1858
4+
35
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.
46

57
The Copy button will create a comma delimited list of all currently entered tags and put this on your clipboard.

0 commit comments

Comments
 (0)