From 121b5c387ca5a91d361f989a60a6777761b332fa Mon Sep 17 00:00:00 2001 From: pacien Date: Wed, 26 Oct 2022 01:37:13 +0200 Subject: viewer/manual: add keyboard shortcut sections with current ones --- viewer/ldgallery-viewer.7.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'viewer/ldgallery-viewer.7.md') diff --git a/viewer/ldgallery-viewer.7.md b/viewer/ldgallery-viewer.7.md index c0634b6..736f61f 100644 --- a/viewer/ldgallery-viewer.7.md +++ b/viewer/ldgallery-viewer.7.md @@ -2,7 +2,7 @@ pagetitle: Viewer user manual - ldgallery title: LDGALLERY-VIEWER(7) ldgallery author: Pacien TRAN-GIRARD, Guillaume FOUET -date: 2022-09-04 (v2.1) +date: 2022-10-26 (v2.1-SNAPSHOT) --- @@ -43,6 +43,13 @@ Items of the following formats can be opened and visualised within the web appli Formats which are not listed above or which are not supported by the user's web browser are offered for download instead of being directly displayed in the same window. +# KEYBOARD SHORTCUTS + +`CTRL-K` +: Moves the focus to the tag search field, opening the side search panel if it is closed. + Pressing again while in the search input field sets the focus to the browser's address bar. + + # SEARCH QUERIES Items can be filtered based on their tags. -- cgit v1.2.3 From 12eb302bcc93405f81b676b1a29a9731a5fec9be Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 30 Oct 2022 17:40:33 +0100 Subject: viewer/command: add item download button This adds a download button which allows the user to save the current item as a file. This is necessary because some item viewers do not expose a download option on their own. The download icon appears together with the other command buttons at the top-left corner of the screen, replacing the listing sorting menu which is only relevant for item lists (directory and search views). GitHub: closes #308 --- viewer/ldgallery-viewer.7.md | 1 + 1 file changed, 1 insertion(+) (limited to 'viewer/ldgallery-viewer.7.md') diff --git a/viewer/ldgallery-viewer.7.md b/viewer/ldgallery-viewer.7.md index 736f61f..46509fb 100644 --- a/viewer/ldgallery-viewer.7.md +++ b/viewer/ldgallery-viewer.7.md @@ -41,6 +41,7 @@ Items of the following formats can be opened and visualised within the web appli * PDFs Formats which are not listed above or which are not supported by the user's web browser are offered for download instead of being directly displayed in the same window. +The item being visualised can be downloaded using the download button at the top-left corner. # KEYBOARD SHORTCUTS -- cgit v1.2.3 From 6518bf8e8857d1da620f593293f399f38f5f473e Mon Sep 17 00:00:00 2001 From: pacien Date: Mon, 31 Oct 2022 00:19:20 +0100 Subject: viewer/man: add EPUB to the list of supported formats --- viewer/ldgallery-viewer.7.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'viewer/ldgallery-viewer.7.md') diff --git a/viewer/ldgallery-viewer.7.md b/viewer/ldgallery-viewer.7.md index 46509fb..afdaec5 100644 --- a/viewer/ldgallery-viewer.7.md +++ b/viewer/ldgallery-viewer.7.md @@ -2,7 +2,7 @@ pagetitle: Viewer user manual - ldgallery title: LDGALLERY-VIEWER(7) ldgallery author: Pacien TRAN-GIRARD, Guillaume FOUET -date: 2022-10-26 (v2.1-SNAPSHOT) +date: 2022-10-30 (v2.1-SNAPSHOT) --- @@ -37,8 +37,8 @@ Items of the following formats can be opened and visualised within the web appli * Pictures (Bitmap, JPEG, PNG, TIFF, HDR, GIF) * Videos (OGV, WebM, Matroska, MPEG-4) * Audio files (WAV, Opus, FLAC, MP3, MPEG-4) -* Plain text files (`.txt`) -* PDFs +* Text files (TXT, Markdown) +* Ebooks (PDF, EPUB) Formats which are not listed above or which are not supported by the user's web browser are offered for download instead of being directly displayed in the same window. The item being visualised can be downloaded using the download button at the top-left corner. -- cgit v1.2.3 From e939712a284dff9af6d81cc1fcd4e7f7ec9ad503 Mon Sep 17 00:00:00 2001 From: pacien Date: Fri, 17 Feb 2023 22:52:05 +0100 Subject: project: release v2.2 --- viewer/ldgallery-viewer.7.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'viewer/ldgallery-viewer.7.md') diff --git a/viewer/ldgallery-viewer.7.md b/viewer/ldgallery-viewer.7.md index afdaec5..ad36f7f 100644 --- a/viewer/ldgallery-viewer.7.md +++ b/viewer/ldgallery-viewer.7.md @@ -2,7 +2,7 @@ pagetitle: Viewer user manual - ldgallery title: LDGALLERY-VIEWER(7) ldgallery author: Pacien TRAN-GIRARD, Guillaume FOUET -date: 2022-10-30 (v2.1-SNAPSHOT) +date: 2023-02-17 (v2.2) --- @@ -169,7 +169,7 @@ The ldgallery source code is available on . # LICENSE -Copyright (C) 2019-2022 Pacien TRAN-GIRARD and Guillaume FOUET. +Copyright (C) 2019-2023 Pacien TRAN-GIRARD and Guillaume FOUET. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -- cgit v1.2.3