Dropdown

Urtext does not have a built-in user interface. A scriptable text editor with a single multi-purpose dropdown is the only interface minimally necessary. Sublime Text provides one in the form of its Command Palette. The Pythonista implementation uses Sublemon, whose dropdown is designed to imitate Sublime’s. Urtext features are mapped to either key bindings, a dropdown, or both.

To access the command palette in Sublime Text:

  • Win/Linux: ctrl+shift+p
  • Mac: cmd+shift+p

The command palette in the Pythonista implementation is accessible through its custom keyboard.