DonalChilde

Results 5 issues of DonalChilde

### Describe the bug I have an expensive object stored in the context obj for use in my sub commands. I expected to be able to pull that object out...

bug

Maybe this has already been discussed and discarded, but it looks like using _copy_without_render in the cookiecutter.json for the github action yaml files could avoid a lot of confusing nested...

If md_header_level was available as a template variable, then custom sub headers could be added to the entry_title_template. e.g. ```jinja % if version %}[{{ version }}](https://github.com/DonalChilde/aa_pbs_exporter/compare/_previous_version_tag_...{{version}}) — {% endif %}...

Having the previous version number available to templates would allow for easy github compare urls in entry_title_templates. e.g. ```jinja {% if version %}[{{ version }}](https://github.com/Account/Project/compare/{{previous_version}}...{{version}}) — {% endif %} {{...

It would be handy to have the entry title template load from a file like the new_fragment templates do. This would provide an easily found example of the template in...