{% extends 'base.html' %} {% block title %}Settings{% endblock %} {% block header %}Settings{% endblock %} {% block body %} {% for field_name, field_errors in form.errors.items() %} {% for error in field_errors %}
Use this field to define custom styles to be applied to Lute. See examples in the wiki.
Use this field to define custom styles to be applied to Lute.
See examples in the wiki.
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.
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.