I'm now trying to have this work in a way that's backwards compatible with another plugin I've previously been using for TOTPs. Previously, for this plugin, I had a custom field called otp whose value was key=THE_KEY_IN_BASE32. I'm trying now with a custom field TimeOtp-Secret-Base32 whose value is {T-REPLACE-RX:/{S:otp}/key=//}. When I copy the TimeOtp-Secret-Base32 field, I can see that it contains the expected value (THE_KEY_IN_BASE32), but when I use the {TIMEOTP} placeholder, it's not containing...
Oh, I like the idea of having another custom entry string whose value is {TIMEOTP}. Thank you!
I also just noticed the documentation for this upcoming feature and came here to see what I could learn about it. The {TIMEOTP} placeholder is working for me (thanks for the great feature!), but this isn't always the most convenient way to access it. Is there another way (or are there future plans for another way) to get the TOTP code, like a keyboard shortcut or menu option to copy only it to the clipboard?