Replies: 1 comment 1 reply
-
It'd be fantastic if
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With the recent release of Vale CLI v3.0, I'm now shifting my focus to bringing Vale (back1) to the browser. My goal is to initially support Chrome, Firefox, Opera, and Edge.
The plan is to use native messaging to allow the CLI to communicate with browser extensions.
Below is a rough outline of how I see this working.
Installation
The installation process will consist of two parts:
vale host-install <browser>
to install and configure the native messaging host.Usage
The extension will use the new global configuration file to control how it lints text on the web.
Please feel free to share thoughts or ideas on how this should work. Notably, given the nature of Vale (e.g., no cloud configuration), it's not straightforward to map project-based configurations to the browser.
Footnotes
As mentioned in https://github.com/errata-ai/vale/discussions/608, Vale Server (a now-deprecated desktop app) used to have a Chrome extension. ↩
Beta Was this translation helpful? Give feedback.
All reactions