Skip to content
GBTI
Ryker - Inline HTML & Visual Markdown Editing icon

DevOps › Frameworks › Chrome Extensions

Ryker - Inline HTML & Visual Markdown Editing

Inline editing for HTML and Markdown. Export your corrections as agent-ready instructions a model can learn from.

Ryker - Inline HTML & Visual Markdown Editing
v0.2.1 Free

Ryker

Ryker is a Chrome extension for editing a document in place and recording every change you make as a prompt-ready change request. A model can draft a report in seconds. What it cannot do is know that the third section should have come first, or that a summary buries its own conclusion. Those corrections are structural and they are yours, and the usual place to make them is back in the prompt, describing a document you are looking at but cannot touch.

Why inline

HTML has become a useful format for delivering rich content when working with large language models: complete reports, tables, figures, layouts and styled documents, in a form that renders immediately in a browser. Markdown has likewise become a common format for structured content.

Both are easy for a model to generate and awkward to edit at the source. Markdown means switching between source and preview. HTML source separates the author from the rendered document the reader will actually see. Inline editing lets you work against the rendered result instead, and Ryker keeps a record of what you changed while you do it.

Two ways to use it

As a Chrome extension. Install it from the Chrome Web Store, then click the toolbar button on any HTML page to edit that document in place. Or open the Ryker workspace and load a Markdown or HTML file from your own disk. On a tab Chrome will not let it touch, a new tab or a chrome:// page, the button opens the workspace instead of failing.

As a drop-in. Add Ryker to an HTML document with npx and it travels with the file. A reader or reviewer can then edit the page and produce a change request without installing anything.

npx --yes @gbti/ryker insert ./report.html

Features

  • Inline visual editing for HTML and Markdown

  • Export content changes as a machine-readable prompt

  • An outline built from the document’s real heading structure

  • Move or delete whole sections from that outline, recorded as moves rather than

    as character diffs

  • Revision history tracked per document

  • Markdown with nested lists, tables and code fences, returned as the file it came from

  • Save the edited document back over the file you opened, or as a new file beside it

Install into an HTML document

npx --yes @gbti/ryker insert ./report.html

Preview first with --dry-run. The installer creates a recoverable report.html.ryker-backup, copies the dependency-free browser bundle beside the document, and adds one identifiable managed block before </body>.

npx --yes @gbti/ryker doctor ./report.html
npx --yes @gbti/ryker sync ./report.html
npx --yes @gbti/ryker remove ./report.html

insert writes Ryker into the document. doctor checks an existing install and writes nothing: it verifies the managed block is present and correctly placed, and that the bundle matches this version of the package. sync updates an existing install. remove deletes the managed block from that document and retains the browser bundle, because other documents in the same folder may share it.

Ryker requires Node.js 20 or newer for installation. The resulting HTML and classic browser script work offline and from file:// without Node.js.

Privacy

Ryker keeps its editing history in your own browser and sends nothing anywhere: no server, no account, no sync, no telemetry. The page cannot read it. You can export the record whenever you like and clear it per document.

The extension asks for no standing access to your browsing. It has no host permissions, registers no content scripts, and injects nothing until you click its button. The permission it uses, activeTab, grants access to one tab for one gesture and expires with it.

License

Ryker is source-available under the custom license included with the package. Internal-team use, internal commercial use and inclusion with client deliverables are permitted. Ryker, its forks and its derivatives may not be sold or shipped or featured as part of a commercial product or software as a service offering without prior written permission from GETHSEMANE LLC. The license and copyright notice must remain intact.

Credits

A creator network, powered by Git

Join the GBTI Network

The GBTI Network is a creator network. Members showcase their work, write articles, share in network profits, and meet in weekly coaching calls with the community.

Publish your profile, blog posts, products, and prompts
Share in network profits
Join weekly coaching calls with the community

Create a free account to browse the community first, no card required. A paid membership unlocks your public presence on the network: your profile, blog, products, and prompts.

Become a member You are reading atwellpub's work. Joining from this page credits atwellpub.

From the author

atwellpub

We built Ryker to help edit and iterate changes on HTML reports while proof reading them directly from the browser. We also wanted revision records to help train AI systems on our editorial choices. We hope you enjoy this free Chrome extension and Utility and that you find it as useful as we have.

0 Comments

No comments yet. Be the first. Members comment from the GBTI local client, where comments are submitted as pull requests and auto-published for paid members.

Become a member

Members write comments from the GBTI client or browser extension. Become a member to join the conversation.

You are signed in as a member. .

Get the weekly digest

One email a week: new member articles, products and prompts, plus the developer news worth reading. Unsubscribe in one click, any time.

We send a confirmation email first. You are not subscribed until you click the link in it. Read the privacy policy.

Join the GBTI co-op

Saving, collecting, and following are member perks. Sign in with a free GitHub account to keep what you find, and become a member to comment, join the Discord, and unlock members-only content.

Get the extension to edit and publish your work in place.