Metadata-Version: 2.4
Name: minchin.md-it.fancy-tasklists
Version: 1.3.0
Summary: Fancy Tasklists, for Markdown-IT-py
Author-email: William Minchin <w_minchin@hotmail.com>
Maintainer-email: William Minchin <w_minchin@hotmail.com>
License: ISC
Project-URL: Bug Tracker, https://github.com/MinchinWeb/minchin.md-it.fancy-tasklists/issues
Project-URL: Repository, https://github.com/MinchinWeb/minchin.md-it.fancy-tasklists
Project-URL: Changelog, https://github.com/MinchinWeb/minchin.md-it.fancy-tasklists/blob/master/CHANGELOG.rst
Keywords: commonmark,markdown,plugin,tasklist,checkbox
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: OS Independent
Classifier: Topic :: Text Processing :: Markup :: Markdown
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/x-rst
Requires-Dist: markdown-it-py
Provides-Extra: dev
Requires-Dist: pip-tools; extra == "dev"
Requires-Dist: minchin.releaser>=0.9.5; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: isort; extra == "dev"

Fancy Tasklists for Markdown-IT-Py
==================================

This is a plugin for the Python implementation of
`Markdown-IT <https://github.com/executablebooks/markdown-it-py>`_ (a CommonMark
parser) that provides "fancy" tasklists (or checkboxes).

In particular, it allows you to use (almost) any character to "check" the
checkbox, and then, through the use of CSS, change the displayed checkbox.
Sample CSS is included. (If the character you want to use doesn't currently
work, please submit a Pull Request to add it!)

This is inspired by my use of Obsidian, where many fancy checkboxes are
provided by many themes. This seems to have come through implementing things
like *Bullet Journal* in Obsidian. What brought me to create this was a desire
to create a Pelican site out of my Markdown Obsidian notes.

This doesn't include the CSS to change the display of the checkboxes to
"fancy"; if you need example code, there is some in my Pelican theme, `seafoam`
(see `custom-checkboxes.less
<https://github.com/MinchinWeb/seafoam/blob/master/css_src/less/custom-checkboxes.less>`_).

.. image:: https://github.com/MinchinWeb/seafoam/raw/master/docs/screenshots/2.17.0/fancy-checkboxes.png
    :align: center
    :alt: Fancy Checkboxes, using Seafoam theme
