Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mise à jour documentation #315

Merged
merged 4 commits into from
Oct 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/guides/howto_qgis_get_plugin_id.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# How to get a plugin ID

## Method 1 :

1. Open the repository in your browser. Example for the official set on QGIS 3.28: <https://plugins.qgis.org/plugins/plugins.xml?qgis=3.28>
1. Open the RAW mode (or source), typing `Ctrl + U` or right-click and select `View page source`
1. Use your browser search `Ctrl + F` to look for the plugin you want
1. Grab the `plugin_id` attribute:

![Plugin ID into official repository - Example QuickOSM](/static/repository_plugins_plugin_id.webp)

## Method 2 :

1. Search for the plugin on QGIS plugin search page. Example for the official set on QGIS 3.28: <https://plugins.qgis.org/search>
2. Identify the plugin you want in the search results list
3. The plugin ID is the number between brackets at the left of the plugin name

![Plugin ID into plugin search page - Example Franch Locator Filter](/static/plugin_search.png)
Binary file added docs/static/plugin_search.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.