Skip to content

Commit cf09d71

Browse files
committed
Add callout for visual and notebook editors
1 parent 8d91542 commit cf09d71

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

docs/get-started/authoring/_text-editor.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
In this tutorial we'll explore more of Quarto's authoring features. We'll cover rendering documents in multiple formats and show you how to add components like table of contents, equations, citations, cross-references, and more.
44

5+
::: {.content-visible when-meta="tool.is_positron"}
6+
7+
::: {.callout-tip}
8+
## Other Authoring Experiences
9+
10+
This tutorial focuses on editing the source of a `.qmd` document.
11+
Positron supports two other methods of authoring:
12+
13+
* The [Visual Editor](/docs/tools/positron/visual-editor.qmd) allows you to create and edit `.qmd` documents using a WYSIWYG interface. This is particularly useful for users who prefer a more visual approach to document creation without needing to write markdown directly.
14+
15+
* The [Notebook Editor](/docs/tools/positron/notebook.qmd) for editing `.ipynb` notebooks. This editor is designed for users who are accustomed to working with Jupyter notebooks and want to leverage the features of Quarto within that environment.
16+
17+
:::
18+
:::
19+
520
## Output Formats
621

722
Quarto supports rendering notebooks to dozens of different [output formats](/docs/output-formats/all-formats.qmd). By default, the `html` format is used, but you can specify an alternate format (or formats) within document options.

docs/get-started/authoring/positron.qmd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,3 @@ tool:
1111

1212
{{< include _text-editor.md >}}
1313

14-
15-
Additionally, if you are interested in seeing how to use Quarto from within `.ipynb` notebooks, check out the documentation on using the Positron [Notebook Editor](/docs/tools/positron/notebook.qmd) with Quarto.

0 commit comments

Comments
 (0)