Skip to content

Commit

Permalink
add note about Urls
Browse files Browse the repository at this point in the history
  • Loading branch information
psobolewskiPhD authored Jan 6, 2024
1 parent 5eb402b commit 52c99f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/fundamentals/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/fundamentals/viewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 52c99f0

Please sign in to comment.