From 71338163e24a453cb5a535b5a6d61c7197fe41c0 Mon Sep 17 00:00:00 2001 From: John Muccigrosso Date: Mon, 13 Jan 2020 11:24:00 +0100 Subject: [PATCH] Delete redundant Omeka information MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Exporting via plugins has its own section immediately after this one, so the explicit reference to Omeka isn’t needed here. Also added cvs reference to plugins mention in the first graf. --- export.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/export.md b/export.md index b434021..7887b91 100644 --- a/export.md +++ b/export.md @@ -1,13 +1,9 @@ ## Export from Tropy -Tropy items can be exported as [JSON-LD](https://json-ld.org/), as well as to [Omeka S](http://omeka.org/s/). +Tropy items can be exported as [JSON-LD](https://json-ld.org/), as well as to [Omeka S](http://omeka.org/s/) and CVS via plugins. ### To JSON-LD To export from Tropy, right-click on an item in the item table. From the right-click menu, select _Export Item > JSON-LD_. This action will open a dialog box, where you can save your JSON file onto your computer. To export multiple items, Ctrl/Command+click or Shift+click to select multiple items. Then right-click and select _Export Selected Items_. At present, Tropy only exports metadata to JSON-LD, not associated photos. Your photos still exist outside Tropy as well, since importing in Tropy copies your photos. - -### [To Omeka S](//omeka.md) {#omeka} - -Export to Omeka S occurs through the Omeka plugin. In order to use it, you will need an existing Omeka S installation and access to the API information.