X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FConfig%2Findex.html.twig;h=31931ca2e728efc7cd1413f6b7cdf7a8f97fca52;hb=bca5485946a72942c76dbb65c29e40818dca4976;hp=1cae90a41d2c94f56a0f2e6270ea13c7177e8b75;hpb=e008c037f53324b931f027483f9f1053171109c5;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig index 1cae90a4..31931ca2 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig @@ -42,6 +42,14 @@ +
+
+ {{ form_label(form.config.reading_speed) }} + {{ form_errors(form.config.reading_speed) }} + {{ form_widget(form.config.reading_speed) }} +
+
+
{{ form_label(form.config.language) }} @@ -238,21 +246,14 @@
{% trans %}What does « tagging rules » mean?{% endtrans %}

{% trans %} - They are rules used by Wallabag to automatically tag new entries.
- Each time a new entry is added, all the tagging rules will be used to add - the tags you configured, thus saving you the trouble to manually classify - your entries. + They are rules used by Wallabag to automatically tag new entries.
Each time a new entry is added, all the tagging rules will be used to add the tags you configured, thus saving you the trouble to manually classify your entries. {% endtrans %}

{% trans %}How do I use them?{% endtrans %}

{% trans %} - Let assume you want to tag new entries as « short reading » when the reading time is inferior to 3 minutes.
- In that case, you should put « readingTime <= 3 » in the Rule field and « short reading » in the Tags - field.
- Several tags can added simultaneously by separating them by a comma: « short reading, must read »
- Complex rules can be written by using predefined operators: if « readingTime >= 5 AND domainName = "github.com" » then tag as « long reading, github » + Let assume you want to tag new entries as « short reading » when the reading time is inferior to 3 minutes.
In that case, you should put « readingTime <= 3 » in the Rule field and « short reading » in the Tags field.
Several tags can added simultaneously by separating them by a comma: « short reading, must read »
Complex rules can be written by using predefined operators: if « readingTime >= 5 AND domainName = "github.com" » then tag as « long reading, github » {% endtrans %}

@@ -290,7 +291,7 @@ {% trans %}Greater than…{% endtrans %} - isStared + isStarred {% trans %}Whether the entry is starred or not{% endtrans %} > {% trans %}Strictly greater than…{% endtrans %} @@ -325,8 +326,7 @@ matches {% trans %} - Tests that a subject is matches a search (case-insensitive).
- Example: title matches "football" + Tests that a subject is matches a search (case-insensitive).
Example: title matches "football" {% endtrans %}