WP Manifestindependent plugin directory
manifest / media / wordpress-resourcespace

ResourceSpace GitLab

This is a WordPress plugin that allows you to search for images, videos stored in Resourcespace and link to it directly or copy the asset into WordPress' Media module.

by Adrian · gitlab.com/adranetwork/wordpress-resourcespace · website

2stars
1forks

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://gitlab.com/adranetwork/wordpress-resourcespace/-/archive/master/wordpress-resourcespace-master.zip

From the readme

WordPress ResourceSpace This plugin allow users of the WordPress CMS to integrate resources which are stored in a ResourceSpace repository in their content. Resources can be embedded directly from the ResourceSpace server, or synchronized and replicated in the local WordPress media library. Getting Started Clone the project to a folder within the wp-content/plugins directory of your local WordPress development instance. Prerequisites Update the dependencies and build the souce using npm. To compile new source code: Repeat the above in each of the following directories: block-editor admin/js/src/admin-form admin/js/src/search-form admin/js/src/search-media-library Installing To create a distributable version of the plugin, use a copy of the project folder without the following directories: block-editor/src admin/js/src/ nodemodules Upload the files to the plugins directory of the target WordPress instance, or zip the files for easy distribution. Note: For users of the self-hosted version, note that this plugin requires ResourceSpace version 9.3 or higher. Configuration and Usage 1. From the WordPress administration panel, visit the ResourceSpace Options scr

Read the full README on GitLab →