Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show tasks without a time assigned in the all-day section #530

Closed
wants to merge 1 commit into from

Commits on Dec 27, 2023

  1. Show tasks without a time assigned in the all-day section

    This assigns a default startTime to daily note tasks without inline
    attributes. Which allows creating a list of tasks and then dragging them
    to an appropriate time.
    
    Note that globalAttrs is cast as any because the inferred zod type is
    missing all the fields from the discriminated union (please let me know
    if this is expected / what the fix is).
    ibash committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    b4308b1 View commit details
    Browse the repository at this point in the history