From 5a6f92a1f09c0767a49d1c932bfa70a899c51af7 Mon Sep 17 00:00:00 2001 From: Tom Boissonnet Date: Wed, 5 Jul 2023 14:35:46 +0200 Subject: [PATCH 1/2] Update WebclientPlugin.rst --- omero/developers/Web/WebclientPlugin.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/omero/developers/Web/WebclientPlugin.rst b/omero/developers/Web/WebclientPlugin.rst index 72d53901ca..5e57ff7fdb 100644 --- a/omero/developers/Web/WebclientPlugin.rst +++ b/omero/developers/Web/WebclientPlugin.rst @@ -3,7 +3,8 @@ Webclient Plugins The webclient UI can be configured to include content from other web apps. This allows you to extend the webclient UI with your own functionality. -This is used by the `webtagging app `_ +This is used by the webtagging apps `autotag `_ +and `tagsearch `_, and there are also some examples in the `omero-webtest `_ repository. @@ -170,7 +171,7 @@ list. :: $ omero config append omero.web.ui.center_plugins - '["Auto Tag", "webtagging/auto_tag_init.js.html", "auto_tag_panel"]' + '["Auto Tag", "omero_autotag/auto_tag_init.js.html", "auto_tag_panel"]' The right_plugins list includes the `Acquisition` tab and `Preview` tab by default. If you want to append the OMERO.webtest ROI plugin or your own plugin From 19f3bb79fba1078951db6087a72ff6f023ea7aab Mon Sep 17 00:00:00 2001 From: Tom Boissonnet Date: Wed, 5 Jul 2023 14:41:34 +0200 Subject: [PATCH 2/2] Update Web.rst for webtagging changes --- omero/developers/Web.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/omero/developers/Web.rst b/omero/developers/Web.rst index 6a8a5a67f1..43780c4c54 100644 --- a/omero/developers/Web.rst +++ b/omero/developers/Web.rst @@ -70,8 +70,9 @@ It also includes utilities for creating and retrieving connections to OMERO - **omero-iviewer:** The `OMERO.iviewer `_ is a new (currently unreleased) image viewer that supports ROI creation and editing. -- **webtagging:** The `webtagging `_ app - was developed externally by Douglas Russell. It supports 'auto' tagging based on +- **webtagging:** The webtagging apps `OMERO.autotag `_ + and `OMERO.tagsearch `_ + were developed externally by Douglas Russell. It supports 'auto' tagging based on image name and Tag-based filtering of data. - **omero-mapr:** The `OMERO.mapr `_ app