mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-17 21:11:04 +00:00
feat(raycast-extension): initial version of supermemory extension for raycast chore: update the metadata and ui for app to get api key  
15 lines
498 B
TypeScript
15 lines
498 B
TypeScript
const BIG_DIMENSIONS_NEW = 1536
|
|
const DEFAULT_PROJECT_ID = "sm_project_default"
|
|
const SEARCH_MEMORY_SHORTCUT_URL =
|
|
"https://www.icloud.com/shortcuts/f2b5c544372844a38ab4c6900e2a88de"
|
|
const ADD_MEMORY_SHORTCUT_URL =
|
|
"https://www.icloud.com/shortcuts/0fd3e855be444845b457f94c78c2c8d9"
|
|
const RAYCAST_EXTENSION_URL = "https://www.raycast.com/supermemory/supermemory"
|
|
|
|
export {
|
|
BIG_DIMENSIONS_NEW,
|
|
DEFAULT_PROJECT_ID,
|
|
SEARCH_MEMORY_SHORTCUT_URL,
|
|
ADD_MEMORY_SHORTCUT_URL,
|
|
RAYCAST_EXTENSION_URL,
|
|
}
|