-
Notifications
You must be signed in to change notification settings - Fork 9
Description
See also similar issue.
1. Request
It would be nice, if you add feature — update value for Modified metadata parameter. It would be nice, if would be possible not only if users run command manually like pelican_update_date command, but value will be changed automatically, when users save their md or rst file.
2. Justification
modifiedshould be last time you updated the article, and defaults to date if not specified. Besides you can showmodifiedin the templates, feed entries in feed readers will be updated automatically when you setmodifiedto the current date after youmodifiedyour article.
In metadata we have parameters.
Date— time of file create,Modified— time of last edit of file.
Users usually don't need to change Date, but need to change Modified.
3. Desirable behavior
In md or rst file user have Modified parameter, → user save file → Modified parameter change to current data automatically.
4. Examples on other apps
See, how time change in FileHeader package:
Thanks.
