Skip to main content

A MkDocs plugin for inline color swatches with tooltip and hover effects

Project description

🎨 Color Swatch Plugin for MkDocs

A lightweight plugin that lets you insert inline color swatches into your Markdown docs using a simple, readable syntax.

GitHub Release GitHub Issues GitHub Pull Requests License

PyPI Version Python Versions

Quality Gate Status Security Rating Reliability Rating Maintainability Rating Vulnerabilities Technical Debt

⭐ Features

  • Styled swatches with smooth hover animations and tooltips
  • Responsive swatches for all screen sizes
  • Supports various color formats:
    • Hex colors - #ff0000/#f00
    • RGB colors - rgb(255, 0, 0)
    • RGBA colors - rgba(255, 0, 0, 0.5)
  • No CSS setup required — styles are embedded automatically

Visit demo: https://fabieu.github.io/mkdocs-color-swatch-plugin/


🚀 Installation

Prerequisites

Install the plugin from PyPI using pip:

pip install mkdocs-color-swatch-plugin

Then enable it in your mkdocs.yml:

plugins:
  - color-swatch

Make sure you have mkdocs installed:

pip install mkdocs

✍️ Syntax & Usage

To add swatches to your Markdown, use the simple, custom inline format:

:color[#e74c3c]: -> Red
:color[rgb(52, 152, 219)]: -> Green
:color[rgba(46, 204, 113, 0.6)]: -> Blue

Each tag will render as:

  • A visual color preview
  • Dynamically generated tooltips showing the color value and label
  • A smooth hover animation for swatch elements

🧠 Why Use This Plugin?

Instead of manually writing HTML for every color sample like:

<span style="background-color: #e74c3c; width: 30px; height: 30px; ..."></span>

You can just write:

:color[#e74c3c]:  

It's faster, cleaner, and scales dynamically with your content.


💡 Features & Benefits

  • 🎨 Works with all valid hex, rgb(), and rgba() color values
  • 🎯 Simple syntax for embedding colors directly in your Markdown files
  • 🛠 Automatically injected CSS for responsive and visually appealing swatches
  • 🔄 Perfectly safe to use with other Markdown extensions
  • 🔍 Live color preview in rendered HTML files, complete with tooltips

🛠 Development & Contribution

👨‍💻 Repository Setup:

Clone the project repository and configure the environment with Poetry:

git clone https://github.com/yourusername/mkdocs-color-swatch-plugin.git
cd mkdocs-color-swatch-plugin
poetry install

Editable Install (for local use):

poetry install
pip install -e .

This allows you to test your changes directly when running MkDocs locally.


📄 License

MIT © Fabian Eulitz


📎 Resources

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_color_swatch_plugin-0.3.1.tar.gz (5.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mkdocs_color_swatch_plugin-0.3.1-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

Details for the file mkdocs_color_swatch_plugin-0.3.1.tar.gz.

File metadata

File hashes

Hashes for mkdocs_color_swatch_plugin-0.3.1.tar.gz
Algorithm Hash digest
SHA256 1e01802a40bb397bd51affba928c357112a2637d0c4f783af08c809522c862db
MD5 bd6dd8891958d418b848c04d2390b556
BLAKE2b-256 212a158352863e4f5f4f4ee31c5795d4ed0dea480d8193cb988ceb5e1f9e7474

See more details on using hashes here.

Provenance

The following attestation bundles were made for mkdocs_color_swatch_plugin-0.3.1.tar.gz:

Publisher: build.yml on fabieu/mkdocs-color-swatch-plugin

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mkdocs_color_swatch_plugin-0.3.1-py3-none-any.whl.

File metadata

File hashes

Hashes for mkdocs_color_swatch_plugin-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 155f10b15b2484ef4b8910288683f93799d0a39c70ecbbba3fb0b3e5c963b876
MD5 57284e65eb347cd98f080a36a719b365
BLAKE2b-256 47b1697c8a25708f74d411f6581b48d92a75fced43ad9ed091c75600a826879b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mkdocs_color_swatch_plugin-0.3.1-py3-none-any.whl:

Publisher: build.yml on fabieu/mkdocs-color-swatch-plugin

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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