1
1
(plugins-index)=
2
+
2
3
# Plugins
3
4
4
5
Plugins extend napari's functionality, allowing for customization and sharing with the community.
5
6
While you can use scripts and widgets to extend napari, plugins provide great flexibility.
6
7
Existing plugins extend napari to add:
8
+
7
9
- support for import and export of image and related data types.
8
10
- support for working with specialized data formats.
9
11
- domain specific features, including microscopy, climate, geoscience, and more.
10
- Share and discover napari plugins on [ napari hub] ( https://napari-hub.org ) ,
12
+
13
+ Share and discover napari plugins on [ napari hub] ( https://napari-hub.org ) ,
11
14
[ PyPI] ( https://pypi.org/search/?q=napari ) , or [ conda-forge] ( https://conda-forge.org/packages/ ) .
12
15
Interested in creating a plugin? A [ napari-plugin-template] ( https://github.com/napari/napari-plugin-template ) ,
13
16
a [ copier] ( https://copier.readthedocs.io/en/stable/ ) template, bootstraps authoring
14
17
[ npe] ( https://github.com/napari/npe2 ) -based napari plugins.
15
18
16
- Check out the user focused guides for installing and using napari plugins, or plugin developer guides to start
17
- creating your own napari plugins.
19
+ ## Plugin users
20
+
21
+ Check out the user focused guides for finding, installing, and using napari plugins.
18
22
19
- ::::::{tab-set}
20
- :::::{tab-item} For plugin users
21
- ::::{grid}
23
+ ::::{grid} 2
22
24
:::{grid-item-card} Start using plugins
23
25
:link : plugins-getting-started
24
26
:link-type: ref
@@ -33,10 +35,12 @@ Introduction to napari plugins, what they can provide, and where to get support.
33
35
How to find and install plugins using the napari plugin installer or napari hub.
34
36
:::
35
37
::::
36
- :::::
37
38
38
- :::::{tab-item} For plugin developers
39
- ::::{grid}
39
+ ## Plugin developers
40
+
41
+ Check out our plugin developer guides to start creating your own napari plugins.
42
+
43
+ ::::{grid} 2
40
44
:::{grid-item-card} Building a plugin
41
45
:link : how-to-build-a-plugin
42
46
:link-type: ref
@@ -52,7 +56,7 @@ Workshop on virtual environments and useful tools for plugin development.
52
56
53
57
::::
54
58
55
- ::::{grid}
59
+ ::::{grid} 2
56
60
:::{grid-item-card} Testing and publishing
57
61
:link : plugin-test-deploy
58
62
:link-type: ref
@@ -70,4 +74,3 @@ and guides to convert from first generation plugins to npe2.
70
74
:::
71
75
::::
72
76
:::::
73
- ::::::
0 commit comments