Hacker News new | ask | show | jobs
by curtisblaine 720 days ago
Some questions:

1. How to use extensions? I can create one (it looks like a javascript function getting some context and one argument) but I have no idea how to invoke it. I expected to be able to invoke them on selected text.

2. Does it sync on other computers / browsers or is it only local?

2 comments

Sorry for lacking documents and guidance. When you enable a script, you can trigger it by typing 「/」 in command palette (cmd + k). Currently, the selected text only works with the prompt. You reminded me that the script should also be able to handle selected text, and I will add this feature.

Sync is on the roadmap.

It seems you’d need to handle sync by pointing your database at a local path and sharing that path through some cloud option.