| 18 | | === File formats supported by core === |
| 19 | | |
| 20 | | || Name || Extension || Help resource or links || |
| 21 | | || Session file || *.jos, *.joz || [[Image(source:trunk/images/session.svg,16,link=)]] [Help/Action/SessionSaveAs File > Save Session As …] || |
| 22 | | || || || || |
| 23 | | |
| 24 | | ''(note: "session" submenu was merged into "file")'' |
| 25 | | |
| 26 | | [[Image(loading-a-josm-session.gif)]] |
| 27 | | |
| 28 | | === Plugins === |
| 29 | | |
| 30 | | There many [wiki:/Plugins] [https://github.com/openstreetmap/josm-plugins/search?l=java&q=class+*+extends+FileImporter&utf8=%E2%9C%93 plugins] that can extend [https://github.com/openstreetmap/josm/search?l=java&q=extends+FileImporter&type=Code&utf8=%E2%9C%93 core importers] |
| 31 | | |
| 32 | | (TODO: cover them using table here) |
| | 18 | There are some [wiki:/Plugins] which extend the file type list (see e.g. code snippets from [https://github.com/openstreetmap/josm/search?l=java&q=extends+FileImporter&type=Code&utf8=%E2%9C%93 core] and [https://github.com/openstreetmap/josm-plugins/search?l=java&q=class+*+extends+FileImporter&utf8=%E2%9C%93 plugins]). |