From 6348e57ea28d23ec65798f5bc3d1ddd16fbe19b2 Mon Sep 17 00:00:00 2001 From: cage Date: Sat, 10 Dec 2022 14:47:11 +0100 Subject: [PATCH] - added docstring to 'gemini-images-montage' --- src/ui-goodies.lisp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ui-goodies.lisp b/src/ui-goodies.lisp index 7acb4ca..08ce5b3 100644 --- a/src/ui-goodies.lisp +++ b/src/ui-goodies.lisp @@ -1500,7 +1500,10 @@ It an existing file path is provided the command will refuse to run." :test #'string=) (defun gemini-images-montage () - #+montage-bin + "Generate an image formed that contains all the images linked to a +gemini page and arranged in a grid layout, the resulting image is then +displayed using the standard image viewer installed on the system." +#+montage-bin (when-let* ((window *message-window*) (metadata (message-window:metadata window)) (links (gemini-viewer:gemini-metadata-links metadata))