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: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ A QGIS plugin for exporting plugins
4
4
## Description
5
5
6
6
Plugin Exporter is a QGIS plugin that can export installed plugins into a .csv or .json file. The user can export all the installed plugins or select the plugins they want to export.
7
-
Plugin Exporter can also use the generated file to install the plugins back in QGIS.
7
+
Plugin Exporter can also use the generated file to install the plugins back in QGIS. Third party repositories are also supported as of v0.2.0.
8
8
9
9
## Getting Started
10
10
@@ -22,6 +22,7 @@ Plugin Exporter is now available in the QGIS repos! https://plugins.qgis.org/plu
22
22
#### Export plugins
23
23
* Click on the Plugin Exporter icon <imgsrc="https://github.com/Scriptbash/PluginExporter/blob/main/plugin_exporter/icon.png?raw=true"alt="drawing"width="30"/> or go in the "Plugins" menu, select "Plugin Exporter" and click on "Export plugins"
24
24
* You can then select which plugins to export
25
+
* By default, third party repositories (either enabled or disabled) are also exported
25
26
* Select a format (.csv or .json)
26
27
* Select an output file and click on "OK"
27
28
* The plugin will export the plugins
@@ -30,7 +31,7 @@ Plugin Exporter is now available in the QGIS repos! https://plugins.qgis.org/plu
30
31
* Click on the Plugin Exporter icon <imgsrc="https://github.com/Scriptbash/PluginExporter/blob/main/plugin_exporter/icon.png?raw=true"alt="drawing"width="30"/> or go in the "Plugins" menu, select "Plugin Exporter" and click on "Export plugins"
31
32
* Select the "Import" option
32
33
* Select a file to import and click on "OK"
33
-
* The plugin will install the plugins and by default will skip those already installed
34
+
* The plugin will add third party repositories if they were exported and install the plugins. By default it will skip those already installed
0 commit comments