comphist / cora

A web-based, token-level annotation tool for non-standard language data
http://www.linguistics.rub.de/comphist/resources/cora/
MIT License
10 stars 6 forks source link

Make external lemma link configurable #48

Open mbollmann opened 8 years ago

mbollmann commented 8 years ago

Originally reported by: Marcel Bollmann (Bitbucket: mbollmann, GitHub: mbollmann)


When is the external lemma link shown, and could we generalize this somehow? Pretty sure the URL is still hardcoded somewhere in there.


mbollmann commented 7 years ago

The latest commit(s) makes the URL customizable in the database, though we don't have frontend support for configuring this just yet.

mbollmann commented 7 years ago

For now, I've committed a change that simply hides the icon for the link when no URLs are defined in the database. There is still no front-end for setting these URLs without directly meddling with the database, but at least users won't ever see anything about lemma links (like non-functional icons etc.) by default.

Therefore, until we add an interface for configuring the URLs, we can simply consider this an undocumented feature.