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

href option is not working

Open jonas-budde opened this issue 6 months ago • 2 comments

Hello,

i have defined the following config in my mkdocs.yaml file:

  - git-authors:
      add_co_authors: true
      show_email_address: true
      href: "https://github.com/{name}"
      exclude:
      - index.md

The href isn't referencing my github profile. Have I forgotten something or done something wrong? I'm also not able to change to a new mail reference with e.g. - href: "https://teams.microsoft.com/l/chat/0/0?users={email}"

jonas-budde avatar Jun 23 '25 12:06 jonas-budde

Hi @alonsomoya, you added the href feature in https://github.com/timvink/mkdocs-git-authors-plugin/pull/74. Would you mind having a look at this issue? Thanks 🙏🏻

timvink avatar Jun 26 '25 06:06 timvink

Looking at the initial PR and the docs, I think what you're trying to do should be possible

https://github.com/timvink/mkdocs-git-authors-plugin/blob/d0fbbda7f52769254cc88b3e3ac8b9254469712f/docs/options.md?plain=1#L54-L58

timvink avatar Jun 26 '25 06:06 timvink