I’m currently working on adding new note templates to Joplin. Currently what I’ve implemented is the ability to add plain templates with some automatic insertion (currently just date and time). I realize that this feature is probably looked at quite differently by each user of Joplin and I was hoping that could get some people on the forum to outline how they would use this feature so I can ensure that as many workflows as possible are supported.
For example, I would use this feature to track my hours on a specific project with a template like this
Date: {{date}}
Hours:
Details:
where {{date}}
would be replaced with today’s date.
I would be able to select this template while creating a new note and that note would have the contents.
Date: 2019-06-15
Hours:
Details:
How would you like to use this feature?