summaryrefslogtreecommitdiff
path: root/jt.md
diff options
context:
space:
mode:
Diffstat (limited to 'jt.md')
-rw-r--r--jt.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/jt.md b/jt.md
index 9ee4d1d..d1f3b14 100644
--- a/jt.md
+++ b/jt.md
@@ -155,6 +155,7 @@ when I run jt2 --editor=none --dirname=jrnl new "Abracadabra"
then command is successful
and there is one draft in jrnl
and draft 0 in jrnl contains "Abracadabra"
+and draft 0 in jrnl contains "!meta date="
given an executable script append.sh
when I run jt2 --editor=./append.sh --dirname=jrnl edit 0
@@ -224,6 +225,28 @@ then there are no drafts in jrnl
+## Override template for new journal entries
+
+Verify that we can have a custom template for new journal entries.
+
+~~~scenario
+given an installed jt
+
+when I run jt2 --dirname jrnl init default "My test journal"
+then command is successful
+
+given file jrnl/.config/templates/new_entry from new_entry_template
+
+when I run jt2 --editor=none --dirname=jrnl new "Abracadabra"
+then command is successful
+and there is one draft in jrnl
+and draft 0 in jrnl contains "custom new entry template"
+~~~
+
+~~~{#new_entry_template .file .numberLines}
+This is a custom new entry template.
+~~~
+
# Colophon
This document is meant to be processed with the [Subplot][] program to