tmd template create
Creates a new template file and opens it in your editor.
tmd template create book/reviewtmd template create note/meetingThe argument must be in type/name format. The command:
- Creates the file at
templates/<type>/<name>.md(creating the type directory if needed) - Opens the file in your editor (
$EDITOR,$VISUAL, orvi)
If the template already exists, the command returns an error.