mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
Tags in filenames can now either be found by key (in case - or _ are
used as delimeter) or by index. Added some more tests.
This commit is contained in:
parent
05da4a559f
commit
d8fda64cd0
3 changed files with 125 additions and 11 deletions
|
|
@ -60,7 +60,8 @@ PAPERLESS_EMAIL_SECRET=""
|
|||
# * {title}
|
||||
# * {created}
|
||||
# * {added}
|
||||
# * {tags[FILTER]}
|
||||
# * {tag[KEY]} If your tags conform to key_value or key-value
|
||||
# * {tags[INDEX]} If your tags are strings, select the tag by index
|
||||
# Uniqueness of filenames is ensured, as an incrementing counter is attached
|
||||
# to each filename.
|
||||
#PAPERLESS_FILENAME_FORMAT=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue