WP Manifestindependent plugin directory
manifest / media / transcribus-viewer-for-wordpress

Transcribus Viewer for WordPress

This plugin provides a full-featured system for importing Transkribus documents into WordPress.

by Mattias Johnsson · github.com/mjonssonme/transcribus-viewer-for-wordpress · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/mjonssonme/transcribus-viewer-for-wordpress/archive/refs/heads/main.zip

Uploads Transkribus exports (ZIP) and displays them in an interactive, line-by-line viewer.

This plugin provides a full-featured system for importing Transkribus documents into WordPress and embedding them anywhere via a custom "Transcribus Document" Gutenberg block - just upload the export ZIP through the async background uploader, then drop the block into any post or page. The viewer displays the document's description followed by the interactive image and text panes, kept in sync as you navigate, zoom, pan, or resize.

Download the latest release (.zip)

This is what you get

The Transcribus Document viewer, shown live in the WordPress block editor, with an interactive image/text pane side-by-side and page navigation controls

Installation

  1. Download the latest release and upload the zip via Plugins > Add New > Upload Plugin (or unzip it into /wp-content/plugins/ directly).
  2. Install the 'Action Scheduler' library in /includes/lib/.
  3. Activate the plugin through the 'Plugins' menu in WordPress.
  4. Navigate to "Transkribus Docs" > "User Guide" for next steps.

Building from source instead? Clone the repo, run npm install and npm run build to build the Gutenberg block assets, then follow the same steps above.

See readme.txt for the full changelog and WordPress.org-style plugin metadata.