-
Notifications
You must be signed in to change notification settings - Fork 16
Optional Interfaces
K. Andrew Parker edited this page Sep 5, 2021
·
2 revisions
These interfaces are available when the Standalone Renderer is run in development
mode. (Either with MOJO_MODE='development' or by starting the service with morbo
.)
- point your browser at
localhost:3000
- select an output format (see below)
- specify a problem path (e.g.
Library/Rochester/setMAAtutorial/hello.pg
) and a problem seed (e.g.1234
) - click on "Load" to load the problem source into the editor
- render the contents of the editor (with or without edits) via "Render contents of editor"
- click on "Save" to save your edits to the specified file path
- saving edits to file paths that begin with
Library/
orContrib/
will be blocked by default
- point your browser at
localhost:3000/opl
- browse through library directories (
Library/
,Contrib/
,Pending/
, or optionallyprivate/
) - double-click on a pg file to render the problem and populate tags
- edit tags and click "Save Tags"