Remove default tag mappings
Since meanings assigned to highlight colors are often very personal I do not want to make any assumptions about their use. Remove any default associations.
This commit is contained in:
parent
e68b801ca1
commit
1af0f8f7bc
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ logger = papis.logging.get_logger(__name__)
|
|||
|
||||
DEFAULT_OPTIONS = {
|
||||
"plugins.extract": {
|
||||
"tags": {"important": "red", "toread": "blue"},
|
||||
"tags": {},
|
||||
"on_import": False,
|
||||
"minimum_similarity": 0.75, # for checking against existing annotations
|
||||
"minimum_similarity_content": 0.9, # for checking if highlight or note
|
||||
|
|
Loading…
Reference in a new issue