**User Story** * As a writer, I want a quick way to add bulleted and numbered lists to an article. More specifically: * I want to start a new list while the cursor is on a blank line. * I want to select existing text and turn it into a list. **Possible Solutions** * The app lets me hit Cmd+Shift+7 to make a numbered list. * The app lets me hit Cmd+Shift+8 to make a bulleted list. * If I type "1." and then hit Space, the app makes a numbered list. (Currently, it makes a list if I hit Enter.) * If I type "*" and then hit Space, the app makes a bulleted list.
User Story
Possible Solutions