Skip to content

Commit 8cd203d

Browse files
committed
Fix explicit tool names
1 parent fb1d963 commit 8cd203d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/tools/_code-oss-editors.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ Note that on the Mac you should use `Cmd` rather than `Ctrl` as the prefix for a
2929

3030
The **Quarto: Preview** command renders the default format of the currently active document. If you want to preview a different format, use the **Quarto: Preview Format** command:
3131

32-
![](/docs/tools/images/vscode-preview-format-menu.png){.border fig-alt="The top of the Visual Studio code editor. The editor title menu is expanded and the Preview Format command is available on the menu."}
32+
![](/docs/tools/images/vscode-preview-format-menu.png){.border fig-alt='The top of the {{< meta tool.name >}} editor. The editor title menu is expanded and the Preview Format command is available on the menu.'}
3333

3434
When you execute **Preview Format**, you'll see a quick pick list of formats to choose from (any formats declared in the document as well as some standard formats like PDF and MS Word):
3535

36-
![](/docs/tools/images/vscode-preview-format.png){.border fig-alt="The top of the Visual Studio code editor. The command pallette shows a quick pick list of available formats to preview."}
36+
![](/docs/tools/images/vscode-preview-format.png){.border fig-alt='The top of the {{< meta tool.name >}} editor. The command pallette shows a quick pick list of available formats to preview.'}
3737

3838
After previewing a different format, the **Quarto: Preview** command and <kbd>Ctrl+Shift+K</kbd> keyboard shortcut will be automatically rebound to the newly selected format for the duration of the current preview. To switch back to previewing the original format, use **Quarto: Preview Format** command again.
3939

@@ -45,7 +45,7 @@ Embedded preview is currently supported for HTML and PDF based formats (includin
4545

4646
The **Quarto: Preview** command is what you will most commonly use while authoring documents. If you have a single format (e.g. HTML or PDF) then previewing also renders your document so it's ready for distribution once you are happy with the output. However, if you have multiple formats will need to explicitly render them (as preview only renders a single format at a time). You can do this with the **Quarto: Render Document** command:
4747

48-
![](/docs/tools/images/vscode-render-command.png){.border fig-alt="The top of the Visual Studio code editor. The command pallette shows a quick pick list of available formats to render."}
48+
![](/docs/tools/images/vscode-render-command.png){.border fig-alt='The top of the {{< meta tool.name >}} editor. The command palette shows a quick pick list of available formats to render.'}
4949

5050
If you have multiple declared formats you can render all of them. You can also selectively render any of the declared formats or other standard formats like PDF and MS Word.
5151

@@ -158,7 +158,7 @@ Here we see a preview of the currently edited LaTeX equation displayed in the Qu
158158

159159
Here we see a Graphviz diagram preview automatically updated as we edit:
160160

161-
![](/docs/authoring/images/vscode-graphviz.gif){.border fig-alt="A Quarto document being edited in Visual Studio Code, with a live preview of the currently edited diagram shown in a pane to the right"}
161+
![](/docs/authoring/images/vscode-graphviz.gif){.border fig-alt='A Quarto document being edited in {{< meta tool.name >}}, with a live preview of the currently edited diagram shown in a pane to the right'}
162162

163163
## YAML Intelligence
164164

docs/tools/_code-oss-notebook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ After you've done an initial **Quarto: Preview**, the preview will automatically
1111

1212
The first cell of your notebook should be a **Raw** cell that contains the document title, author, and any other options you need to specify. Note that you can switch the type of a cell to **Raw** using the cell type menu at the bottom right of the cell:
1313

14-
![](/docs/tools/images/vscode-raw.png){.border fig-alt="The top section of an ipynb file open in VSCode. There is a Raw cell containing yaml front matter."}
14+
![](/docs/tools/images/vscode-raw.png){.border fig-alt='The top section of an ipynb file open in {{< meta tool.name >}}. There is a Raw cell containing yaml front matter.'}
1515

1616
In this example we specify that we want code to appear collapsed by default. There are YAML options to control many other aspects of document rendering. See the documentation on [Authoring](/docs/authoring/markdown-basics.qmd) and [Output Formats](/docs/output-formats/html-basics.qmd) for additional details.
1717

0 commit comments

Comments
 (0)