joplin / joplin/plugin-templates

Templates which have note overview plugin code in them do not work

Open
#45 2 comments 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.