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: Find Note With Content Intent #1165

Merged
merged 6 commits into from
May 31, 2024

Conversation

charliescheer
Copy link
Contributor

Fix

Okay, so I can't yet do the intents that update notes, so I am doing the ones that I can work on without access to the shared keychain...

So here we are adding the Find Note with Content intent. This allows you to enter some text that is contained in your notes and it will then return that note. On it's own this shortcut intent doesn't do much, but you can connect it to other intents (like open note, or when I have build it later: append note) this makes it really easy to find specific notes and then updated them using shortcuts.

Test

  1. build and launch Simplenote. Make sure you are logged in
  2. Open the shortcuts app, create a new shortcut, find simplenote, select Find Note
  3. Right click on the "content" button and choose ask every time
  4. In the sidebar of the shortcuts app you should also see "Open Note" select that. This will automatically connect the output of find note to open note
  5. Run the shortcut, when prompted enter some text that you know is in multiple notes.
  6. you will be prompted to choose which note you mean, select one
  7. confirm the note is opened in simplenote

Review

(Required) Add instructions for reviewers. For example:

Only one developer and one designer are 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 d3adb3ef with:

Added markdown support

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 May 29, 2024
@charliescheer charliescheer added this to the 2.21 milestone May 29, 2024
@charliescheer charliescheer self-assigned this May 29, 2024
@charliescheer charliescheer changed the base branch from trunk to charlie/1145/open-note-intent-mk4 May 29, 2024 20:49
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/open-note-intent-mk4 to trunk May 31, 2024 20:06
@charliescheer charliescheer merged commit 6bd641d into trunk May 31, 2024
8 checks passed
@charliescheer charliescheer deleted the charlie/1145/find-note-intent branch May 31, 2024 20:15
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.

2 participants