The features and enhancements we had planned could not be implemented, as this template was discontinued before their development.

1. Contacts Type

1000064501.jpg

The current version of this template includes four contact types. I plan to enhance it by adding more categories to better support different fields and help maintain a wider range of contacts.

Current contact types:


2. Add gender identifier after name

1000064514.jpg

Contact Gender displays the gender you assign to each stored contact. The chosen gender is visually represented with an emoji placed after the contact’s name. This is managed through the following formula.

if(prop("Gender") == "Male", "♂️",
if(prop("Gender") == "Female", "♀️",
if(prop("Gender") == "Non-Binary", "⚧️",
if(prop("Gender") == "Trans Man", "🫃",
if(prop("Gender") == "Trans Woman", "🤰",
if(prop("Gender") == "Transgender", "⚧",
if(prop("Gender") == "Agender", "🜭",
if(prop("Gender") == "Bigender", "⚤",
if(prop("Gender") == "Genderqueer", "🜬",
if(prop("Gender") == "Two-Spirit", "⚢",
if(prop("Gender") == "Third Gender", "➰",
if(prop("Gender") == "Demigirl", "🩷",
if(prop("Gender") == "Demiboy", "🩵",
"❓")))))))))))))