Skip to main content
tana
Product Company Community App Get early access
Community
Search
Log In
Log In Sign Up
Chuck

Chuck

Joined Nov 16, 2023 Last seen Jun 8, 2024
Posts 1 Comments 1

⁨Chuck⁩'s Comments

Newest Top
Newest Top
    1. ⚡️ Ideas
    2. "On checked" and "on unchecked" events for tags with checkboxes.
    Chuck Chuck Jun 6, 2024

    To add a bit of color: I have an AI command I currently run manually that uses this prompt to create a recurrence of a task. I would love for this to be run automatically when that task is checked.

    CONTEXT:
    ${sys:context}
    
    TASK:
    The context above represents a task and its associated metadata.
    Your job is to set up a new recurrence of this task
    Use Tana Paste formatting. It should follow the template below. 
    The only thing that you should change is the due date, marked as `YYYY-MM-DD`. Update that to be exactly ${Recur in} after ${sys:currentDate}.
    
    TEMPLATE:
    - [ ] ${name} #Task
    - - Due date:: [[date:YYYY-MM-DD]]
    - - Related:: [[${Related}]]
    - - Recur in:: ${Recur in}
    Reply Actions