An element can be linked to multiple metadatas in order to add more context to the project.
Common use-cases are:
Arkindex supports a few types of Metadatas:
Text
, without formattingMarkdown
, for text that needs formatting such as tables, list, etc. (More information about Markdown)Date
, for complete (year-month-day) or incomplete (just the year, or year-month) datesLocation
, to specify a place by name or GPS coordinatesReference
, used internally during imports to point back to an external IDNumeric
, for decimal numbers that can be filtered on with comparison operatorsURL
, for HTTP or HTTPS links that will be made clickableURL
must be a valid URL starting with http://
or https://
.Date
must use a YYYY-MM-DD
, YYYY-MM
or YYYY
, or declare a year interval with YYYY-YYYY
.Numeric
must be a valid floating-point number.Markdown
can use Markdown syntax or a limited set of HTML tags. Special characters such as &
, <
and >
will be escaped.You can view an element metadata on the Details panel, when browsing a project. The metadata list is collapsed by default when browsing folders, but will automatically be displayed when viewing details of a single Element.
If you have a write access on the project, you will also be able to add some metadatas using a simple form.
These endpoints are the most useful to handle Element metadatas: