mirror of
https://github.com/0x-dln/obsidian-table-checkboxes.git
synced 2026-07-22 08:40:25 +00:00
No description
| .github/ISSUE_TEMPLATE | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| main.ts | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| settings.ts | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Obsidian Tables Checkboxes
This plugin for Obsidian replaces markdown checkboxes - [ ] inside markdown tables with HTML checkboxes.
Example
Installing the plugin
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
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 checkboxescommand 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 IDscommand in the command palette.