You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the "Stories" module, I greatly improved the code of the "Write" sub-class.
I created a new method called "Check_Chapter_Date_Texts", which will be executed by the "Define_Chapter" and "Finish_Writing" methods.
It serves to verify and update the chapter date texts that I put at the beginning of all the chapters of my stories.
These texts contain the date that the chapter was written, and last revised and translated.
This method adds these texts to the chapter files when they do not exist.
And also updates them as I write, revise, and translate the chapters.
Now that addition of chapter dates to the files is no longer manual, but automatic.
This way, there is no chance that I will forget to update the revision and translation dates, as I did before.
0 commit comments