Albin Larsson
Albin Larsson
Example(`warp_status` was added): ``` |inscriptions = |notes = |other versions = |warp_status= warped}} ``` && ``` |longitude = |warped = ok |warp_status= warped}} ```
The numeric facet UI has a slider for defining a range, however, it's not possible to set a precise range without editing the facet expression. ### Proposed solution The values...
**This is very much a work in progress and has a long way to go.** The intent of this pull request is to bring theming and in particular dark-mode support(#3017)...
IIIF and the IIIF Presentation API are used by many GLAM institutions and the ability to import records IIIF Collections would greatly reusers who wish to clean GLAM data or...
The limitedLanguageList.html example can be used to demonstrate this change. Before:  After: 
If you access a nonexisting variable using the `config` function: ``` {{ config.Metadata.this_does_not_exist }} ``` It will just return a blank string making it tricky to spot errors. Instead, it...
Dicts would be very useful to many Snowman users as it's easy to sterilize to JSON as well as allow one to return multiply values from a template, we should...
`re_replace` "string" https://pkg.go.dev/regexp#Regexp.ReplaceAllLiteralString
The `cached_include` and `cached_include_text` functions should take the same arguments as `include`/`include_text` but instead of rendering the template each time the functions are invoked it should instead render the template...
Following #17 we should provide a devcontainer.json example so that users of Snowman can onboard contributors easily.