[Todoist] Add Schedule Deadline Actions #17018
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adds the ability to schedule task deadlines via the Action Panel, as well as in the Menu Bar.
Action Panel
I assigned the shortcut
⌥
+⇧
+D
, as⌘
+⇧
+D
is already assigned to 'Duplicate Task'. I'm not sure if this conforms to the pattern established by other shortcuts.Although
![Screencap](https://private-user-images.githubusercontent.com/28692497/412536198-b48d36e9-2164-4eca-a4af-e9116da2fd68.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NzcyNzEsIm5iZiI6MTczOTY3Njk3MSwicGF0aCI6Ii8yODY5MjQ5Ny80MTI1MzYxOTgtYjQ4ZDM2ZTktMjE2NC00ZWNhLWE0YWYtZTkxMTZkYTJmZDY4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE2VDAzMzYxMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTVkZjljMjJjYmRiNTkzNzUxNTdlNjUzM2M0ZmIwMmQwZGU4MDM1YTJlY2VlMTU0YTcwNmQwZDUzZmQ5MTk4ZDMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.d1u3z784F8KjmlN-nU4Un4NdN8W67m84UhxNAHRrq40)
Action.PickDate.Type
is set toDate
, the string entry hint is potentially confusing. I believe that's an issue with the Raycast API though.Menu Bar
type
to thechangeDate()
function, which must be either "due" or "deadline":Screencast
Checklist
npm run build
and tested this distribution build in Raycastassets
folder are used by the extension itselfREADME
are placed outside of themetadata
folder