Skip to content

Instantly share code, notes, and snippets.

@danielres
Last active April 16, 2025 05:40
Show Gist options
  • Save danielres/80a45f89a3b9512e61be1b5a15bdf536 to your computer and use it in GitHub Desktop.
Save danielres/80a45f89a3b9512e61be1b5a15bdf536 to your computer and use it in GitHub Desktop.
Widget - Tasks - dynamic
hidden: true
style: primary
label: Priority 
id: by-priority 
actions:
  - type: updateMetadata
    bindTarget: TQ_extra_instructions
    evaluate: false
    value: "group by priority"
hidden: true
style: primary
label: Filename 
id: by-filename 
actions:
  - type: updateMetadata
    bindTarget: TQ_extra_instructions
    evaluate: false
    value: "group by filename"
hidden: true
style: plain
label: X
id: by-nothing 
actions:
  - type: updateMetadata
    bindTarget: TQ_extra_instructions
    evaluate: false
    value: ""

BUTTON[by-priority] BUTTON[by-filename] BUTTON[by-nothing]

priority above medium
not done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment