No description
Find a file
2025-03-16 12:55:21 +01:00
.github/ISSUE_TEMPLATE Update issue templates 2025-03-16 12:55:21 +01:00
.editorconfig Initial commit 2022-10-21 22:16:26 +02:00
.eslintignore Initial commit 2022-10-21 22:16:26 +02:00
.eslintrc Initial commit 2022-10-21 22:16:26 +02:00
.gitignore Initial commit 2022-10-21 22:16:26 +02:00
.npmrc Initial commit 2022-10-21 22:16:26 +02:00
esbuild.config.mjs Initial commit 2022-10-21 22:16:26 +02:00
LICENSE Create LICENSE 2023-09-14 23:57:40 +02:00
main.ts Regenerate checkbox id's, version bump to 3.0.0 2024-12-19 23:31:06 +01:00
manifest.json Regenerate checkbox id's, version bump to 3.0.0 2024-12-19 23:31:06 +01:00
package-lock.json Improved input auto replacement significantly 2024-12-19 22:42:17 +01:00
package.json Regenerate checkbox id's, version bump to 3.0.0 2024-12-19 23:31:06 +01:00
README.md Update readme 2024-12-19 23:33:56 +01:00
settings.ts Mass convert checkboxes to HTML, also available outside tables based on settings. 2024-12-19 23:23:59 +01:00
styles.css Initial commit 2022-10-21 22:16:26 +02:00
tsconfig.json Initial commit 2022-10-21 22:16:26 +02:00
version-bump.mjs Initial commit 2022-10-21 22:16:26 +02:00
versions.json Regenerate checkbox id's, version bump to 3.0.0 2024-12-19 23:31:06 +01:00

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.