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.
- Host: GitHub
- URL: https://github.com/intranda/goobi-plugin-step-replace-images
- Owner: intranda
- License: gpl-2.0
- Created: 2020-06-14T10:02:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-03T10:29:01.000Z (2 months ago)
- Last Synced: 2025-04-03T11:29:56.948Z (2 months ago)
- Topics: goobi, goobi-workflow, plugin, step
- Language: Riot
- Homepage: https://docs.goobi.io/goobi-workflow-plugins-en/step/intranda_step_replace-images
- Size: 3.92 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README
- License: LICENSE
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