0.9.4 • Published 6 months ago

@recogito/plugin-reconciliation-service v0.9.4

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

Reconciliation Service API Plugin

Use a Reconciliation Service API endpoint as a tag source in Recogito Studio projects. Currently has three endpoint pre-sets configured from which the user can choose:

  • Getty Arts and Architecture Thesaurus (AAT)
  • Getty Thesaurus of Geographic Names (TGN)
  • Getty Union List of Artist Names (ULAN)
  • Getty (All Vocabularies)

Installation

1. Change into your Recogito Client folder. To install the plugin package, run:

npm install @recogito/plugin-reconciliation-service

2. Edit your astro.config.mjs:

import { defineConfig } from 'astro/config';
import react from '@astrojs/react';
import netlify from '@astrojs/netlify';

+ import ReconcilationPlugin from '@recogito/plugin-reconciliation-service';

export default defineConfig({
  integrations: [
    react(),
+    ReconcilationPlugin()
  ],
  output: 'server',
  adapter: netlify(),
  vite: {
    ssr: {
      noExternal: ['clsx', '@phosphor-icons/*', '@radix-ui/*']
    },
    optimizeDeps: {
      esbuildOptions: {
        target: 'esnext'
      }
    }
  }
});

3. Restart the Recogito Client.

Development

  • Run npm install in the root and the .dev folder.
  • Run npm run build to build the plugin
  • Run npm run dev to preview the plugin in the test app.
0.9.4

6 months ago

0.9.3

6 months ago

0.9.1

7 months ago

0.9.0

7 months ago

0.8.0

7 months ago

0.7.0

7 months ago

0.6.0

8 months ago

0.6.0-beta.6

8 months ago

0.6.0-beta.5

8 months ago

0.6.0-beta.4

8 months ago

0.6.0-beta.3

8 months ago

0.6.0-beta.2

8 months ago

0.6.0-beta.1

8 months ago

0.5.0-beta.4

8 months ago

0.5.0-beta.3

8 months ago

0.5.0-beta.2

8 months ago

0.5.0-beta.1

8 months ago

0.4.0

9 months ago

0.3.0

9 months ago

0.2.0

9 months ago

0.1.0

9 months ago