EditorPlus
EditorPlus is a plugin for Piwigo. This plugin add a WYSIWYG editor to a set of defined textareas.
Summary
Installation
For Users
- Download the Latest Release:
- Go to the Releases page of the EditorPlus GitHub repository.
- 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 like your-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.
For Developers
- Clone the Repository:
- Clone the EditorPlus repository to your local machine using:
git clone https://github.com/LintyDev/piwigo-editorplus.git
- Install Dependencies:
- Navigate to the cloned directory and run:
npm install
- 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.
Features
- 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: Utilizes the latest version of Quill, a powerful and modern rich text editor, ensuring a smooth and feature-rich editing experience.
- 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.
How It Works
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.
License