raycast / extensions

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

[Evernote Instant Search] Database location is wrong #15423

Open nukesean opened 1 hour ago

nukesean commented 1 hour ago

Extension

https://www.raycast.com/artpi/evernote

Raycast Version

1.85.2

macOS Version

15.1

Description

The extension did not work for me because the Evernote database was not saved where the extension expects it to be. On my machine, the path to the Evernote folder was:

~/Library/Containers/com.evernote.Evernote/Data/Library/Application Support/Evernote/conduit-storage/https%3A%2F%2Fwww.evernote.com

The extension began working fine after I created a symbolic link to the above folder at the required location of ~/Library/Application Support/Evernote/conduit-storage/https%3A%2F%2Fwww.evernote.com.

I'm using Evernote version 10.113.5-mac-mas-public (20241029194623)

Steps To Reproduce

  1. Use the extension

Current Behaviour

No response

Expected Behaviour

No response

raycastbot commented 1 hour ago

Thank you for opening this issue!

🔔 @artpi you might want to have a look.

💡 Author and Contributors commands The author and contributors of `artpi/evernote` can trigger bot actions by commenting: - `@raycastbot close this issue` Closes the issue. - `@raycastbot close as not planned` Closes the issue as not planned. - `@raycastbot rename this issue to "Awesome new title"` Renames the issue. - `@raycastbot reopen this issue` Reopens the issue. - `@raycastbot assign me` Assigns yourself to the issue. - `@raycastbot good first issue` Adds the "Good first issue" label to the issue. - `@raycastbot keep this issue open` Make sure the issue won't go stale and will be kept open by the bot.