Linear
A next-generation issue tracking tool accelerating development team workflows with beautiful UI and fast operability
Content editing shortcuts for efficiently creating beautiful and readable issue descriptions and comments with Markdown editing, link creation, and formatting
Ctrl+B
Bold text
Toggles bold formatting.
💡 Hint: Bold
🎯 Make text bold to emphasize important information and improve readability of issue descriptions and comments
Ctrl+I
Italic text
Toggles italic formatting.
💡 Hint: Italic
🎯 Make text italic to express supplementary information and emphasis points, structuring documents and promoting understanding
Ctrl+>
Blockquote
Toggles blockquote formatting.
💡 Hint: > = quote
🎯 Create blockquotes to clearly distinguish external information and specifications, clarifying information sources and organizing documents
Ctrl+Shift+8
Bulleted list
Toggles bulleted list formatting.
💡 Hint: Bullets
🎯 Create bulleted lists to organize information and structure task and requirement lists in a clear, readable format
Ctrl+Shift+\
Code block
Inserts a code block.
💡 Hint: Backslash (\) = code
🎯 Insert code blocks to accurately express technical information and streamline code sharing among developers
Ctrl+K
Turn text into link
Turns selected text into a link.
💡 Hint: Key link
🎯 Convert text to links to provide access to related resources and streamline information referencing and collaboration
#
Large header
Inserts a large header in Markdown.
💡 Hint: # = h1
🎯 Insert large headers to clarify main document sections and organize lengthy issue descriptions for improved readability
# → #
Medium header
Inserts a medium header in Markdown.
💡 Hint: # then # = h2
🎯 Insert medium headers to create subsections and clarify information hierarchy to promote understanding
`
Surround inline code
Surrounds selected text with backticks for inline code.
💡 Hint: ` = inline code
🎯 Create inline code to emphasize technical terms and variable names, accurately conveying development-related information