## Abstract You can't replace the license templates such as "gpl" with your own ones.
## Steps to reproduce 1. `echo "test template" > ~/.config/geany/templates/test` 1. `sed -i 's/{gpl}/{test}/' ~/.config/geany/templates/fileheader` 1. (Re-)open Geany 1. File → New (with template) → main.c
## Expected behavior
``` /* * ... * test template */ ```
## Actual behavior
``` /* * ... * {test} */ ```
I would like to be able to use custom license/generic templates as well.
Well if "somebody" made a PR to generalise templates that would be good. (and move the builtin ones that are fixed to files as well).
In the meantime a workaround is to use `{command:cat /where/your/templates/live/name}` (or windows equivalent of cat).
... a workaround is to use `{command:cat /where/your/templates/live/name}`
Thanks, that is useful.
... or windows equivalent of cat ...
I believe it is `type`.
github-comments@lists.geany.org