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
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.
modified should be last time you updated the article, and defaults to date if not specified. Besides you can show modified in the templates, feed entries in feed readers will be updated automatically when you set modified to the current date after you modified your 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.
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 likepelican_update_date
command, but value will be changed automatically, when users save theirmd
orrst
file.2. Justification
Pelican documentation:
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 changeModified
.3. Desirable behavior
In
md
orrst
file user haveModified
parameter, → user save file →Modified
parameter change to current data automatically.4. Examples on other apps
See, how time change in FileHeader package:
Thanks.
The text was updated successfully, but these errors were encountered: