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
When cursorless receives a command from talon, it can detect that the mark was from third party and call function on third-party to get the target. It should probably leverage new pipelines at this point, so we'll want to hold off on this impl for now
When cursorless processes a scope type that is third-party, it will call a function on third-party to process modifier
Questions
How do we handle focus? The webview may or may not be focused
Somehow, extension should be able to register new scope types both extension and talon-side. Probably want state sharing (like Expose shape enablement #287) for this one
Philosophical points / future directions
We view text files as a special case, and can refactor our language / text support to rely on the same general purpose API
The text was updated successfully, but these errors were encountered:
Why?
We want to apply cursorless grammar / decorations to non-textual entities such as a file browser, email client, cursorless cheatsheet interface, etc
How?
We'll do a POC of a cursorless file browser. We proceed in the following milestones:
Milestone 1
Milestone 2
Milestone 3
Questions
Philosophical points / future directions
We view text files as a special case, and can refactor our language / text support to rely on the same general purpose API
The text was updated successfully, but these errors were encountered: