From 83b498d66dacea3580827d122d4373f472b7d7ec Mon Sep 17 00:00:00 2001 From: David Date: Fri, 22 May 2020 07:00:14 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4808c49..5f8adde 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,12 @@ The Changeset comment automatically gets an attachment to the comment showing th Once the changes are uploaded, the Note that was referenced gets a comment showing the URL of the Changeset and gets resolved. While this plugin is not yet published to the JOSM repository, use this description of how to add the plugin to JOSM manually. +## How to install this plugin + +Download [notesolver.jar](https://github.com/kmpoppe/noteSolver/releases/download/0.3.1/notesolver.jar) and copy it to "plugins" inside the [user-data directory](https://josm.openstreetmap.de/wiki/Help/Preferences#JOSMpreferencedatacachedirectories). + +Afterwards, restart JOSM, go to settings, Plug-Ins and enable "notesolver". Now you have to restart JOSM again. + ## How to use this plugin The plugin adds a main menu entry called "Note Solver". This menu will list all notes remembered for automatic resolving. Once a Note is selected on either the Map or in the list of Notes, a small Context-Menu-Popup shows that allows remembering or forgetting the Note you just selected. From 58a3d3a42c6d8ed74590429ca0ac8ca4a7ab9ab3 Mon Sep 17 00:00:00 2001 From: Kai Michael Poppe Date: Mon, 25 May 2020 06:50:04 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f8adde..97a1dc5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Once the changes are uploaded, the Note that was referenced gets a comment showi While this plugin is not yet published to the JOSM repository, use this description of how to add the plugin to JOSM manually. ## How to install this plugin -Download [notesolver.jar](https://github.com/kmpoppe/noteSolver/releases/download/0.3.1/notesolver.jar) and copy it to "plugins" inside the [user-data directory](https://josm.openstreetmap.de/wiki/Help/Preferences#JOSMpreferencedatacachedirectories). +Download [notesolver.jar](https://github.com/kmpoppe/noteSolver/releases/latest/download/notesolver.jar) and copy it to "plugins" inside the [user-data directory](https://josm.openstreetmap.de/wiki/Help/Preferences#JOSMpreferencedatacachedirectories). Afterwards, restart JOSM, go to settings, Plug-Ins and enable "notesolver". Now you have to restart JOSM again.