Allow for future posting by date in front-matter. #260
Closed
Description
I would like to propose ability to future post content. I do know that we have Drafts functionality but allowing for future dates in posts would be very useful. One could for example: set a date in the future and get the post published at some later time. I guess it is only a matter of 1 or 2 If statements comparing current date and time to the date and time of the content being generated.
If Current Date / Time <= Date / Time of Content generate it.
We can obviously check if the content is not in a Draft state.
Thaks for considering.