https://github.com/timmeinerzhagen/mkdocs-link-marker
MkDocs plugin for marking links e.g. external ones or mails.
https://github.com/timmeinerzhagen/mkdocs-link-marker
links mail marking mkdocs url
Last synced: 10 months ago
JSON representation
MkDocs plugin for marking links e.g. external ones or mails.
- Host: GitHub
- URL: https://github.com/timmeinerzhagen/mkdocs-link-marker
- Owner: timmeinerzhagen
- License: mit
- Created: 2023-02-02T20:34:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-20T02:10:15.000Z (11 months ago)
- Last Synced: 2025-07-20T04:37:06.901Z (11 months ago)
- Topics: links, mail, marking, mkdocs, url
- Language: Python
- Homepage: https://pypi.org/project/mkdocs-link-marker/
- Size: 47.9 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mkdocs-link-marker
MkDocs plugin for marking external or mail links in your documentation.

## Setup
1. Install the plugin:
```bash
pip install mkdocs-link-marker
```
2. Add the plugin to your `mkdocs.yml`
```bash
plugins:
- search
- link-marker
```
## Usage
Run the build!
## Options
`enable_external_link`
Whether to mark external links with the according icon.
Default: True
`icon_external_link`
Change the default icon for marking external links.
Default: ⧉
`enable_mail`
Whether to mark mail links with the according icon.
Default: True
`icon_mail`
Change the default icon for marking mail links.
Default: ✉