From bcf3bd6ea32d71e57eabe9af44a9f8bc958c6ce5 Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Thu, 22 Jan 2026 06:49:06 -0500 Subject: docs: Write help about plugins and plugin development --- help/C/index.docbook | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) (limited to 'help') diff --git a/help/C/index.docbook b/help/C/index.docbook index 88f9955..29edff6 100644 --- a/help/C/index.docbook +++ b/help/C/index.docbook @@ -782,6 +782,73 @@ + + + +
Plugins + + Image Viewer supports plugins that can extend its functionality with additional features. Plugins can add menu items, modify image display behavior, or integrate with external applications. + +
Enabling and Disabling Plugins + To manage plugins: + + + Choose EditPreferences. + + + Click on the Plugins tab. + + + Check the box next to a plugin name to enable it, or uncheck it to disable it. + + + Click Close to save your changes. + + + Changes to plugin activation take effect immediately. +
+ +
Built-in Plugins + Image Viewer includes the following built-in plugins: + + + Fullscreen with double-click + + Allows you to toggle fullscreen mode by double-clicking on an image. This provides a quick way to enter and exit fullscreen without using the menu or keyboard shortcuts. + + + + Reload Image + + Adds a menu item and shortcut to reload the current image from disk. This is useful when an image file has been modified by an external application and you want to see the updated version without closing and reopening the file. + + + + Statusbar Date + + Displays the date when the photo was taken in the statusbar, extracted from the image's EXIF metadata. This is particularly useful for digital photos taken with a camera that records the capture date. + + + +
+ +
Installing Additional Plugins + Additional plugins can be installed by placing them in one of the following locations: + + + ~/.local/share/eom/plugins/ - for personal use + + + /usr/lib/eom/plugins/ - system-wide (requires administrator privileges) + + + After installing a plugin, restart Image Viewer or reload the plugin list in the Preferences dialog to see the new plugin. +
+ +
Developing Plugins + If you are a developer interested in creating plugins for Image Viewer, please refer to HACKING-PLUGINS.md in the source code repository, or visit the MATE Desktop development documentation website. +
+
-- cgit v1.2.1