An open API service indexing awesome lists of open source software.

https://github.com/intranda/goobi-plugin-step-replace-images

This Step plugin for Goobi workflow offers a user interface that can be used to replace placeholder images within the master and the media folder. Drag and Drop are possible to be used for multiple images.
https://github.com/intranda/goobi-plugin-step-replace-images

goobi goobi-workflow plugin step

Last synced: 2 months ago
JSON representation

This Step plugin for Goobi workflow offers a user interface that can be used to replace placeholder images within the master and the media folder. Drag and Drop are possible to be used for multiple images.

Awesome Lists containing this project

README

        

Kompilieren des Plugins:

Initial:
* cd /plugin
* npm install
* ant
* tar -C /opt/digiverso/goobi/ -xf target/plugin_intranda_step_replace-images.tar --exclude="pom.xml"

Bei Java-Änderungen:
* cd /plugin
* ant
* tar -C /opt/digiverso/goobi/ -xf target/plugin_intranda_step_replace-images.tar --exclude="pom.xml"

Bei html/css/js Änderungen:
* cd /plugin/frontend-dev
* npx webpack