bulleted-lists
Create bulleted lists in plain text. Based on a feature from the markdown-writer package.
bulleted lists for Atom
Create and manage bulleted lists in plain text.
- start a list with a hyphen: "- some text"
- press enter to continue the list on the following line
- press tab to mark the item partially complete: "~ some text"
- press tab again to mark the item complete: "+ some text"
- press tab again to indent to the next level
example:
- project one
- item one still needs to be done
- item two still needs to be done
~ project two is partially complete
~ item two is partially complete
~ sub item one is partially complete
+ sub item two is complete
+ project three is complete