Changes between Version 36 and Version 51 of Help/Preferences/Plugins
- Timestamp:
- (multiple changes)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Preferences/Plugins
v36 v51 1 1 [[TranslatedPages]] 2 [[PageOutline(2-9,Table of Contents)]] 2 [[PageOutline(2-10,Table of contents)]] 3 3 4 = Preferences > Plugins = 5 [[JOSMImage(preferences/plugin,48,link=,middle,margin-right=20,margin-bottom=10)]] **Configure available plugins.** \\ 6 This register of the Preferences dialog has two tabs to [#Plugins install plugins] and to configure the policy [#PluginUpdatePolicy automatic updates]. 4 7 5 Plugins extend the core functionality of JOSM. The [wiki:/Plugins list of JOSM plugins] explains which plugins are available and with what kind of functionality they extend JOSM. 8 Plugins can extend the core functionality of JOSM. 9 The list [wikitr:/Plugins Plugins for JOSM] shows the official plugins and their kinds of functionality. 10 It is common that users install some plugins. 6 11 7 Most JOSM users don't work with the bare JOSM core only. They usually install several plugins. 8 9 **Please, install only the plugins you need.** Plugins will probably rise the chance of code errors and some combinations might even not been tested. 10 11 == Automatic installation via Preferences menu == 12 13 Common steps: 14 1. Launch the [[Image(source:/trunk/images/preference.png,15)]] **Preferences** dialog. 15 1. Select the tab [[Image(source:trunk/images/preferences/plugin.png,15)]] **Plugins**. 16 17 === Installing plugins === 18 19 1. (optionally) click on [[Image(source:trunk/images/download.png,15)]] **Download list** to download the list of available plugins (if nothing was shown) 12 == Installing plugins ==#Plugins 13 1. (Optionally) Click on [[JOSMImage(download)]] **Download list** to download the list of available plugins (if nothing was shown). 14 1. (Optionally) Use the checkboxes and the Search text field on top to filter the list. 20 15 1. Tick the checkbox for every plugin you want to install. 21 16 1. Click on **OK**. 22 17 23 JOSM will download and install the plugins. Some plugins don't require a restart of JOSM, you will be prompted only if you need to. 18 JOSM will download and install the plugins.\\ 19 Some plugins require a restart of JOSM to get fully installed. 20 A confirmation will appear if needed. 24 21 22 || [#TextFilter Filter by text] ||\ 23 || [#List Plugin list] ||\ 24 || [#StatusFilter Filter by status] || 25 |||||| [[Image(PreferencesPluginsPlugins.png,link=)]] || 26 || Reload list \\ data from server ||\ 27 || Update the selected \\ plugins manually ||\ 28 || Only visible in \\ [wikitr:/Help/ExpertMode Expert mode] || 29 30 Please, install only the plugins you need. 31 Plugins will probably rise the chance of code errors and some combinations might even not been tested. 32 As a plugin could be a file from ''Somewhere in the Internet'' keep the security related issues in mind. 33 34 === Manual installation === 35 If a manual installation is really needed, you can put the .jar files in the `plugins` directory under JOSM [wikitr:/Help/Preferences#JOSMpreferencedatacachedirectories user-data] directory. 36 Now restart and the plugins should show up in the plugin list. 37 Tick the checkboxes of these manually placed plugins for finally installing them. 38 39 40 == Plugin update policy == #PluginUpdatePolicy 25 41 === Updating plugins === #AutomaticUpdate 42 [[Image(automatic-update.png,link=,right,margin-left=10,margin-bottom=10)]] 43 On start-up, JOSM attempts to update the plugins 26 44 27 On start-up, JOSM attempts to update the plugins28 45 * if JOSM itself has been updated since the last plugin update. This is called the **version based update mode**. 29 46 * if a certain period of time has elapsed since the last plugin update. This is called the **time based updated mode**. … … 31 48 In both cases, JOSM offers to update the currently active plugins and you are advised to run the updates by clicking on **Update plugins**. You may also skip updating, but be warned, that installed plugins could be incompatible with the new JOSM version and that they might either fail to load or fail to work as expected. 32 49 33 [[Image(wiki:Plugins:automatic-update.png)]] 50 Select **Do not ask again and remember my decision** if JOSM should always try the selected action without asking for confirmation. If you select this checkbox, JOSM won't display this dialog anymore. 34 51 35 Select **Do not ask again and remember my decision** if JOSM should always try the selected action without asking for confirmation. If you select this checkbox, JOSM won't display this dialogue anymore. 36 37 In the preferences, you can define the policy for both updating plugins modes. 38 39 1. same ''common steps'' as above 40 1. Click the tab **Plugin update policy**. 41 42 [[Image(plugin_update_policy_preferences_macOS.png)]] 43 52 ==== Options ==== 53 [[Image(plugin_update_policy_preferences.png,link=,right,,margin-left=20,margin-bottom=10)]] 44 54 * Select the radio button **Ask before updating** if JOSM shall ask before updating plugins in version and/or time-based update mode. 45 55 * Select the radio button **Always update without asking** if JOSM shall automatically update plugins without asking. … … 48 58 The interval in days for the **time based updated mode** can be set below the radio buttons (''default=30''). 49 59 50 == Manual installation == 60 **Note:** There will be not restart required if plugins are updated on start-up. 51 61 52 In most cases, users don't need to do this.53 54 === Manually installing plugins ===55 If the automatic way does not work, you can install plugins manually by putting the .jar files in the **plugins** directory under {{{josm}}} directory.56 57 {{{josm}}} location was covered at [[Help/Preferences#Defaultlocation]].58 59 Now restart JOSM and the plugins should show up in the plugin list under **''Edit -> Preferences -> [[Image(source:trunk/images/preferences/plugin.png,15)]] [wiki:Help/Preferences/Plugins Plugins]''**.[[BR]] Activate the Plugins, click on [[Image(source:/trunk/images/ok.png,15)]] **OK** to save the preferences and restart JOSM once more.60 62 61 63 === Manually updating plugins === 62 1. Launch the [[ Image(source:trunk/images/preference.png,15)]] **Preferences** dialog.63 1. Select the tab [[ Image(source:trunk/images/preferences/plugin.png,15)]] **Plugins**.64 1. Click on [[ Image(source:trunk/images/download.png,15)]] **Download list** do download the list of available plugins.64 1. Launch the [[JOSMImage(preference)]] **Preferences** dialog. 65 1. Select the tab [[JOSMImage(preferences/plugin,24,middle,link=)]] **Plugins**. 66 1. Click on [[JOSMImage(download)]] **Download list** to download the list of available plugins. 65 67 1. Your installed plugins are already selected at the checkboxes 66 1. Click on [[ Image(source:trunk/images/dialogs/refresh.png,15)]] **Update plugins**.68 1. Click on [[JOSMImage(dialogs/refresh)]] **Update plugins**. 67 69 68 JOSM will update the selected plugins. You have to restartJOSM to complete the update process.70 JOSM will update the selected plugins. You have to [[JOSMImage(restart)]] [wikitr:/Help/Action/Restart restart] JOSM to complete the update process. 69 71 70 72 71 73 == See also == 72 * [wiki:/Plugins List of JOSM plugins] 73 * [Help/Plugins Plugin Help] 74 * [wikitr:/Plugins Plugins for JOSM] as list 75 * [wikitr:/Help/Plugins Plugin Help] 76 * [[JOSMImage(preference)]] [wikitr:/Help/Preferences Preferences Overview] 74 77 75 78 ---- 76 Back to [ Action/Preferences Preferences][[BR]]77 Back to [ Help/Plugins Plugin Help][[BR]]78 Back to [wiki :/Help Main Help]79 Back to [wikitr:/Help/Action/Preferences Preferences Dialog] \\ 80 Back to [wikitr:/Help/Menu/Edit Edit Menu] \\ 81 Back to [wikitr:/Help Main Help]