How to Create a Bulleted List in Notion (- then Space)
Windows: Type - then Space
Mac: Type - then Space
Typing a hyphen followed immediately by a space at the very start of an empty line converts that line into a bulleted list item on the spot, no slash command or toolbar click required. This is one of several Markdown-style typed shortcuts Notion supports, and it's arguably the single most-used one since bulleted lists are such a common structure in everyday note-taking.
**Continuing the list**: Once converted, pressing Enter at the end of a bullet automatically starts a new bullet on the next line, letting you keep typing a whole list without retriggering the hyphen-space conversion each time. Pressing Enter twice in a row (on an empty bullet) exits the list and returns to a normal paragraph block, which is the standard way to end a list without manually deleting bullet formatting.
**Why it doesn't trigger from pasted text**: The conversion specifically watches for a hyphen and space typed manually at the start of a line — pasting text that happens to begin with a hyphen doesn't trigger the same automatic transformation, since paste events bypass the keystroke-by-keystroke typing detection this shortcut relies on. If you paste a block of hyphen-prefixed text expecting automatic bullet conversion, you'll need to either retype the leading hyphen-space manually on each line or use the slash command to convert existing lines afterward.
**Alternative methods**: Typing /bullet or /bulleted and selecting the Bulleted List option from the slash command menu achieves the identical result without relying on the typed shortcut, which is worth knowing if you ever forget the exact typed syntax or prefer working through the menu.
**Related shortcuts**: The same typed-shortcut pattern applies to numbered lists (typing 1. then a space), to-do checkboxes (typing an empty pair of square brackets then a space), and toggle lists (typing a right-angle bracket then a space) — all four follow an identical mechanic of transforming an empty line the instant you type the trigger character(s) and a space.
**Nesting a bulleted list**: Once you have a bullet, pressing Tab while your cursor is inside it nests that bullet as a child underneath the bullet directly above it, building a multi-level outline — the classic structure behind most Notion outline-style pages, built entirely from this one typed shortcut plus the indent mechanism.
**Mistake to avoid**: typing the hyphen partway through an existing line of text (rather than at the very start of an empty line) doesn't trigger any conversion at all — the hyphen and space just insert as literal characters, since the shortcut specifically watches for the very beginning of a line's content, not a hyphen appearing anywhere within existing text.
**Converting an existing paragraph into a bullet after the fact**: if you've already typed a paragraph and want to retroactively make it a bulleted list item, placing your cursor at the very start of that line and typing the hyphen-space combination there still triggers the conversion on the existing text, converting the whole line into a bullet rather than requiring you to delete and retype the content from scratch.