Skip to content

Commit

Permalink
TIL: this repo has a nice pre-commit setup, run it!
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Apr 19, 2024
1 parent 3741019 commit affdf73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/how-to/plugins.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Plugins can be served in two ways:

Project plugins are deployed as a sidecar file to a given project file and must share the same
file name with a .qml extension. For example, if your project file is “tree_inventory_qfield.qgs”,
the plugin’s main QML file must be “tree_inventory_qfield.qml”.
the plugin’s main QML file must be “tree_inventory_qfield.qml”.

For cloud projects, you simply add the relevant QML file into your local cloud project folder
and upload the newly added file on QGIS using qfieldsync. This method insures a smooth plugin
Expand All @@ -34,14 +34,14 @@ to learn how to import projects onto devices.

### Application plugins

Application plugins are installed through a plugins popup accessible through QField’s Settings
Application plugins are installed through a plugins popup accessed from QField’s Settings
panel. Simply hit the ‘Install plugin from URL’ button and paste in a URL pointing to a
zipped plugin file.

!![](../assets/images/relation_editor_widget_list.png)

Once installed, the plugin will appear in the plugins list found in the popup, with a switch
to toggle the activation of the plugin.
to toggle the activation of the plugin.

## Plugin authors

Expand Down

0 comments on commit affdf73

Please sign in to comment.