diff --git a/README.md b/README.md index 2c3f2a8..4525008 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This plugin allows you to quickly add HTML checkboxes to your notes and makes them clickable. +![image](html-check.png) + ## Why use HTML checkboxes? The main reason you may want to use HTML checkboxes instead of Markdown checkboxes is that you can put them into Markdown tables. You can also place them anywhere in the note, for example add several checkboxes in the row. Also all of your Markdown stays valid, and even if you turn the plugin off, all created checkboxes would still be visible (just not clickable). diff --git a/html-check.png b/html-check.png new file mode 100644 index 0000000..1baa3f4 Binary files /dev/null and b/html-check.png differ