I don't like it when all the variables appear in the template selection.
In addition, I would find it great if the templates are called differently than the created note then, especially for the dropdown selection are speaking names more meaningful.
- Project meeting
- Project ToDo
- ...
and not
- Standup {{bowm}}
- Meeting {{project}} on {{date}}
- {{project}} - {{taskdescription}}
Maybe you should consider to put the note options and the variables in their own section, so that there are no name overlaps?
variables:
name: text
project: enum(Project 1, Project 2)
notebook: text
tags: text
test:
label: Text for the input mask
type: text
...
note:
tags: daily, {{tags}}
title: Meeting project {{project}} on {{date}}
notebook: {{project}}
...
3 Likes