Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mkdocs_autolinktitle-0.1.0.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

mkdocs_autolinktitle-0.1.0-py3-none-any.whl (2.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page