[BUG] Checkboxes aren't staying checked within table
Issue
Plugin not useable in current state. Checking off doesn't stay
Device & language information
- Obsidian version: 1.9.10 (234)
- obsidian-table-checkboxes version: 3.0.0
- Operating system: Android
If relevant, fill in the following as well:
- Input language: # Be specific on Windows
- Keyboard layout: Qwerty
- Additional information:
Expected behavior
I input checkboxes into a table (say to record servings of each food group) within my daily note, and check one off, say for eating a protein that day. I can switch between reading view and editor view, and see the box checked off on both sides. When I return to the daily note, those checks are still marked off and remain a consistent record of my servings.
Actual behavior
I created said grid for nutrition, had been checking off how much protein or veggies and dairy etc I'd had in the day. Id switch to reading mode, and see it wasnt checked off. I had to check them off in both views. I've onky just realized upon looking back, that none of those stayed. Every table in my daily notes previous are empty boxes.
Steps to reproduce
I'm not sure what more to put. Here's the coding I'm using:
##### Today's Log
> [!Nutrition]+
>
> | Fruit | Veggie | Protein | Carbs | Dairy |
> | --- | --- | --- | --- | --- |
> | <input type="checkbox" unchecked/> | <input type="checkbox" unchecked/> | <input type="checkbox" unchecked/> | <input type="checkbox" unchecked/> | <input type="checkbox" unchecked/>|
> | <input type="checkbox" unchecked/> | <input type="checkbox" unchecked/> | <input type="checkbox" unchecked/> | <input type="checkbox" unchecked/> | <input type="checkbox" unchecked/> |
> | <input type="checkbox" unchecked/> | <input type="checkbox" unchecked/> | <input type="checkbox" unchecked/> | <input type="checkbox" unchecked/> | <input type="checkbox" unchecked/> |
> | <input type="checkbox" unchecked/> | <input type="checkbox" unchecked/> | <input type="checkbox" unchecked/> | <input type="checkbox" unchecked/> | <input type="checkbox" unchecked/> |
>
> *(check both views off)*
Additional information
Plugins that I suppose may affect? :
- Templater (used for daily note template auto update when created)
- Daily Notes Calendar (templates created upon clicking in calendar date)
- Rollover Daily Todos(it's never rolled anything in the tables over)
I think that's all the directly relevant plugins?