You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tools/_code-oss-editors.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,11 @@ Note that on the Mac you should use `Cmd` rather than `Ctrl` as the prefix for a
29
29
30
30
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:
31
31
32
-
{.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
+
{.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.'}
33
33
34
34
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):
35
35
36
-
{.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
+
{.border fig-alt='The top of the {{< meta tool.name >}} editor. The command pallette shows a quick pick list of available formats to preview.'}
37
37
38
38
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.
39
39
@@ -45,7 +45,7 @@ Embedded preview is currently supported for HTML and PDF based formats (includin
45
45
46
46
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:
47
47
48
-
{.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
+
{.border fig-alt='The top of the {{< meta tool.name >}} editor. The command palette shows a quick pick list of available formats to render.'}
49
49
50
50
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.
51
51
@@ -158,7 +158,7 @@ Here we see a preview of the currently edited LaTeX equation displayed in the Qu
158
158
159
159
Here we see a Graphviz diagram preview automatically updated as we edit:
160
160
161
-
{.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
+
{.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'}
Copy file name to clipboardExpand all lines: docs/tools/_code-oss-notebook.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ After you've done an initial **Quarto: Preview**, the preview will automatically
11
11
12
12
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:
13
13
14
-
{.border fig-alt="The top section of an ipynb file open in VSCode. There is a Raw cell containing yaml front matter."}
14
+
{.border fig-alt='The top section of an ipynb file open in {{< meta tool.name >}}. There is a Raw cell containing yaml front matter.'}
15
15
16
16
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.
0 commit comments