Add both versions of insert anything shortcut, closes #1607
This commit is contained in:
parent
e56ccb6d94
commit
716cc5b5c5
|
@ -162,7 +162,7 @@ In fact, Quarto uses Pandoc markdown (a slightly extended version of Markdown th
|
|||
While Markdown is designed to be easy to read and write, as you will see in @sec-source-editor, it still requires learning new syntax.
|
||||
Therefore, if you're new to computational documents like `.qmd` files but have experience using tools like Google Docs or MS Word, the easiest way to get started with Quarto in RStudio is the visual editor.
|
||||
|
||||
In the visual editor you can either use the buttons on the menu bar to insert images, tables, cross-references, etc. or you can use the catch-all <kbd>⌘ /</kbd> shortcut to insert just about anything.
|
||||
In the visual editor you can either use the buttons on the menu bar to insert images, tables, cross-references, etc. or you can use the catch-all <kbd>⌘</kbd> + <kbd>/</kbd> or <kbd>Ctrl</kbd> + <kbd>/</kbd> shortcut to insert just about anything.
|
||||
If you are at the beginning of a line (as shown in @fig-visual-editor), you can also enter just <kbd>/</kbd> to invoke the shortcut.
|
||||
|
||||
```{r}
|
||||
|
|
Loading…
Reference in New Issue