This plugin for Obsidian replaces markdown checkboxes - [ ]
inside markdown tables with HTML checkboxes.
Obsidian.table.checkboxes.example.mov
Now available in the plugin store!
- Navigate to the plugins store (Settings => Community plugins -> Browse)
- Search for 'Markdown table checkboxes'
- Select the plugin and click Install
- 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.