jalad25_contact-note/src
2026-05-10 17:51:44 -05:00
..
modals Added the ability to rename frontmatter properties builtin to the plugin by users in the settings tab. Did so by adding a ConactNote class to ContactNote.ts that exposes functions to get the fields list, get a field by their key, give back the key override by the user, and apply the override to the given property. 2026-05-10 01:50:49 -05:00
suggesters Renamed constant for contact-note-list for views. Added event triggered when configuration changes and consumed by contacts view to refresh. Renamed NewContactModal to NewContactNoteModal. Fixed FolderSuggest input to allow for toggling showing root as an option. added modal to add new obsidian base with specified file name and view name. Renamed set and load settings to set and load configuration in plugin class. Added modal to append contacts base view to existing active base with a view name specified. Created ContactBase.ts to hold contact base file template builder. Creatd ContactNote.ts to hold contact note file template builder. Moved socials urls to contact card. Moved display name resolver to contact card. Renamed frontmatter properties for email and phone to emails and phoneNumbers, respectively, everywhere used. Breaking change. Removed some wrapper functions from plugin class and moved out. Small style changes. 2026-05-09 03:23:33 -05:00
views Added the ability to rename frontmatter properties builtin to the plugin by users in the settings tab. Did so by adding a ConactNote class to ContactNote.ts that exposes functions to get the fields list, get a field by their key, give back the key override by the user, and apply the override to the given property. 2026-05-10 01:50:49 -05:00
ConfigurationSchemaMigration.ts Updated eslint rules. Updated css style for RTL. 2026-05-10 17:51:44 -05:00
Contact.ts Added the ability to rename frontmatter properties builtin to the plugin by users in the settings tab. Did so by adding a ConactNote class to ContactNote.ts that exposes functions to get the fields list, get a field by their key, give back the key override by the user, and apply the override to the given property. 2026-05-10 01:50:49 -05:00
ContactCard.ts Added ability to also change icon used for emails and phoneNumbers to settings. Had to add a grid to display the inputs properly. 2026-05-10 04:38:14 -05:00
ContactNote.ts Added ability to also change icon used for emails and phoneNumbers to settings. Had to add a grid to display the inputs properly. 2026-05-10 04:38:14 -05:00
ContactNoteSettingTab.ts Added ability to also change icon used for emails and phoneNumbers to settings. Had to add a grid to display the inputs properly. 2026-05-10 04:38:14 -05:00
ContactsBase.ts Added the ability to rename frontmatter properties builtin to the plugin by users in the settings tab. Did so by adding a ConactNote class to ContactNote.ts that exposes functions to get the fields list, get a field by their key, give back the key override by the user, and apply the override to the given property. 2026-05-10 01:50:49 -05:00
main.ts Updated eslint rules. Updated css style for RTL. 2026-05-10 17:51:44 -05:00