noteManages notes and reminders for an existing contact in the contact list.
Add a note:
Format: note INDEX NOTE [on/TIME]
NOTE to the contact at the specified INDEX. The index must be a positive integer 1, 2, 3, …TIME can accept most conventional date/time formats and may omit the year. If unable to parse as a date, it will be saved as a plain string.on/TIME field turns the note into a reminder. The system will warn of reminders due within 1 week.@INDEX syntax. When you include @INDEX in a note, it creates a link to the contact at that index. The reference is displayed as the contact's name in bold and underlined text.Examples:
note 1 Likes to swim.note 2 Follow up call on/15 Aprnote 1 Worked with @2 — creates a reference to the 2nd contact in the note.Edit a specific note:
Format: note INDEX el/NOTE_INDEX NEW_NOTE [on/TIME]
NOTE_INDEX of the contact at the specified INDEX with NEW_NOTE.NOTE_INDEX refers to the position of the note as displayed (starting from 1).on/TIME to set or update the reminder for the edited note.Examples:
note 1 el/1 Updated note text. replaces the 1st note of the 1st contact.note 2 el/3 Follow up call on/15 Apr replaces the 3rd note for the 2nd contact and sets a reminder.Remove a specific note:
Format: note INDEX cl/NOTE_INDEX
NOTE_INDEX from the contact at the specified INDEX.NOTE_INDEX refers to the position of the note as displayed (starting from 1).Example:
note 1 cl/2 removes the 2nd note from the 1st contact.Remove the first N notes:
Format: note INDEX c/LINES_TO_REMOVE
LINES_TO_REMOVE notes from the contact at the specified INDEX.LINES_TO_REMOVE must be a non-negative integer.LINES_TO_REMOVE exceeds the number of existing notes, all notes are removed.Examples:
note 1 c/1 removes the first note from the 1st contact.note 2 c/3 removes the first 3 notes from the 2nd contact.Clear all notes:
Format: note INDEX ca/
INDEX.Example:
note 1 ca/