mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
docs: update links to filtering rules
This commit is contained in:
parent
968355f9b9
commit
8d4d092cd7
3 changed files with 13 additions and 6 deletions
|
@ -84,7 +84,7 @@
|
||||||
{{ t "form.feed.label.blocklist_rules" }}
|
{{ t "form.feed.label.blocklist_rules" }}
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<a href=" https://miniflux.app/docs/rules.html#filtering-rules" target="_blank">
|
<a href=" https://miniflux.app/docs/rules.html#feed-filtering-rules" target="_blank">
|
||||||
{{ icon "external-link" }}
|
{{ icon "external-link" }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -95,7 +95,7 @@
|
||||||
{{ t "form.feed.label.keeplist_rules" }}
|
{{ t "form.feed.label.keeplist_rules" }}
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<a href=" https://miniflux.app/docs/rules.html#filtering-rules" target="_blank">
|
<a href=" https://miniflux.app/docs/rules.html#feed-filtering-rules" target="_blank">
|
||||||
{{ icon "external-link" }}
|
{{ icon "external-link" }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -142,7 +142,7 @@
|
||||||
{{ t "form.feed.label.blocklist_rules" }}
|
{{ t "form.feed.label.blocklist_rules" }}
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<a href="https://miniflux.app/docs/rules.html#filtering-rules" target="_blank">
|
<a href="https://miniflux.app/docs/rules.html#feed-filtering-rules" target="_blank">
|
||||||
{{ icon "external-link" }}
|
{{ icon "external-link" }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -153,7 +153,7 @@
|
||||||
{{ t "form.feed.label.keeplist_rules" }}
|
{{ t "form.feed.label.keeplist_rules" }}
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<a href="https://miniflux.app/docs/rules.html#filtering-rules" target="_blank">
|
<a href="https://miniflux.app/docs/rules.html#feed-filtering-rules" target="_blank">
|
||||||
{{ icon "external-link" }}
|
{{ icon "external-link" }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -212,15 +212,22 @@
|
||||||
<label for="form-blocklist-rules">
|
<label for="form-blocklist-rules">
|
||||||
{{ t "form.feed.label.blocklist_rules" }}
|
{{ t "form.feed.label.blocklist_rules" }}
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
|
<a href=" https://miniflux.app/docs/rules.html#global-filtering-rules" target="_blank">
|
||||||
|
{{ icon "external-link" }}
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<textarea id="form-blocklist-rules" name="block_filter_entry_rules" cols="40" rows="10" spellcheck="false">{{ .form.BlockFilterEntryRules }}</textarea>
|
<textarea id="form-blocklist-rules" name="block_filter_entry_rules" cols="40" rows="10" spellcheck="false">{{ .form.BlockFilterEntryRules }}</textarea>
|
||||||
|
|
||||||
<div class="form-label-row">
|
<div class="form-label-row">
|
||||||
<label for="form-keeplist-rules">
|
<label for="form-keeplist-rules">
|
||||||
{{ t "form.feed.label.keeplist_rules" }}
|
{{ t "form.feed.label.keeplist_rules" }}
|
||||||
</label>
|
</label>
|
||||||
|
<a href=" https://miniflux.app/docs/rules.html#global-filtering-rules" target="_blank">
|
||||||
|
{{ icon "external-link" }}
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<textarea id="form-keeplist-rules" name="keep_filter_entry_rules" cols="40" rows="10" spellcheck="false">{{ .form.KeepFilterEntryRules }}</textarea>
|
<textarea id="form-keeplist-rules" name="keep_filter_entry_rules" cols="40" rows="10" spellcheck="false">{{ .form.KeepFilterEntryRules }}</textarea>
|
||||||
|
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<button type="submit" class="button button-primary" data-label-loading="{{ t "form.submit.saving" }}">{{ t "action.update" }}</button>
|
<button type="submit" class="button button-primary" data-label-loading="{{ t "form.submit.saving" }}">{{ t "action.update" }}</button>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue