jkomoros / card-web

The web app behind thecompendium.cards
Apache License 2.0
48 stars 8 forks source link

A way to add context to references #682

Open jkomoros opened 10 months ago

jkomoros commented 10 months ago

References have an ability to have text in them. By default everything but type link has an empty ''. But for some reference types it could encode useful information.

For example, a citation-person reference with non-empty text might encode the URL of a work, that doesn't make sense to factor out into a card. Or a citation to a work might include a pg 437.

This shouldn't be THAT hard to integrate.

Useful for #465