4.3.8
Fixed
isTask Empty Value Bug
When frontmatter had isTask: with no value (which YAML parses as null), the convert engine didn't repair it because it only checked for undefined and empty string.
Before: isTask: (empty) → stays empty
After: isTask: (empty) → becomes isTask: true
How to Test
- Run bulk convert on files that have
isTask:(no value) - Verify frontmatter now shows
isTask: true - Verify Bases checkbox renders as checked (not dash/prohibition symbol)