diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css index 9ab598fde..d3c6fbd86 100644 --- a/docs/_static/css/custom.css +++ b/docs/_static/css/custom.css @@ -191,6 +191,14 @@ a:hover, .wy-breadcrumbs-aside a { color: #5c5962; } +a.image-reference, a.image-reference:hover { + background: none !important; +} + +a.image-reference img { + cursor: zoom-in; +} + /* Code blocks */ .rst-content code, .rst-content tt, code { diff --git a/docs/_static/screenshot.png b/docs/_static/screenshot.png deleted file mode 100644 index 581e14a1d..000000000 Binary files a/docs/_static/screenshot.png and /dev/null differ diff --git a/docs/_static/screenshots/bulk-edit.png b/docs/_static/screenshots/bulk-edit.png new file mode 100644 index 000000000..61589f052 Binary files /dev/null and b/docs/_static/screenshots/bulk-edit.png differ diff --git a/docs/_static/screenshots/correspondents.png b/docs/_static/screenshots/correspondents.png index 269543b26..4b1283797 100644 Binary files a/docs/_static/screenshots/correspondents.png and b/docs/_static/screenshots/correspondents.png differ diff --git a/docs/_static/screenshots/dashboard.png b/docs/_static/screenshots/dashboard.png index 3a3494e72..41fe23ffc 100644 Binary files a/docs/_static/screenshots/dashboard.png and b/docs/_static/screenshots/dashboard.png differ diff --git a/docs/_static/screenshots/documents-filter.png b/docs/_static/screenshots/documents-filter.png index feb0f58d5..beb419722 100644 Binary files a/docs/_static/screenshots/documents-filter.png and b/docs/_static/screenshots/documents-filter.png differ diff --git a/docs/_static/screenshots/documents-largecards.png b/docs/_static/screenshots/documents-largecards.png index d65c4a0d7..17faf4e91 100644 Binary files a/docs/_static/screenshots/documents-largecards.png and b/docs/_static/screenshots/documents-largecards.png differ diff --git a/docs/_static/screenshots/documents-smallcards-dark.png b/docs/_static/screenshots/documents-smallcards-dark.png new file mode 100644 index 000000000..e2892f457 Binary files /dev/null and b/docs/_static/screenshots/documents-smallcards-dark.png differ diff --git a/docs/_static/screenshots/documents-smallcards.png b/docs/_static/screenshots/documents-smallcards.png index 77de7a04d..dddbbaa65 100644 Binary files a/docs/_static/screenshots/documents-smallcards.png and b/docs/_static/screenshots/documents-smallcards.png differ diff --git a/docs/_static/screenshots/documents-table.png b/docs/_static/screenshots/documents-table.png index a5f2a3d7f..f7833c521 100644 Binary files a/docs/_static/screenshots/documents-table.png and b/docs/_static/screenshots/documents-table.png differ diff --git a/docs/_static/screenshots/editing.png b/docs/_static/screenshots/editing.png index 21a0bcdf2..47f04518b 100644 Binary files a/docs/_static/screenshots/editing.png and b/docs/_static/screenshots/editing.png differ diff --git a/docs/_static/screenshots/logs.png b/docs/_static/screenshots/logs.png index 10a0d393a..c2dfe0a54 100644 Binary files a/docs/_static/screenshots/logs.png and b/docs/_static/screenshots/logs.png differ diff --git a/docs/_static/screenshots/mobile.png b/docs/_static/screenshots/mobile.png index 1217f06b3..06e782373 100644 Binary files a/docs/_static/screenshots/mobile.png and b/docs/_static/screenshots/mobile.png differ diff --git a/docs/_static/screenshots/new-tag.png b/docs/_static/screenshots/new-tag.png index 4ea438530..f763c0ecf 100644 Binary files a/docs/_static/screenshots/new-tag.png and b/docs/_static/screenshots/new-tag.png differ diff --git a/docs/_static/screenshots/search-preview.png b/docs/_static/screenshots/search-preview.png index 78925ae18..5e7c29049 100644 Binary files a/docs/_static/screenshots/search-preview.png and b/docs/_static/screenshots/search-preview.png differ diff --git a/docs/_static/screenshots/search-results.png b/docs/_static/screenshots/search-results.png index f9db14190..7ba399d56 100644 Binary files a/docs/_static/screenshots/search-results.png and b/docs/_static/screenshots/search-results.png differ diff --git a/docs/screenshots.rst b/docs/screenshots.rst index 49494af5b..1815575f1 100644 --- a/docs/screenshots.rst +++ b/docs/screenshots.rst @@ -4,42 +4,60 @@ Screenshots *********** -This is what paperless-ngx looks like. You shouldn't use paperless to index -research papers though, its a horrible tool for that job. +This is what Paperless-ngx looks like. The dashboard shows customizable views on your document and allows document uploads: .. image:: _static/screenshots/dashboard.png + :target: _static/screenshots/dashboard.png The document list provides three different styles to scroll through your documents: .. image:: _static/screenshots/documents-table.png + :target: _static/screenshots/documents-table.png .. image:: _static/screenshots/documents-smallcards.png + :target: _static/screenshots/documents-smallcards.png .. image:: _static/screenshots/documents-largecards.png + :target: _static/screenshots/documents-largecards.png + +Paperless-ngx also supports "dark mode": + +.. image:: _static/screenshots/documents-smallcards-dark.png + :target: _static/screenshots/documents-smallcards-dark.png Extensive filtering mechanisms: .. image:: _static/screenshots/documents-filter.png + :target: _static/screenshots/documents-filter.png -Side-by-side editing of documents. Optimized for 1080p. +Bulk editing of document tags, correspondents, etc.: + +.. image:: _static/screenshots/bulk-edit.png + :target: _static/screenshots/bulk-edit.png + +Side-by-side editing of documents: .. image:: _static/screenshots/editing.png + :target: _static/screenshots/editing.png Tag editing. This looks about the same for correspondents and document types. .. image:: _static/screenshots/new-tag.png + :target: _static/screenshots/new-tag.png Searching provides auto complete and highlights the results. .. image:: _static/screenshots/search-preview.png + :target: _static/screenshots/search-preview.png .. image:: _static/screenshots/search-results.png + :target: _static/screenshots/search-results.png Fancy mail filters! .. image:: _static/screenshots/mail-rules-edited.png + :target: _static/screenshots/mail-rules-edited.png -Mobile support in the future? This kinda works, however some layouts are still -too wide. +Mobile devices are supported. .. image:: _static/screenshots/mobile.png - + :target: _static/screenshots/mobile.png