Backup
|
{% for f in [
form.backup_enabled,
form.backup_dir,
form.backup_auto,
form.backup_warn,
form.backup_count
]%}
{{ f.label }} |
{{ f(class="form-control") }} |
{% endfor %}
Appearance
|
{{ form.current_theme.label }}
|
{{ form.current_theme }}
|
{{ form.custom_styles.label }}
Use this field to define custom styles to be applied to
Lute.
See examples
in the manual.
|
{{ form.custom_styles(class="form-largetextarea") }}
|
{{ form.show_highlights.label }}
|
{{ form.show_highlights }}
|
Behaviour
|
{% for f in [
form.open_popup_in_new_tab,
form.stop_audio_on_term_form_open,
]%}
{{ f.label }} |
{{ f(class="form-control") }} |
{% endfor %}
Japanese
|
{{ form.mecab_path.label }}
Lute uses MeCab to parse Japanese, so MeCab needs to be
installed on your machine (see notes
in the manual).
Lute includes the Python
library natto-py
to interact with MeCab. natto-py can usually find MeCab
automatically, but you may need to set the MECAB_PATH, per
the manual.
Try different values for MECAB_PATH, including leaving
the field blank, until clicking the "test"
button returns a "success" message.
|
{{ form.mecab_path(class="form-control") }} |
|
|
{{ form.japanese_reading.label }} |
{{ form.japanese_reading }} |