mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05: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:
@@ -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=""
|
||||
|
Reference in New Issue
Block a user