plugin-templates icon indicating copy to clipboard operation
plugin-templates copied to clipboard

Create templates in Joplin and use them to create new notes and todos.

Results 30 plugin-templates issues
Sort by recently updated
recently updated
newest added

This template: ``` {{#custom_datetime}}ddd D MMM YYYY{{/custom_datetime}} ``` renders to: ``` Fri 28 Jan 2022 ``` but I would like to get the month and day names localized in my...

Would it be possible, to include a custom helper function for Handlebars? I want to create templates based on the input upon creation. However, simple true/false evaluation doesn't do the...

Just an idea but I think it would be nice if you could set the template based on what notebook you currently had selected. For example, I have a "daily...

It would be cool if there was a template_due_date variable that allowed setting of the note's due date from the template

enhancement

I think an easy way to select a note as a variable can be very useful. For example, I export all my notes after I read a book from my...

discussion

I prefer to have custom dates displayed in all caps, however custom_date does not support this natively. These two alternate handlers provide upper and lower conversion to custom dates.

I use Joplin to manage tasks in some of my projects. I reference these tasks within Joplin by copying the markdown link or using the node id. However, it is...

May be I'm doing something wrong, but all other variables works just fine. And only special does nothing

The goal is test all the possible scenarios possible for a template, and test whatever can be tested. There are parts of the codebase that can't be tested because this...

good first issue