Hi,
I have some tags I don't want to appear on my reader.
2 types of tags are:
TODO.xxx.yyy
and
TODONT.xxxx.zzzz
How do I remove them?
I've tried this:
Code:
sony_collection_name_template = '{value}{category:| (|)}'
sony_collection_renaming_rules = {'tags:re((^| |;)(TODO(NT)?\\..*)( |;|$),)': ''}
No change
Plugboard with dest tags:
Code:
{tags:re((^| |;|; )(TODO|TODONT)\..*( | ;|;|$),)||}
No change
custom collumn (#essential_tags):
Code:
{tags:re((^| |;)(TODO(NT)?\..*)( |;|$),)||}
The exact tags I need.
I have tried the plugboard and the rename rules in various ways/combinations but I did not succeed.
Anyone an Idea that could help me?