Skip to main content

Ko-fi button is a simple plugin that let's you add a Ko-fi button with markdown.

Project description

MkDocs Ko-fi Button Plugin

An mkdocs plugin that let's you easily add a Ko-fi buttons with markdown
The plugin looks for jinja style tags like {{ko-fi}} and replaces it with a Ko-fi button. It is possible to configure the text and color of the button.

Setup

Install the plugin using pip:

pip install mkdocs-ko-fi-button-plugin

Activate the plugin in mkdocs.yml:

plugins:
    - search
    - ko-fi-button

Config

  • text - The text on the Ko-fi button. Default: "Support Me on Ko-fi".
  • color - The color of the button in hex format. Default: #29abe0
  • id - Your Ko-fi ID. Can be found on your Ko-fi profile. Mandatory configuration.

For example:

plugins:
    - search
    - ko-fi-button:
        text: 'My cool text'
        color: '#547884'
        id: 'my_id'

Advanced config

In case the Ko-fi javascript is changed on the server side it is possible to configure the path and function calls. This will make it possible to still be able to get a working Ko-fi button widget until this plugin has been updated.

  • javascript_path - The relative path to the javascript from https://ko-fi.com/. Default: "widgets/widget_2.js"
  • javascript_f1 - The init function. Default: "kofiwidget2.init"
  • javascript_f2 - The draw function. Default: "kofiwidget2.draw"

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-ko-fi-button-plugin-0.0.2.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

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