Skip to content

Need a function or plugin to to display the commit date for each md file #1572

Closed
@immortalt

Description

@immortalt

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions