Markdown table checkboxes

approved

by 0x-DLN

Add support for stateful checkboxes inside Markdown tables.

44 stars20,662 downloadsUpdated 1y agoMIT
View on GitHub

Obsidian Tables Checkboxes

This plugin for Obsidian replaces markdown checkboxes - [ ] inside markdown tables with HTML checkboxes.

Example

https://github.com/DylanGiesberts/obsidian-table-checkboxes/assets/66573865/7a218dd4-2575-41e8-b615-01f97c0a9bdb

Installing the plugin

Now available in the plugin store!

  1. Navigate to the plugins store (Settings => Community plugins -> Browse)
  2. Search for 'Markdown table checkboxes'
  3. Select the plugin and click Install

How to use

  • Simply enable the plugin and type a markdown checkbox inside a table. Upon typing the closing bracket ], it will get converted to a HTML checkbox.
  • While in view mode, (un)check the checkbox and the state will be reflected in your file.
  • You can mass-convert checkboxes by clicking the Convert all checkboxes in the current file to HTML checkboxes command in the command palette.
    • There's also a setting to convert ALL checkboxes, even those outside of tables.
  • You can also regenerate all checkbox IDs by clicking the Regenerate all checkbox IDs command in the command palette.

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.