joplin / joplin/plugin-templates
Templates which have note overview plugin code in them do not work
- Dominant language
- TypeScript
- Stars
- 207
- Forks
- 40
- Avg merge
- 7d 16h
- Merged PRs (30d)
- 2
Description
I tried creating a template which has a note overview (from note overview plugin) to get summary of tasks I have not completed. If you look at the code below the noteview in the template has {{notebook}} {{title}}, {{tags}} etc these get removed when I create note from template
This is the template:
```
---
project: dropdown(Work, Personal)
template_title: {{ subproject }}
name: text
template_tags: {{#custom_datetime}}YYYY{{/custom_datetime}}, {{#custom_datetime}}MMMM{{/custom_datetime}},{{ project }}
---
## {{ template_title }} - {{ name }}
This note contains the meeting minutes of the weekly meet held on {{ datetime }} for {{ project }}.
```
This is how it transforms when I create a note from template
```
Test
This note contains the meeting minutes of the weekly meet held on 24/09/2021 10:47 for Work.
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.