Skip to content

docs: add opencli-plugin-texpage to community plugins - #2225

Open
dull-bird wants to merge 1 commit into
jackwener:mainfrom
dull-bird:add-texpage-plugin
Open

docs: add opencli-plugin-texpage to community plugins#2225
dull-bird wants to merge 1 commit into
jackwener:mainfrom
dull-bird:add-texpage-plugin

Conversation

@dull-bird

Copy link
Copy Markdown

Adds opencli-plugin-texpage to the community plugin lists (EN/ZH README + plugins guide).

What it does: adapter for TeXPage (Overleaf-like online LaTeX editor, no public API):

  • texpage list / files / read — project & file browsing via the HTTP JSON API (cookie auth)
  • texpage write — full-content file replace through the site's CRDT socket.io channel (splice ops), verified by read-back; uses a fresh random CRDT site id per write to avoid colliding with open editor sessions
  • texpage compile — headless compile via the socket RPC bridge, parses the log for LaTeX errors/warnings
  • texpage download — compiled PDF or source zip

All six commands verified end-to-end against a live account (two projects, error cases, concurrent-editor scenario). MIT licensed.

TeXPage (texpage.com) online LaTeX editor adapter: list projects, browse
file trees, read & write files (CRDT channel), compile with log parsing,
download PDF / source zip.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant