const getNoteElementIdFromJoplinId = (id: string) => `list-note-${id}`; export default getNoteElementIdFromJoplinId;