From 1d52f94379730ef587de87ce3ca8f1a30ac0a44a Mon Sep 17 00:00:00 2001 From: m-edlund Date: Tue, 9 Apr 2024 10:53:00 +0200 Subject: feature: add handlebar for jidoujisho pitch graph (#773) * feat: add handlebar for jidoujisho pitch graph * fix: update handlebar upgrade test --------- Co-authored-by: StefanVukovic99 --- .../templates/anki-field-templates-upgrade-v29.handlebars | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ext/data/templates/anki-field-templates-upgrade-v29.handlebars (limited to 'ext/data/templates/anki-field-templates-upgrade-v29.handlebars') diff --git a/ext/data/templates/anki-field-templates-upgrade-v29.handlebars b/ext/data/templates/anki-field-templates-upgrade-v29.handlebars new file mode 100644 index 00000000..e19d66c4 --- /dev/null +++ b/ext/data/templates/anki-field-templates-upgrade-v29.handlebars @@ -0,0 +1,13 @@ +{{<<<<<<<}} +{{#*inline "pitch-accent-graphs"}} + {{~> pitch-accent-list format='graph'~}} +{{/inline}} +{{=======}} +{{#*inline "pitch-accent-graphs"}} + {{~> pitch-accent-list format='graph'~}} +{{/inline}} + +{{#*inline "pitch-accent-graphs-jj"}} + {{~> pitch-accent-list format='graph-jj'~}} +{{/inline}} +{{>>>>>>>}} \ No newline at end of file -- cgit v1.2.3