Encode a note ID as note1
static String encodeNoteId(String id) { return Nip19Encoder.encodeNoteId(id); }