Skip to content

Feature Request: Templates should be able to contain tags or title #23

@leonkramer

Description

@leonkramer

If creating a note with note add -t <TPL> tags and title still have to be provided every time. In some cases the title or at least the tags could always be the same. There should be a possibility to assign tags to a template.

I.e. if you have a weekly meeting you could use a template file:

Participants:

# {{ nm.title }}
## Topics
* Note Topics here

## Todos
*

Along with the template file a related yaml file could be used:

tags:
  - weekly
  - meeting
title: Weekly @ {{ nm.created.date }}

The template file could be read and the parameters from it be used during note creation. So instead of currently typing note add -t weekly +weekly +meeting Weekly @ 2023-01-11 a user can just type note add -t weekly and achieve the same.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions