I would like to be able to add a 'note' to a cronjob so I can add some comment or clarification in it. Or a description of the (purpose) of the cronjob.
I tried adding a comment to the command/ First I tried to put the comment on a new lin, but that would not save, because newlines are not allowed here. But after putting a hashtag (preceded by a space) after the cron command the cron worked OK. So I guess this way we can indeed add a comment to a cron job. I still think having a separate field for this would be nice. But this might also be sufficient in most cases.