[go: up one dir, main page]

Code Fences

by typora.io

Table of Contents

Basic Usage

You can click ParagraphCode Fences from the menu bar, or input ``` and Enter key to insert a code block in Typora.

Syntax Highlight

When you specify a code language for the code block, Typora will highlight the code block based on the selected language.

You can modify the code language for existing code fences in the right bottom input widget of the code block. Or, when creating code fences in markdown, add the code language after ```.

Screenshot 2023-05-16 at 19.55.37

Supported Code Languages

Please check here for supported code languages.

Code Actions

Copy Code Content

You can click Ctrl / Cmd + A to select the whole code block and to copy the code contents.

Or, you can click Code ToolsCopy Code Content from the context menu, or from menubar → Paragraph to quickly copy contents inside the current code block.

Auto Indent Contents

You can auto indent a selection or the whole code block in Code Tools from the context menu or menubar.

You can also do this by pressing Shift + Tab key after configuring Shift + Tab Behavior.

Code Fences Options

You can find configurations about code fences under Preferences PanelMarkdownCode Fences.

Please note that these options will be applied after you restart Typora.

options

Show / Hide Line Numbers

You can control whether Typora should show line numbers for code blocks by changing the option Display line numbers for code fences under Preferences PanelMarkdownCode Fences.

Show Line Numbers Hide Line Numbers
Screenshot 2023-05-16 at 20.11.34 Screenshot 2023-05-16 at 20.11.47

Auto Wrap Long Lines

You can control whether Typora should auto wrap lines, or provide horizontal scroll, when a code block contains text lines that are longer than the width of its code block container. You can change this option from Preferences PanelMarkdownCode FencesAuto wrap long lines.

Wrap Long Lines No Wrap for Long Lines
Screenshot 2023-05-16 at 20.21.20 Screenshot 2023-05-16 at 20.21.26

Please note that in exported PDF or printed pages, code blocks will always be wrapped, since there’s no scrollbars for “papers”.

Shift + Tab Behavior

After version 1.5, by default, Shift + Tab and Shift + [ will indent selected lines in code blocks.

You can change the option Use Shift+Tab to auto indent selected code to let selected lines be auto indented.

Indent Size for Code

This option controls how many Tab’s are used to render the whitespace in a code block.

Default Code Language

From version 1.6, you can now set a default code language for code blocks from Preferences PanelCode Fences.

Screenshot 2023-05-25 at 10.51.51

And Typora provides some apply options:

Auto Apply Code Language for Code Blocks inserted from menu Auto Apply Code Language for Code Blocks inserted from Markdown

You can also choose Last Used to auto apply the last used code language when inserting new code blocks.

Code Block Styles/Themes

You can customize code block styles following this document.

Snip20160623_11