Use image lightbox
This commit is contained in:
parent
56447b3b00
commit
35f9f36671
1
Pipfile
1
Pipfile
@ -75,6 +75,7 @@ imagehash = "*"
|
||||
daphne = "*"
|
||||
# Documentation
|
||||
mkdocs-material = "*"
|
||||
mkdocs-glightbox = "*"
|
||||
|
||||
[typing-dev]
|
||||
mypy = "*"
|
||||
|
10
Pipfile.lock
generated
10
Pipfile.lock
generated
@ -1,7 +1,7 @@
|
||||
{
|
||||
"_meta": {
|
||||
"hash": {
|
||||
"sha256": "3c380d590439f008ec85f1d5821ed96b4ebd56fcee3f287e6e0a6f5923262229"
|
||||
"sha256": "50c21aa701dff7657a4d33764af7623e7ec19f4f3ba577cc8bab9b243b487838"
|
||||
},
|
||||
"pipfile-spec": 6,
|
||||
"requires": {},
|
||||
@ -2746,6 +2746,14 @@
|
||||
"markers": "python_version >= '3.7'",
|
||||
"version": "==1.5.3"
|
||||
},
|
||||
"mkdocs-glightbox": {
|
||||
"hashes": [
|
||||
"sha256:8f894435b4f75231164e5d9fb023c01e922e6769e74a121e822c4914f310a41d",
|
||||
"sha256:96aaf98216f83c0d0fad2e42a8d805cfa6329d6ab25b54265012ccb2154010d8"
|
||||
],
|
||||
"index": "pypi",
|
||||
"version": "==0.3.4"
|
||||
},
|
||||
"mkdocs-material": {
|
||||
"hashes": [
|
||||
"sha256:3274a47a4e55a541b25bd8fa4937cf3f3c82a51763453511661e0052062758b9",
|
||||
|
@ -58,66 +58,66 @@ Paperless-ngx aims to be as nice to use as it is useful. Check out some screensh
|
||||
|
||||
The dashboard shows saved views which can be sorted. Documents can be uploaded with the button or dropped anywhere in the application:
|
||||
|
||||
[](assets/screenshots/dashboard.png)
|
||||

|
||||
|
||||
The document list provides three different styles to browser your documents:
|
||||
|
||||
[](assets/screenshots/documents-table.png)
|
||||

|
||||
|
||||
[](assets/screenshots/documents-smallcards.png)
|
||||

|
||||
|
||||
[](assets/screenshots/documents-largecards.png)
|
||||

|
||||
|
||||
Use the 'slim' sidebar to focus on just your docs:
|
||||
|
||||
[](assets/screenshots/documents-smallcards-slimsidebar.png)
|
||||

|
||||
|
||||
Paperless-ngx also supports dark mode:
|
||||
|
||||
[](assets/screenshots/documents-smallcards-dark.png)
|
||||

|
||||
|
||||
Quickly find documents with extensive filtering mechanisms:
|
||||
|
||||
[](assets/screenshots/documents-filter.png)
|
||||

|
||||
|
||||
Bulk edit document tags, correspondents, etc. as well as permissions:
|
||||
|
||||
[](assets/screenshots/bulk-edit.png)
|
||||

|
||||
|
||||
Side-by-side editing of documents:
|
||||
|
||||
[](assets/screenshots/editing.png)
|
||||

|
||||
|
||||
Support for custom fields:
|
||||
|
||||
[{: style="width:50%; margin-left: 25%"}](assets/screenshots/custom_field1.png)
|
||||
[](assets/screenshots/custom_field2.png)
|
||||
{: style="width:50%; margin-left: 25%"}
|
||||

|
||||
|
||||
A robust permissions system with support for 'global' and document / object permissions:
|
||||
|
||||
[{: style="width:50%; margin-left: 25%"}](assets/screenshots/permissions_global.png)
|
||||
[](assets/screenshots/permissions_document.png)
|
||||
{: style="width:50%; margin-left: 25%"}
|
||||

|
||||
|
||||
Tag editing. This looks about the same for correspondents and document
|
||||
types.
|
||||
|
||||
[{: style="width:50%; margin-left: 25%"}](assets/screenshots/new-tag.png)
|
||||
{: style="width:50%; margin-left: 25%"}
|
||||
|
||||
Searching provides auto complete and highlights the results.
|
||||
|
||||
[{: style="width:50%; margin-left: 25%"}](assets/screenshots/search-preview.png)
|
||||
{: style="width:50%; margin-left: 25%"}
|
||||
|
||||
[](assets/screenshots/search-results.png)
|
||||

|
||||
|
||||
Fancy mail filters!
|
||||
|
||||
[{: style="width:80%; margin-left: 10%"}](assets/screenshots/mail-rules-edited.png)
|
||||
{: style="width:80%; margin-left: 10%"}
|
||||
|
||||
Mobile devices are supported.
|
||||
|
||||
[{: style="width:33%"}](assets/screenshots/mobile1.png)
|
||||
[{: style="width:33%"}](assets/screenshots/mobile2.png)
|
||||
[{: style="width:33%"}](assets/screenshots/mobile3.png)
|
||||
{: style="width:33%"}
|
||||
{: style="width:33%"}
|
||||
{: style="width:33%"}
|
||||
|
||||
## Support
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user