# URL Schemes
Calling the URL Schemes supported by Cubox in other efficiency apps (such as iOS shortcuts (opens new window)) can automatically open Cubox and execute Common actions to synergize for a more flexible automation function.
# Quick Visit
Open Cubox
cubox://
Go to Inbox
cubox://inbox
Go to Starred
cubox://starred
Go to Search
cubox://search
Go to a Folder
cubox://folder?name=folder name
Go to a Smart folder
cubox://smartfolder?name=smart folder name
Go to a Tag
cubox://tag?name=tag name
# Save
Save a Single Link
cubox://add?url=link
Continue action after saving the link(x-callback-url)
cubox://x-callback-url/add?url=link&x-success={{URL executed after success}}&x-cancel={{URL executed after failure or cancellation}}
Save a single shorthand
cubox://add?memo=shorthand content
Continue action after saving the shorthand(x-callback-url)
cubox://x-callback-url/add?memo=shorthand content&x-success={{URL executed after success}}&x-cancel={{URL executed after failure or cancellation}}
# Search
Search and Display
cubox://search?query=keywordcubox://search?query=keyword
Or
cubox://search?type=card&query=keyword
Search for Annotation and Display
cubox://search?type=annot&query=keywordcubox://search?type=annot&query=keyword
Full-Text Search and Display
cubox://search?type=fulltext&query=keyword
⚠️ Please pay attention to the usage specification of URL Schemes. If the parameter carried after
=
contains spaces, please replace the spaces with%20
to ensure successful execution.