Learn the shortcuts
Input is fully equipped with keyboard and markdown shortcuts so you can do everything you need without touching your mouse.
Note, you'll see cmd/ctrl used alot below. This indicates command on Mac and control on Windows and Linux.
Most Popular
- Press cmd/ctrl + n to create a new page (desktop apps only).
- Press cmd/ctrl + \ to toggle the main nav.
- Press cmd/ctrl + shift + l to switch to dark mode.
- Press cmd/ctrl + shift + s to share or invite people.
Markdown
While typing:
- Type ** on either side of your text to bold.
- Type * on either side of your text to italicize.
- Type ~ on either side of your text to strikethough.
At the beginning of any new line or existing block of content, try these:
- Type *, or - followed by space to create a bulleted list.
- Type 1. followed by space to create a numbered list.
- Type # followed by space to create an H1 heading.
- Type ## followed by space to create an H2 heading.
Create & style your content
- Press enter to insert a line of text.
- With text selected, press cmd/ctrl + b to bold text.
- With text selected, press cmd/ctrl + i to italicize text.
- With text selected, press cmd/ctrl + u to underline text.
- With text selected, press cmd/ctrl + shift + s to strikethrough.
- Press tab to indent.
- Press shift + tab to un-indent.
@ commands
- Mention a person - Type @ and another member in document to get their attention on something. They'll be notified.