I implemented automation for chapter posting deferral for serial stories.
So you can submit a serial story and have chapters posted at defined dates in one shot.
there is now a {date} tag for chapters.
How to use it:
Under the chapter title put the tag like so:
{date:2019-10-20a}
That makes the chapter appears on the site on the 20th of October, 2019 at 8am.
{date:2019-11-10p}
That makes the chapter appears on the site on the 10th of November, 2019 at 8pm.
You can schedule multiple chapters to show up at the same time, but each scheduled chapter must contain a tag.
Limitations:
1 - Works only on whole story submissions. The timing script will mark a story completed when it runs out of scheduled chapters.
2 - First text can't be scheduled with a tag. So the date tag will be ignore in the first part containing text. You schedule the first posting with the wizard's current scheduler.
3 - Format is rigid. No spaces inside tag. Any syntax error makes the system ignore tag and chapter end up on the site on the initial posting and the tag remains in the text.
4 - Dates earlier than processing time are ignored. If you schedule your story to post on the 20th of October and chapter 2's schedule is for the 18th, the tag is removed and the chapter is posted with chapter 1.
Example for a text file:
My first story
by my pen name
[optional cover text]
Chapter 1[: optional chapter title]
chapter 1 text....
Chapter 2: Merry Christmas
{date:2019-12-25a}
Chapter 2's text.
etc...