Skip to content

Instantly share code, notes, and snippets.

@alper
Last active December 28, 2023 10:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alper/2bbf8f3cb60466b55026deb47f8e15e6 to your computer and use it in GitHub Desktop.
Save alper/2bbf8f3cb60466b55026deb47f8e15e6 to your computer and use it in GitHub Desktop.
# {{date:dddd, MMMM Do, YYYY}}
### Due Today
```tasks
((due on <% tp.file.title %>) OR (due before <% tp.file.title %>)) AND NOT done
```
### Scheduled Today
```tasks
((scheduled on <% tp.file.title %>) OR (scheduled before <% tp.file.title %>)) AND NOT done
```
### Done Today
```tasks
done on <% tp.file.title %>
```
<% tp.user.days_events({CURRENT_DATE: tp.file.title}) %>
icalBuddy -ec "FE0B6DAB-E598-4DE1-9F2B-7DE06A236647,4242177B-7D2B-4A20-AE23-A99DD51D5B80" -eep '*' eventsFrom:$CURRENT_DATE to:$CURRENT_DATE | sd '•' '##' | sd '\(alper@example.com\)' '' | sd '\n' '\n\n* \n\n'

Thursday, December 28th, 2023

Due Today

((due on 2023-12-28) OR (due before 2023-12-28)) AND NOT done

Scheduled Today

((scheduled on 2023-12-28) OR (scheduled before 2023-12-28)) AND NOT done

Done Today

done on 2023-12-28

Check-in and Discuss Work

Meeting 1

Another meeting

@alper
Copy link
Author

alper commented Dec 28, 2023

CleanShot 2023-12-28 at 11 16 20@2x
CleanShot 2023-12-28 at 11 16 25@2x

@alper
Copy link
Author

alper commented Dec 28, 2023

CleanShot 2023-12-28 at 11 20 56@2x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment