https://github.com/six-two/mkdocs-auto-tag-plugin
Add tags to MkDocs pages based on their location or file name
https://github.com/six-two/mkdocs-auto-tag-plugin
Last synced: about 1 year ago
JSON representation
Add tags to MkDocs pages based on their location or file name
- Host: GitHub
- URL: https://github.com/six-two/mkdocs-auto-tag-plugin
- Owner: six-two
- License: mit
- Created: 2022-12-17T12:56:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T16:58:39.000Z (almost 3 years ago)
- Last Synced: 2025-03-05T17:24:25.581Z (about 1 year ago)
- Language: Python
- Homepage: mkdocs-auto-tag-plugin.vercel.app
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mkdocs-auto-tag-plugin
[](https://pypi.org/project/mkdocs-auto-tag-plugin/)


This plugin is designed to add tags to files based on their path (parent direcctories or file name).
## Documentation
This README is just a short intro to the package.
For a quick start and detailed information please see the [documentation](https://mkdocs-auto-tag-plugin.six-two.dev/).
The documentation is also available in the `docs` folder of the source code and can be built localy with [MkDocs](https://www.mkdocs.org/).
## Tests
The files in the `docs/test/` directory implicitely work as tests.
They should be tagged correctly.
## Notable changes
### 0.1.3
- Just fixed the `DeprecationWarning` for `warning_filter`
### 0.1.2
- Just small documentation changes. But I needed to increase the version number to remove the `!!! Warning: Pre alpha: This is currently just a PoC for myself` line from the PyPI site
### 0.1.1
- Added support for assigning lists of tag to globs.
- Added regex support
- Capture groups can be used to generate dynamic tags
### 0.1.0
- Implemented working prototype that uses custom globs for the file path matching.
### 0.0.1
- Reserved name on PyPI