-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Milestone
Description
Each extension should be able to register a command as a share_target.
{
"title": "My Command",
"share_target": {
"command": "sunbeam",
"params": {
"url": "link"
}
}
"commands": [
{ "name": "command", "mode": "view", "title": "Save Link", "params": [{ "name": "link", "type": "string" }] }
]
}Then from another extension can use a share action:
{
"title": "Share Link",
"onAction": {
"type": "share",
"url": "https://github.com"
}
}causing all commands accepting a link to be proposed.
Metadata
Metadata
Assignees
Labels
No labels