From 1af0f8f7bc655fafb74280de2f3d1db3d039163e Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Mon, 28 Aug 2023 16:41:59 +0200 Subject: [PATCH] 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. --- papis_extract/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/papis_extract/__init__.py b/papis_extract/__init__.py index 9b6a252..0b44c48 100644 --- a/papis_extract/__init__.py +++ b/papis_extract/__init__.py @@ -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