Skip to content

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.)

Problem Editor Interface

  • 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/ or Contrib/ will be blocked by default

image

OPL Directory Browser / Tags Editor

  • point your browser at localhost:3000/opl
  • browse through library directories (Library/, Contrib/, Pending/, or optionally private/)
  • double-click on a pg file to render the problem and populate tags
  • edit tags and click "Save Tags"
Clone this wiki locally