Bullet List Maker
Paste your lines and get a tidy bullet list back. Each line becomes one bullet. Choose dashes, asterisks, dots, arrows or numbers, set an indent, and copy the result.
How to make a bullet list
- Paste or type your items, one per line.
- Pick a bullet style and an optional indent. Blank lines are skipped.
- Copy the list or download it as a text file.
Examples
Lines to dash bullets
Buy milk Walk the dog Call Ada
- Buy milk - Walk the dog - Call Ada
A numbered list
Preheat oven Mix batter Bake 20 min
1. Preheat oven 2. Mix batter 3. Bake 20 min
Frequently asked questions
What bullet styles can I use?
Five: a dash (- ), an asterisk (* ), a round dot (• ), an arrow (→ ) and an auto-incrementing numbered list (1. 2. 3.). Pick whichever fits where you are pasting.
Will it skip empty lines?
Yes by default. Blank or whitespace-only lines are dropped so you do not get empty bullets. You can turn that off to keep the gaps if you prefer.
Do dash and asterisk bullets work in Markdown?
Yes. In Markdown both - and * start an unordered list, and 1. starts an ordered list. Add an indent to nest items under a parent.
Can I indent the whole list?
Yes. Set the indent to add that many leading spaces before every marker, which is handy for nesting lists inside another list or a code block.
Is my text uploaded anywhere?
No. The list is built entirely in your browser, so nothing you paste ever leaves your device.
Related tools
Markdown Table Generator
Turn CSV or TSV data into a clean Markdown table online. Paste rows, pick column alignment, then copy GitHub-ready Markdown. Free and private.
Remove Line Breaks
Remove line breaks and paragraph breaks from text online. Flatten copied text into one line, keep spaces tidy, then copy the result. Free and private.
Sort Lines
Sort lines of text alphabetically or numerically online. Reverse the order, ignore case, and remove duplicate lines, then copy the result. Free and private.
Column to Comma Separated List
Paste a column of values and turn it into a comma separated list. Add quotes, pick any delimiter, and copy the result. Free, instant, and private.
Add Line Numbers
Add line numbers to any text online. Set the start value, step, and separator, pad numbers to align, and copy or download the result. Free and private.
Caesar Cipher
Encode and decode text with the Caesar shift cipher. Pick any shift, see the result live, and brute force all 25 shifts. Runs entirely in your browser.