Andy Matuschak
Andy Matuschak
How should inline code spans `like this` look in prompts? See also: andymatuschak/orbit#37 Design and implement block code styling in prompt contents
How should block code snippets look in prompts? These may present some significant layout challenges, given our attempts to avoid scrolling. See also [andymatuschak/orbit#36 Design and implement inline code styling...
Right now, when prompts are moved between notes, they're treated as successive deletions / additions. There's support in spaced-everything for "moves" but I haven't hooked it up for Orbit yet....
Right now, we size the two completely independently, which leads to "jumps" when the answer is revealed. We should take the smaller of the two computed sizes and use that...
If a user loads a web page with embedded prompts, then goes offline, or if their connection drops, we should retry submitting those actions to the server. Probably with exponential...
When the palette changes from prompt to prompt in a review session, we animate the application background, but not the button backgrounds. The latter should animate too.
Prompts should normally strive to present a 6:5 ratio. In an embedded context, the container will be resized to maintain that ratio. In the review context, the prompt text should...
Particularly when the starburst rays are small. 
When tabbing around with the keyboard, the button should have a style to indicate that it's focused. Happy to accept and revise styling suggestions. I'd probably start with an outline...