https://github.com/programmfabrik/fylr-plugin-custom-data-type-getty
https://github.com/programmfabrik/fylr-plugin-custom-data-type-getty
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/programmfabrik/fylr-plugin-custom-data-type-getty
- Owner: programmfabrik
- License: unlicense
- Created: 2024-04-08T09:57:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-27T12:41:32.000Z (10 months ago)
- Last Synced: 2025-09-20T13:05:18.469Z (9 months ago)
- Language: CoffeeScript
- Size: 49.8 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> This Plugin / Repo is being maintained by a community of developers.
There is no warranty given or bug fixing guarantee; especially not by
Programmfabrik GmbH. Please use the github issue tracking to report bugs
and self organize bug fixing. Feel free to directly contact the committing
developers.
# custom-data-type-getty
This is a plugin for [fylr](https://docs.fylr.io/) with Custom Data Type `CustomDataTypeGetty` for references to entities of the [Getty Vocabularies](https://www.getty.edu/research/tools/vocabularies/).
⚠️ For easydb5-instances use [easydb-custom-data-type-getty](https://github.com/programmfabrik/easydb-custom-data-type-getty).
The Plugins uses for the autocomplete-suggestions.
## installation
The latest version of this plugin can be found [here](https://github.com/programmfabrik/fylr-plugin-custom-data-type-getty/releases/latest/download/customDataTypeGetty.zip).
The ZIP can be downloaded and installed using the plugin manager, or used directly (recommended).
Github has an overview page to get a list of [all releases](https://github.com/programmfabrik/fylr-plugin-custom-data-type-getty/releases/).
## requirements
This plugin requires https://github.com/programmfabrik/fylr-plugin-commons-library. In order to use this Plugin, you need to add the [commons-library-plugin](https://github.com/programmfabrik/fylr-plugin-commons-library) to your pluginmanager.
## configuration
As defined in `manifest.yml` this datatype can be configured:
### Schema options
* which getty-vocabularys are offered for search. One or multiple of
* aat
* tgn
* ulan
* starting point for searching within a hierarchical vocabulary. Limits the search to entries that are children of this node, including all of its children and grandchildren.
* examples:
* aat:300194567
* aat:300312045
* tgn:7000084
### Mask options
* whether additional informationen is loaded if the mouse hovers a suggestion in the search result
* editordisplay: default or condensed (oneline)
## saved data
* conceptName
* Preferred label of the linked record
* conceptURI
* URI to linked record
* conceptGeoJSON
* geoJSON, if given in places
* _fulltext
* easydb-fulltext
* _standard
* easydb-standard
## updater
Note: The automatic nightly updater is implemented and can be configured in the baseconfig. You need to enable the "custom-data-type"-update-service globally too.
## sources
The source code of this plugin is managed in a git repository at . Please use [the issue tracker](https://github.com/programmfabrik/easydb-custom-data-type-getty/issues) for bug reports and feature requests!