{% extends 'base.html' %} {% block title %}MarkdownTEI{% endblock %} {% block content %}

TEI to JSON

TEI Input Options {% include '_checkbox.html' with name="range" value="all" label="Convert all verses" type="radio" checked=True hyperscript="on change if me.checked add @disabled to #reference-input then remove @required from #reference-input end" only %}
{% include '_checkbox.html' with name="range" value="one" label="Convert one verse" type="radio" hyperscript="on change if me.checked remove @disabled from #reference-input then add @required to #reference-input end" only %} {% include '_input_floating.html' with id="reference-input" name="reference" label="Reference" disabled=True only %}
{% include '_input_floating.html' with id="siglum-input" name="siglum" label="Siglum (optional)" only %} {% include '_input_floating.html' with id="siglum-suffix-input" name="siglum-suffix" label="Siglum suffix (optional)" only %}
{% include '_input_floating.html' with name="newExpression" label="Expression/Target text" only %} {% include '_input_floating.html' with name="newReplacement" label="Replacement text" only %}
{% include '_regexes.html' %}
{% include '_input_floating.html' with id="inputFile" name="input_file" label="TEI Transcription File" value=settings.tei2json_input_file style="direction: rtl; text-align: right;" required=True only %}
{% include '_input_floating.html' with id="outputDir" name="output_folder" label="Output Folder" value=settings.tei2json_output_dir style="direction: rtl; text-align: right;" required=True only %}
{% endblock %}