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
Close
Hashes for mkdocs_autolinktitle-0.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d125dcdb194dfe5acd69ee8cba4ff6de343140f920f674df084e222ae145f883 |
|
MD5 | 64b7f802d86608e0fca46a73ab3b60b5 |
|
BLAKE2b-256 | c6b108884073653875c419ce61e275ab753ac70480230a8272c1ac37a4147c38 |
Close
Hashes for mkdocs_autolinktitle-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e080f8c6b212abbd8feb0da438e194590d862a2f3565198b0fd55761fd7b15f0 |
|
MD5 | 9692cb169b2bfadb0478806de500c096 |
|
BLAKE2b-256 | 817f65af6f9b1833a3ae8ace6a28003428a89e878e5c8748b88066a3abd78634 |