Encode a note ID as note1
static String encodeNoteId(String id) { return _encodeKey(Hrps.kNoteId, id); }