Keyboard shortcuts/input aids (summary)¶
Character decoration¶
Shortcuts |
Command |
Meaning/ Modification |
Execution result |
---|---|---|---|
|
Bold |
**Bold** |
Bold |
|
Italic |
*Italic* |
Italic |
|
InlineRow(Code) |
``InlineRow(Code)`` |
|
Table¶
Shortcuts
/Trigger character
|
Description
|
Notes
|
---|---|---|
|
Convert data to a table |
|
1 2 3 4 5 6 7 8 9 0 |
Create a new table
|
The form of the preceding string
must be
[Rows]x[Columns] . |
|
Moving a cell selection(Down) |
|
|
Moving a cell selection(Up) |
|
|
Moving a cell selection(Right) |
|
|
Moving a cell selection(Left) |
|
|
Intra-cellular line break |
|
If the cursor is at the far right of the line, |
Add a line |
|
Add |
Delete a line |
|
Add
+ to the side of the delimiter (| )and press
Enter . |
Add a column
|
|
Add
- to the side of the delimiter line (| )and press
Enter . |
Delete column
|
|
Add
^ to the side of the delimiter line (| )and press
Enter . |
Move up a line
|
If you type more than one
^ ,it will move by that amount.
|
Add
v to the side of the delimiter line (| )and press
Enter . |
Move down the line
|
If you type more than one
v ,it will move by that amount.
|
Add
> to the side of the delimiter line (| )and press
Enter . |
Move column to the right
|
If you type more than one
> ,it will move by that amount.
|
Add
< to the side of the delimiter line (| )and press
Enter . |
Move the column to the left
|
If you type more than one
< ,it will move by that amount.
|
List¶
Shortcuts
/Trigger character
|
Description
|
Notes
|
---|---|---|
alt + l |
Insert the first symbol in the list
|
Auto-completion suggestions
will be displayed.
|
. 1 # * |
Insert a symbol at the beginning of a list
|
Auto-completion suggestions
will be displayed.
|
|
Add a new item to the next line |
|
|
Add a new item to the top row |
|
|
Nesting (indenting) of lists |
|
|
Unnesting a list (outdenting) |
|
On a line where only list symbols
are present, use
Enter . |
Finish editing the list.
|