Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Former Member
4 years agoSupport for Bitwarden custom fields in mrc-converter-suite
MrC
Hi would it be possible to add support for Bitwarden custom fields? Right now all fields are just added as "plain notes".
Bitwarden has 3 types: text, hidden and boolean.
No idea what bo...
MrC
4 years agoSuper Contributor
Hi @leblub
I'd be happy to make updates to better handle the custom fields. Can you tell me how you'd like to see them mapped?
There are Text, Hidden, Boolean, and Linked, so:
Text - this one is easy, it's just a key / value pair, and can be placed in a new section with the key / value.
Hidden - this one is also just like Text, a key / value pair, but I could apple the "conceal" attribute to it.
Boolean - this is just a "true" / "false" type of key/value pair.
Linked - The linkedId provided seems meaningless in the JSON file, but I presume that it's values (100 = Username, 101 = Password) are references to internal UI fields for that entry. What would you like done with this field?