/obsidian-table-checkboxes

Obsidian plugin. Allows for the usage of checkboxes inside markdown tables.

Primary LanguageTypeScriptMIT LicenseMIT

Obsidian Tables Checkboxes

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

Example

Obsidian.table.checkboxes.example.mov

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.