Ryker is a Chrome extension for inline editing a HTML document and recording every change you make as a prompt-ready change request. Ryker adds inline-visual editing to any HTML page loaded into your browser, either through normal browsing or through a file loading dialog. Ryker also supports rich visual editing for markdown files as well.
HTML has become an increasingly useful format for working with large language models. Generating these documents is easy. Editing them can still be awkward as HTML is normally edited through source code, which makes even simple proofreading changes more cumbersome than they need to be.
Ryker was built to make editing HTML easier through a visual editor, while assuming that once the proofreading is finished, we will still want an AI agent to integrate the final changes for us.
The tool also needed to exist as a Chrome extension so we could edit content directly on production and then handoff change requests to our agent. Essentially allowing us to have a portable visual editor for all pages we read across different locations and contexts.
In short, Ryker is a Chrome extension for visually editing HTML and Markdown while recording the changes you make as prompt-ready change requests.
HTML has become an increasingly useful format for working with large language models. Generating these documents is easy. Editing them can still be awkward as HTML is normally edited through source code, which makes even simple proofreading changes more cumbersome than they need to be.
Ryker was built to make editing HTML easier through a visual editor, while assuming that once the proofreading is finished, we will still want an AI agent to integrate the final changes for us.
The tool also needed to exist as a Chrome extension so we could edit content directly on production and then handoff change requests to our agent. Essentially allowing us to have a portable visual editor for all pages we read across different locations and contexts.
In short, Ryker is a Chrome extension for visually editing HTML and Markdown while recording the changes you make as prompt-ready change requests.