mkdocs-git-authors-plugin icon indicating copy to clipboard operation
mkdocs-git-authors-plugin copied to clipboard

MkDocs plugin to display git authors of a page.

Results 22 mkdocs-git-authors-plugin issues
Sort by recently updated
recently updated
newest added

Some users have their `.git` folder inside the `docs/` folder. Good to start from there and recursively look up. We need to ensure (or raise instructional error) that this plugin...

enhancement

1. It is helpful to eliminate authors with a very low contribution percentage. 2. It is helpful to sort authors by contribution percentage without showing the percentage As a result,...

I was wondering if there was a way to get a plain text list of authors, i.e. ``` Turbato Thomas, Elodeon Nick ``` instead of ```html Turbato Thomas (98.0%), Elodeon...

enhancement

Below a short version of the roadmap I currently envision for this plugin. This issue will also track progress ## Integrate with git-revision-date [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) does something very similar to this...

documentation

While we are already accessing GIT, we could also make available the latest git tag. Inspired by this plugin: https://github.com/agarthetiger/mkdocs_latest_release_plugin Note: That plugin has a GNU licence, so ask for...

enhancement

When editing a page with an existing commit but uncommited changes, you see a 'Not Committed Yet' Author: ![image](https://user-images.githubusercontent.com/5570380/79104175-54c08880-7d6e-11ea-82f7-f0c7504533a3.png) But when viewing a new uncommitted page, it's empty: ![image](https://user-images.githubusercontent.com/5570380/79104232-7457b100-7d6e-11ea-88d2-5db9dc82965c.png) The...

enhancement

Design & implement a clean solution to support user avatars. As a start, a detailed analysis has been done here: https://github.com/squidfunk/mkdocs-material/issues/1403 We can discuss how to implement a clean design...

enhancement

There are multiple components that would benefit from localization: - `Authors: ` - `lines` - `Uncommitted work` And possibly more in the future. MkDocs will add a `locale` option in...

enhancement

Unit tests do not test dealing with line counts where the line is empty. Let's make sure to be consistent

enhancement

Hi Tim, Apologies for a n00b question, but I've not been able to figure this issue out and I'm assuming it's something dumb that I have done? `WARNING - [git-authors-plugin]...