diff --git a/docs/tutorials/fundamentals/quick_start.md b/docs/tutorials/fundamentals/quick_start.md index a27f0c68e..d237cb053 100644 --- a/docs/tutorials/fundamentals/quick_start.md +++ b/docs/tutorials/fundamentals/quick_start.md @@ -132,7 +132,7 @@ nbscreenshot(viewer, alt_text="image of a single cell opened in napari viewer") ``` ```{note} -Once you have a napari viewer open, you can also make a new `Image` layer from an image in your Clipboard using `File -> New Image from Clipboard` menu item (keybinding {kbd}`Command/Ctrl+N`). +Once you have a napari viewer open, you can also make a new `Image` layer from an image (or URL to an image) in your Clipboard using `File -> New Image from Clipboard` menu item (keybinding {kbd}`Command/Ctrl+N`). ``` ### Image display adjustment diff --git a/docs/tutorials/fundamentals/viewer.md b/docs/tutorials/fundamentals/viewer.md index b97196d93..17779cf32 100644 --- a/docs/tutorials/fundamentals/viewer.md +++ b/docs/tutorials/fundamentals/viewer.md @@ -106,7 +106,7 @@ We'll go through each of these in the next sections. The main menu consists of the **File**, **View**, **Window**, **Plugins**, and **Help** options. -* **File** has the options to open files, folders, and samples, save layers and screenshots, copy screenshots to clipboard and, in the Windows version, preferences. Additionally, you can make a new `Image` layer from an image in your Clipboard (keybinding {kbd}`Command/Ctrl+N`). +* **File** has the options to open files, folders, and samples, save layers and screenshots, copy screenshots to clipboard and, in the Windows version, preferences. Additionally, you can make a new `Image` layer from an image (or URL to an image) in your Clipboard (keybinding {kbd}`Command/Ctrl+N`). All the options on the **File** menu are relatively self-explanatory except **Preferences** on the Windows version of napari. **Preferences** allows you to personalize napari to some degree. To learn more about the **Preferences** menu, there is a tutorial designed for developers [here](https://napari.org/stable/guides/preferences.html).