Text to Bullet Points
Convert any paragraph or text into a clean bullet point list.
Input Text
Options
Split By
Output Format
chars
Output
Bullet Points: 0
About Text to Bullet Points
This tool converts any paragraph or block of text into a clean, formatted bullet point list. Choose how to split your text — by sentence, line, period, comma, or a custom delimiter — then pick your output format: Markdown for docs and editors, HTML for web pages, or plain text with bullet characters. Additional options let you capitalize each item, strip trailing punctuation, and filter out very short fragments for a polished result.
Built and maintained by Meet Shah · Last updated
What this tool is used for
- Turning a paragraph of notes into a bulleted list.
- Splitting a dense sentence run into separate points for a slide.
- Converting a prose summary into Markdown bullets.
- Producing a real HTML list from plain text, rather than lines with dashes.
- Breaking a long instruction into discrete steps.
Frequently Asked Questions
- How does it decide where one bullet ends?
- It splits on sentence boundaries, so a paragraph becomes one bullet per sentence. That is a reasonable default for prose written to be summarised — for a list you already have, split on lines instead and use a line-based tool.
- Why is the trailing full stop removed?
- Because a bullet is a fragment, not a sentence, and most style guides drop terminal punctuation on short list items. CJK and other terminators (。!?;:、) are removed too, so the rule works beyond English.
- Should bullets end with punctuation or not?
- Be consistent, and let length decide: fragments take no full stop, complete sentences take one. The one thing to avoid is a mixture in the same list, which is the most common thing a copy editor flags.
- How many bullets should a list have?
- Enough to be a list and few enough to scan — three to seven is the usual advice. Beyond about nine, readers stop reading them as parallel items and start skimming, and the list stops doing the job that made you write it.
- Will these paste into a document?
- They are text bullets using the • character, so they paste anywhere — but they are not a real list element. Word and Google Docs will often auto-convert a pasted • into a native list; in Markdown, replace them with `-` so the renderer produces a proper `<ul>`.
- Which bullet character should I use?
- A hyphen or asterisk for anything that will be parsed as Markdown, and a real bullet only for final display. A `•` in a Markdown source is literal text and will not produce a list.
Common errors and gotchas
- Splitting on every period, which breaks abbreviations and decimals into separate bullets.
- Producing bullets that are not parallel in form, which reads worse than the paragraph did.
- Losing the connective logic that made the prose an argument rather than a list.
- Bulleting a single idea into fragments, which adds length without adding clarity.
- Forgetting a blank line before the list in Markdown, which joins it to the paragraph above.
Related Text Tools tools
Case Converter
Convert between Sentence, Title, camelCase, snake_case, and more.
Word Counter
Count words, characters, and analyze keyword density.
Text to Binary
Convert text into its 8-bit binary representation.
Binary to Text
Decode 8-bit binary back into readable text.
Text Reverser
Reverse text by characters, words, or lines.
Remove Duplicate Lines
Delete repeated lines and keep your list unique.
Remove Empty Lines
Strip blank and whitespace-only lines from text.
Sort Lines Alphabetically
Sort lines A–Z or Z–A, case-sensitive or not.