raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.44k stars 3.14k forks source link

[Apple Notes] ... #2088

Closed iandustries closed 2 years ago

iandustries commented 2 years ago

Extension – Apple Notes

Author: @tumispro

Description

Steps To Reproduce

  1. open raycast
  2. execute search note command

The current behavior

The expected behavior

Raycast version

Version: 1.36.1 2022-06-25 at 20 07 26 - Harlequin Hare

tumispro commented 2 years ago

Heya! Could it be you have a lot of notes? It seems to still be loading.

iandustries commented 2 years ago

I do !

Didn’t realize that my be the issue On Jul 3, 2022, 2:42 PM -0400, Thomas Moeskops @.***>, wrote:

Heya! Could it be you have a lot of notes? It seems to still be loading. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

tumispro commented 2 years ago

Unfortunately there's currently nothing I can do about it, as the extension uses AppleScript to fetch all notes which is quite slow. Perhaps I can improve it in the future by trying to only fetch updated notes (after initially fetching them all), I will look into it when I find some time.

ron-myers commented 2 years ago

@iandustries - there is an MR in to use the local DB for iCloud Apple Notes - you can watch for it being merged here https://github.com/raycast/extensions/pull/2214

ron-myers commented 2 years ago

@mathieudutour - with https://github.com/raycast/extensions/pull/2214 I think we can close this issue.