Skip to main content

MkDocs plugin to decorate git diff lines

Project description

mkdocs-decodiff-plugin

Overview

This is an MkDocs plugin for decorating Git diff lines.

This program inserts HTML tags into Markdown files to decorate diff lines using git diff output.

decoration-image

How to Use

Install

pip install mkdocs-decodiff-plugin

mkdocs.yml

plugins:
 - decodiff:
      base: main
      dir: docs
      change_list_file: docs/changes.md
  • base:

    Reference for git diff. You can specify a hash, tag name, or branch name.

    git diff {base}
    
  • dir:

    Target directory.

    git diff -- {dir}
    
  • change_list_file:

    Changes list file

change_list_file

Collect change links in this file as a list.

# Changes

<!-- decodiff: Written by decodiff from here -->
## [index.md](index.md)

* [new section](index.md#decodiff-anchor-1)

<!-- decodiff: end -->

The part between the <!-- decodiff: --> tags is generated by decodiff, but the rest can be modified.

# You can change

You can change

<!-- decodiff: Written by decodiff from here -->

This section is overwritten by decodiff

<!-- decodiff: end -->

You can change

NOT supported

  • Changes in a code block
  • Changes in a table
  • Changes in HTML blocks
  • Character unit changes

Behavior

  • Retrieve diff data using git diff
  • Add an HTML tag to each diff line. For example:
    • <span id="decodiff-hunk-1" class="decodiff">text</span>
    • Preserve leading markup, such as headings (#) and bullet points (*)
  • Create a diff list file containing a list of links

LICENSE

MIT License

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_decodiff_plugin-0.0.6.tar.gz (11.2 kB view details)

Uploaded Source

Built Distribution

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

mkdocs_decodiff_plugin-0.0.6-py3-none-any.whl (13.4 kB view details)

Uploaded Python 3

File details

Details for the file mkdocs_decodiff_plugin-0.0.6.tar.gz.

File metadata

  • Download URL: mkdocs_decodiff_plugin-0.0.6.tar.gz
  • Upload date:
  • Size: 11.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.6

File hashes

Hashes for mkdocs_decodiff_plugin-0.0.6.tar.gz
Algorithm Hash digest
SHA256 f62d4bbb73ea2f8b90fd16eb6de3472dc917fc94ea6202b6508afa302adc5077
MD5 37460232dd212f160ff5e3fbb1eb04ef
BLAKE2b-256 292afe317d25e1ec0a5274a61039a15e5df2ea0305ec8a5b23b8bc6a1878011b

See more details on using hashes here.

File details

Details for the file mkdocs_decodiff_plugin-0.0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for mkdocs_decodiff_plugin-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 5728db24af954b3d016904fe18a79857c38fcf49da752bedc2ace5ccf955672b
MD5 1b1e4c12c1f93c09a2b5d799b117176c
BLAKE2b-256 26ec545c3e4be0080e97b316a76e819ac2ed26552b98b235f5e5bb5466e569ba

See more details on using hashes here.

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