I have cards that have two tags with a structure like sometag and sometag::subtag. When I delete sometag (via the dialog to delete tags) the longer tag sometag::subtag gets also deleted.
How can I only delete those tags that match exactly sometag?
I donāt remember exactly, but I think you can search for cards with only the parent tag with ātag:parentā -ātag:parent::*. Then you can delete what shows.
Or try selecting all children tags in sidebar and dragging them out to the top level (I havenāt actually tried this)
(Sorry only have my phone right now)
Or search and replace using a RegEx to delete the first part of tag chain (fuzzy on thisā¦)
I tried this method, but didnāt remove parent tage i opend find and replace menu, enterd name of parent tag, i didnt write anything in the (replace with) field,
What seems to be the problem?