Change naming of color_mapping to tag configuration
This commit is contained in:
parent
1ab43a2a0e
commit
ac711ce108
2 changed files with 3 additions and 3 deletions
|
|
@ -136,7 +136,7 @@ class ExtractPlugin(PapersPlugin):
|
|||
"formatting",
|
||||
"{%quote_container> {quote} %}[{page}]{%note_container{newline}Note: {note} %}{%tag_container #{tag}%}",
|
||||
)
|
||||
self.color_mapping = settings.get("color_mapping", {})
|
||||
self.color_mapping = settings.get("tags", {})
|
||||
|
||||
def update_parser(self, subparsers, _):
|
||||
"""Allow the usage of the pubs extract subcommand"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue