You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skyrockets are bookmarklets on steroids. They're automatically bundled, have access to NPM, and have a separate CSP. Skyrockets are the "yes code" answer to Arc Boosts.
/*skyrocket*name: "Copy as Markdown",description: "Copy a piped link",permissions: ["clipboard-write"],*/navigator.clipboard.writeText(`[${document.title}](${location.href})`)
Questions
Should Skyrockets even be links? If so, is it possible for them to have newlines and indentation? They can!
No they should not
How should a Skyrocket update?
I'm thinking if you want an auto updating Skyrocket, you just make its content import "my-funny-package"
But then how is metadata updated?
How is the lockfile stored?
The text was updated successfully, but these errors were encountered:
Skyrockets are bookmarklets on steroids. They're automatically bundled, have access to NPM, and have a separate CSP. Skyrockets are the "yes code" answer to Arc Boosts.
Inspiration
Format
Imagining something like
Questions
If so, is it possible for them to have newlines and indentation?They can!import "my-funny-package"
The text was updated successfully, but these errors were encountered: