Products
Features
YouTube Video Summarizer
Summarize YouTube videos
Web & PDF Highlighter
Highlight web pages & PDFs
Chat with PDF
Ask any PDF questions with AI
Ask AI Clone
Chat with your highlights & memories
Audio Transcriber
Transcribe audio files to text
Glasp Reader
Read and highlight articles
Kindle Highlight Export
Export your Kindle highlights
Idea Hatch
Hatch ideas from your highlights
Integrations
Obsidian Plugin
Notion Integration
Pocket Integration
Instapaper Integration
Medium Integration
Readwise Integration
Snipd Integration
Hypothesis Integration
Apps & Extensions
Chrome Extension
Safari Extension
Edge Add-ons
Firefox Add-ons
iOS App
Android App
Discover
Discover
Ideas
Discover new ideas and insights
Articles
Curated articles and insights
Books
Book recommendations by great minds
Posts
Essays and notes from readers
Quotes
Inspiring quotes collection
Videos
Curated videos and summaries
Explore Glasp
Glasp Newsletter
Weekly insights and updates
Glasp Talk
Interview series with great minds
Glasp Blog
Latest news and articles
Glasp Use Cases
Learn how others use Glasp
Build & Support
Glasp API
Access Glasp's API for developers
MCP Connector
Connect Glasp to Claude & ChatGPT
Community
Glasp Reddit Community
Students
Student discount and benefits
FAQs
Frequently Asked Questions
AboutPricing
DashboardLog inSign up

Adding checkboxes to tables in Obsidian

5.2K views
•
November 15, 2022
by
Faster Than Code
YouTube video player
Adding checkboxes to tables in Obsidian

TL;DR

Obsidian plugin allows users to convert markdown checkboxes to HTML checkboxes inside tables and preserve checkbox states.

Transcript

hi everyone I really like obsidian I think it's a great alternative to other note taking apps in fact I'm using it to write this script right now one issue with obsidian however is that you can't use check boxes inside of tables markdown checkboxes simply won't render because of the markdown specs and HTML checkboxes don't keep their state between ... Read More

Key Insights

  • 😀 Obsidian is a popular note-taking app with a strong user base.
  • 🖤 The lack of support for checkboxes inside tables in Obsidian has been addressed by a plugin.
  • 😒 The plugin uses event listeners and regex to detect and convert checkboxes inside tables.
  • 📁 The plugin also ensures that checkbox states are accurately reflected in the file.
  • ❓ The development process involved studying the sample plugin and Obsidian documentation.
  • 👤 The plugin offers enhanced functionality and productivity for users of Obsidian.
  • ❓ The solution provided by the plugin creator demonstrates problem-solving skills and technical expertise.

Install to Summarize YouTube Videos and Get Transcripts

Explore YouTube Video Summarizer or Get YouTube Transcript Extractor

Questions & Answers

Q: Why can't Obsidian render markdown checkboxes inside tables?

Obsidian follows the markdown specifications, which do not include rendering checkboxes inside tables. HTML checkboxes also do not retain their states in editing and reading views.

Q: How does the Obsidian plugin convert markdown checkboxes to HTML checkboxes?

The plugin adds an event listener to detect key-up events and checks if a closing bracket is typed. If the checkbox is inside a table (determined by regex), it is replaced with an HTML checkbox.

Q: How does the plugin detect when an HTML checkbox is clicked?

The plugin adds a change event listener and checks for the absence of a data-task attribute, which markdown checkboxes have but HTML checkboxes don't. It also verifies if the checkbox is inside a table using regex.

Q: How does the plugin update the checkbox state in the file?

The plugin identifies the table that contains the checkbox by using the composed path function. It compares the table contents with the checkbox's contents to locate the checkbox in the table. It then modifies the checkbox's state in the file accordingly.

Key Insights:

  • Obsidian is a popular note-taking app with a strong user base.
  • The lack of support for checkboxes inside tables in Obsidian has been addressed by a plugin.
  • The plugin uses event listeners and regex to detect and convert checkboxes inside tables.
  • The plugin also ensures that checkbox states are accurately reflected in the file.
  • The development process involved studying the sample plugin and Obsidian documentation.
  • The plugin offers enhanced functionality and productivity for users of Obsidian.
  • The solution provided by the plugin creator demonstrates problem-solving skills and technical expertise.
  • The video concludes with a call to action for viewers to like, subscribe, and watch similar content.

Summary & Key Takeaways

  • Obsidian is a great note-taking app, but it lacks the ability to use checkboxes inside tables.

  • To solve this issue, the creator of the content developed an Obsidian plugin that converts markdown checkboxes to HTML checkboxes and preserves checkbox states.

  • The plugin detects when the user types a markdown checkbox inside a table and converts it to an HTML checkbox. It also detects when an HTML checkbox is clicked and updates the checkbox state in the file.


Read in Other Languages (beta)

English

Share This Summary 📚

Summarize YouTube Videos and Get Video Transcripts with 1-Click

Download browser extensions on:

Try YouTube Summary with ChatGPT & Claude or YouTube Transcript Generator

Apps & Extensions

  • Chrome Extension
  • Safari Extension
  • Edge Add-ons
  • Firefox Add-ons
  • iOS App
  • Android App

Key Features

  • YouTube Video Summarizer
  • Web & PDF Summarizer
  • Web & PDF Highlighter
  • Chat with PDF
  • Ask AI Clone
  • Audio Transcriber
  • Glasp Reader
  • Kindle Highlight Export
  • Idea Hatch

Integrations

  • Obsidian Plugin
  • Notion Integration
  • Pocket Integration
  • Instapaper Integration
  • Medium Integration
  • Readwise Integration
  • Snipd Integration
  • Hypothesis Integration

More Features

  • APIs
  • MCP Connector
  • Blog & Post
  • Embed Links
  • Image Highlight
  • Personality Test
  • Quote Shots

Company

  • About us
  • Blog
  • Community
  • FAQs
  • Job Board
  • Newsletter
  • Pricing
Terms

•

Privacy

•

Guidelines

© 2026 Glasp Inc. All rights reserved.