mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-29 20:49:54 +00:00
Allow for removal of feed tags
Updated README.md for legibility
This commit is contained in:
parent
6f104f5056
commit
e9b8b91861
@ -116,8 +116,8 @@ The following properties can be configured:
|
|||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>removeStartTags</code></td>
|
<td><code>removeStartTags</code></td>
|
||||||
<td>Some newsfeeds feature tags at the <B>beginning</B> of their titles or descriptions, such as "[VIDEO]".
|
<td>Some newsfeeds feature tags at the <B>beginning</B> of their titles or descriptions, such as <em>VIDEO</em>.
|
||||||
This setting allows for the removal of specified tags from the beginning of an item's description and / or title.<br>
|
This setting allows for the removal of specified tags from the beginning of an item's description and/or title.<br>
|
||||||
<br><b>Possible values:</b><code>'none'</code>,<code>description</code>, <code>title</code>, <code>both</code>
|
<br><b>Possible values:</b><code>'none'</code>,<code>description</code>, <code>title</code>, <code>both</code>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -129,7 +129,7 @@ The following properties can be configured:
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>removeEndTags</code></td>
|
<td><code>removeEndTags</code></td>
|
||||||
<td>Remove specified tags from the <B>end</B> of an item's description and / or title.<br>
|
<td>Remove specified tags from the <B>end</B> of an item's description and/or title.<br>
|
||||||
<br><b>Possible values:</b><code>description</code>, <code>title</code>, <code>both</code>
|
<br><b>Possible values:</b><code>description</code>, <code>title</code>, <code>both</code>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user