https://github.com/programmfabrik/fylr-plugin-custom-data-type-tnadiscovery
https://github.com/programmfabrik/fylr-plugin-custom-data-type-tnadiscovery
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/programmfabrik/fylr-plugin-custom-data-type-tnadiscovery
- Owner: programmfabrik
- License: unlicense
- Created: 2025-05-28T08:09:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-28T09:22:51.000Z (10 months ago)
- Last Synced: 2025-08-28T16:25:12.336Z (10 months ago)
- Language: CoffeeScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- 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-tnadiscovery
Custom Data Type "TNADiscovery" for fylr
This is a plugin for [fylr](https://docs.fylr.io/) with Custom Data Type `CustomDataTypeTNADiscovery` for references to entities of the [Nationalarchives-Discovery-System]().
The Plugins uses for the autocomplete-suggestions and additional informations about Nationalarchives-entities.
## installation
The latest version of this plugin can be found [here](https://github.com/programmfabrik/fylr-plugin-custom-data-type-tnadiscovery/releases/latest/download/customDataTypeTNADiscovery.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-tnadiscovery/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
There is no custom configuration yet.
## saved data
* conceptName
* Preferred label of the linked record
* conceptURI
* URI to linked record
* discoveryID
* ID in discovery-system
* discoveryURL
* URL in discovery-system
* referenceNumber
* locationHeld
* title
* description
* _fulltext
* easydb-fulltext
* _standard
* easydb-standard
## sources
The source code of this plugin is managed in a git repository at .
## updater
Note: The automatic updater is implemented and can be configured in the baseconfig. You need to enable the "custom-data-type"-update-service globally too.