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

Shortcut: Create note with content #1171

Merged
merged 5 commits into from
Jun 7, 2024

Conversation

charliescheer
Copy link
Contributor

@charliescheer charliescheer commented Jun 3, 2024

Fix

The final shortcut to add is the create new note with content intent. This allows a user to specify some text into the shortcut and to create a new note in simplenote with that text.

This text is pushed to a new note via the simperium api, so it will sync to all devices without having to open simplenote locally

relies on #1170
Fixes #1145

Test

  1. Build and Run Simplenote, just to make sure that you have saved the extension token so the intents can upload to simperium
  2. run the intents extension on the shortcuts app
  3. add a new shortcut, find Simplenote, select Create note with content intent
  4. Add some content to the intent and run the shortcut
  5. open simplenote and confirm your new note was added.

Review

(Required) Add instructions for reviewers. For example:

Only one developer is required to review these changes, but anyone can perform the review.

Release

(Required) Add a concise statement to RELEASE-NOTES.txt if the changes should be included in release notes. Include details about updating the notes in this section. For example:

RELEASE-NOTES.txt was updated in 739f83f with:

  • Added shortcuts to Simplenote Mac!!
    If the changes should not be included in release notes, add a statement to this section. For example:

These changes do not require release notes.

@charliescheer charliescheer added the [feature] shortcuts Anything related to Shortcuts label Jun 3, 2024
@charliescheer charliescheer added this to the 2.21 milestone Jun 3, 2024
@charliescheer charliescheer self-assigned this Jun 3, 2024
@charliescheer charliescheer linked an issue Jun 3, 2024 that may be closed by this pull request
Copy link
Contributor

@jleandroperez jleandroperez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Base automatically changed from charlie/1145/append-to-note-mk2 to trunk June 7, 2024 22:11
@charliescheer charliescheer merged commit f556e83 into trunk Jun 7, 2024
8 checks passed
@charliescheer charliescheer deleted the charlie/1145/creat-note-with-content branch June 7, 2024 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[feature] shortcuts Anything related to Shortcuts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement shortcuts on App intents extension
2 participants