minchin.md-it.fancy-tasklists

Fancy Tasklists, for Markdown-IT-py


Keywords
commonmark, markdown, plugin, tasklist, checkbox, markdown-it-py
License
ISC
Install
pip install minchin.md-it.fancy-tasklists==1.1.0

Documentation

Fancy Tasklists for Markdown-IT-Py

This is a plugin for the Python implementation of Markdown-IT (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).

Fancy Checkboxes, using Seafoam theme