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

Custom href option

Open alonsomoya opened this issue 1 year ago • 0 comments

This PR allows for a customization of the default mailto: {email} href. This is particularly useful to link sites with IM tools such as teams or slack

> cat tests/basic_setup/mkdocs_custom_href.yml
site_name: test gitauthors_plugin
use_directory_urls: true

plugins:
    - search
    - git-authors:
        href: "https://teams.microsoft.com/l/chat/0/0?users={email}"

2023-05-10-19-59-51

alonsomoya avatar May 10 '23 18:05 alonsomoya