EditorPlus is a plugin for Piwigo. This plugin add a WYSIWYG editor to a set of defined textareas.
- Download the Latest Release:
- Go to the Releases page of the EditorPlus official page.
- Download the latest release's ZIP file.
- Installation:
- Unzip the downloaded file.
- Upload the extracted folder to your Piwigo gallery's
plugins
directory. The path should look likeyour-gallery/plugins/EditorPlus
.
- Activate the Plugin:
- Log in to your Piwigo dashboard.
- Go to the
Plugins
section. - Find
EditorPlus
in the list and activate it.
- Clone the Repository:
- Clone the EditorPlus repository to your local machine using:
git clone https://github.com/Piwigo/piwigo-editorplus.git
- Clone the EditorPlus repository to your local machine using:
- Install Dependencies:
- Navigate to the cloned directory and run:
npm install
- Navigate to the cloned directory and run:
- Development and Contributions:
- Make your changes or improvements to the code.
- Test your changes thoroughly.
- Feel free to submit a pull request if you wish to contribute your changes back to the project.
- WYSIWYG Editor: Integrate a What You See Is What You Get editor into your Piwigo gallery, enhancing the user experience for content creation and editing.
- Powered by: Quill v2 & CKEditor 5.
- Customizable Toolbars: Tailor the editor toolbars to fit the specific needs of your piwigo, choosing from a variety of formatting options.
- Easy Integration: Seamlessly integrates with Piwigo, allowing for a quick and hassle-free setup.
- Extensible: Built to be extensible, enabling further customization and extension of functionality as needed.
Get a quick overview of how to configure and use EditorPlus in your Piwigo gallery. The following animated GIF demonstrates the process of adding and removing items in the Quill editor:
This visual guide should help you easily understand how to customize the WYSIWYG editor for your needs.
- MIT Licence