Add your description here
Project description
mkdocs-autolinktitle
This MkDocs plugin automatically fetches document titles for Markdown links, streamlining your documentation workflow.
Setup
Install the plugin using pip:
pip install mkdocs-autolinktitle
Activate the plugin in mkdocs.yml:
plugins:
- search
- autolinktitle
Note: If you haven't added a plugins entry to your configuration file yet, you will likely want to include the search plugin as well. MkDocs enables it by default if there are no plugins entries set. When adding plugins, you need to enable it explicitly.
Usage
Before:
<path/to/target.md>
After:
[Target Title](path/to/target.md)
Thanks
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mkdocs_autolinktitle-0.1.0.tar.gz.
File metadata
- Download URL: mkdocs_autolinktitle-0.1.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d125dcdb194dfe5acd69ee8cba4ff6de343140f920f674df084e222ae145f883
|
|
| MD5 |
64b7f802d86608e0fca46a73ab3b60b5
|
|
| BLAKE2b-256 |
c6b108884073653875c419ce61e275ab753ac70480230a8272c1ac37a4147c38
|
File details
Details for the file mkdocs_autolinktitle-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mkdocs_autolinktitle-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e080f8c6b212abbd8feb0da438e194590d862a2f3565198b0fd55761fd7b15f0
|
|
| MD5 |
9692cb169b2bfadb0478806de500c096
|
|
| BLAKE2b-256 |
817f65af6f9b1833a3ae8ace6a28003428a89e878e5c8748b88066a3abd78634
|