Skip to content

Boolean "true' doesn't work the way "1" did before Properties happened #247

@sh4d0wl3ss

Description

@sh4d0wl3ss

HI Folks, I have a calendar habit tracker that worked swimmingly before the change to properties. It seems that the property checkbox results in a "true" in markdown where before it was a "1". Sure enough if I manually change a note with a checked property in the front matter that had been "true" to "1" that note's checkbox property appears in my monthly calendar. How can I rewrite the code below to work with "true" instead of "1" for properties that are checkboxes?

searchType: frontmatter
searchTarget: hands=true, eyes=true, walk=true, workout=true
datasetName: Hands, Eyes, Walk, Workout
folder: 2023
month:
mode: annotation
startWeekOn: 'Mon'
color: green
headerMonthColor: orange
dimNotInMonth: false
annotation: 👐,👀,🚶‍♂,💪
showAnnotationOfAllTargets: true

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions