You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

minchin.md-it.fancy-tasklists

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minchin.md-it.fancy-tasklists

Fancy Tasklists, for Markdown-IT-py

1.2.0
pipPyPI
Maintainers
1

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.10.0/fancy-checkboxes.png :align: center :alt: Fancy Checkboxes, using Seafoam theme

Keywords

commonmark

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts