Bart Feenstra
Bart Feenstra
## To-dos - Reduce the number of font declarations to the ones we actually end up using. - Recreate logos in the right sizes. Preferably vectorized?
## To-dos - How do we give vars builders access to the current context? - Consider adding this logic to `Jinja2Renderer`, because Jinja2's `Template` and `Environment` are not particularly suited...
This fixes https://github.com/bartfeenstra/betty/issues/155 and https://github.com/bartfeenstra/betty/issues/448
This fixes https://github.com/bartfeenstra/betty/issues/381 ## To-dos - The Jinja2 `image` filter writes to cached files directly, and creates link as well. It cannot use the cache API in its current form.
Validate Gramps XML using the official [Doctype](https://github.com/gramps-project/gramps/blob/master/data/grampsxml.dtd). We can download it with the Fetch API. Make sure we fix the major version if we can! Can we pre build the...
Allow the Cleaner extension to keep private people. This lets site show the site of families and give a hint about the extent of the available data, without giving away...
The search query input element lost its Betty focus styling in Firefox. Instead, the browser adds a stroke that does not match the rest of the page.
The Cleaner extension keeps files with citations. This is a left-over from when a file's citations and sources were actually resources using the file, whereas now these citations are references...
Gramps does not support links for sources, but we can add that functionality using attributes, similarly to how we load privacy for entity types using attributes.