Deadname-Remover icon indicating copy to clipboard operation
Deadname-Remover copied to clipboard

multiple word middle names

Open autumnafon opened this issue 2 years ago • 2 comments

can the extension be updated to replace multiple-word middle names as a string of the two words in a row? i have two middle names (the second one is my mom's last name, which i plan to keep as part of my full name) but as a result of that the first part of my middle name doesn't get replaced with my chosen one. i've tried moving the second middle name to the last name field but that hasn't fixed the issue

autumnafon avatar Aug 22 '22 02:08 autumnafon

Thanks for the bug report @autumnafon! It's very likely the extension doesn't support this at the moment, but I'll make sure this will be covered in the version 2.0.0 release I'm hoping to get out soon. I'm unable to test this on the beta of the new version right now, so this issue will stay open until I'm able to verify that it's solved with the new version

arimgibson avatar Aug 24 '22 03:08 arimgibson

@autumnafon if i understand correctly, you want to only replace one of your middle names? if so you should be able to do something like name1\ name2 -> name3\ name2 the backslash allows them to be processed separately Im not very good at explaining, but heres the wikipedia page for it.

TotalChaos05 avatar Dec 29 '22 20:12 TotalChaos05