docs: add opencli-plugin-texpage to community plugins - #2225
Open
dull-bird wants to merge 1 commit into
Open
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 sessionstexpage compile— headless compile via the socket RPC bridge, parses the log for LaTeX errors/warningstexpage download— compiled PDF or source zipAll six commands verified end-to-end against a live account (two projects, error cases, concurrent-editor scenario). MIT licensed.