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
I use docsify as my blog, but I can't see each post's date.
Are there any way to meet this requirement?
What does the proposed API look like?
Automatically generate or caculate the create time for each md file,
and display on the web.
How should this be implemented in your opinion?
Like a build-in config to open this function on, or a plugin.
The cli or plugin can fetch the create date and edit date from the git commit log and calculate every time we committing local doc to the Github. The date can be stored in the MD file in a specific style, or it can be stored in a separate file and read by js.
Are you willing to work on this yourself?
I'm not sure if I am able to write and achieve this function.
The text was updated successfully, but these errors were encountered:
Feature request
What problem does this feature solve?
I use docsify as my blog, but I can't see each post's date.
Are there any way to meet this requirement?
What does the proposed API look like?
Automatically generate or caculate the create time for each md file,
and display on the web.
How should this be implemented in your opinion?
Like a build-in config to open this function on, or a plugin.
The cli or plugin can fetch the create date and edit date from the git commit log and calculate every time we committing local doc to the Github. The date can be stored in the MD file in a specific style, or it can be stored in a separate file and read by js.
Are you willing to work on this yourself?
I'm not sure if I am able to write and achieve this function.
The text was updated successfully, but these errors were encountered: