Skip to content

programmfabrik/fylr-plugin-custom-data-type-loc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4b7cf20 · May 22, 2025

History

11 Commits
Apr 25, 2025
May 21, 2025
Apr 25, 2025
Apr 25, 2025
May 22, 2025
May 14, 2025
Apr 25, 2025
May 22, 2025
Apr 25, 2025
May 14, 2025
Apr 25, 2025
Apr 25, 2025

Repository files navigation

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-loc

This is a plugin for fylr with Custom Data Type CustomDataTypeLoc for references to Subject Headings of the Library of Congress.

The Plugins uses https://id.loc.gov/authorities/subjects/suggest for the autocomplete-suggestions.

installation

The latest version of this plugin can be found here.

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.

configuration

As defined in manifest.yml this datatype can be configured:

Schema options

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
  • _fulltext
    • easydb-fulltext
  • _standard
    • easydb-standard

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.

sources

The source code of this plugin is managed in a git repository at https://github.com/programmfabrik/easydb-custom-data-type-loc.