doc(plugins/rss): update

This commit is contained in:
lowlighter
2022-01-15 21:58:41 -05:00
parent 154a526262
commit 61f93463c5
2 changed files with 7 additions and 9 deletions

View File

@@ -31,7 +31,7 @@
</tr> </tr>
<tr> <tr>
<td nowrap="nowrap"><code>plugin_rss</code></td> <td nowrap="nowrap"><code>plugin_rss</code></td>
<td rowspan="2"><p>Display RSS feed</p> <td rowspan="2"><p>Enable rss plugin</p>
<img width="900" height="1" alt=""></td> <img width="900" height="1" alt=""></td>
</tr> </tr>
<tr> <tr>
@@ -50,7 +50,7 @@
</tr> </tr>
<tr> <tr>
<td nowrap="nowrap"><code>plugin_rss_limit</code></td> <td nowrap="nowrap"><code>plugin_rss_limit</code></td>
<td rowspan="2"><p>Maximum number of items to display</p> <td rowspan="2"><p>Display limit</p>
<img width="900" height="1" alt=""></td> <img width="900" height="1" alt=""></td>
</tr> </tr>
<tr> <tr>
@@ -59,6 +59,7 @@
𝑥 𝑥
≤ 30)</i> ≤ 30)</i>
<br> <br>
<b>zero behaviour:</b> disable</br>
<b>default:</b> 4<br></td> <b>default:</b> 4<br></td>
</tr> </tr>
</table> </table>

View File

@@ -11,24 +11,21 @@ supports:
scopes: [] scopes: []
inputs: inputs:
# Enable or disable plugin
plugin_rss: plugin_rss:
description: Display RSS feed description: Enable rss plugin
type: boolean type: boolean
default: no default: no
# RSS feed source
plugin_rss_source: plugin_rss_source:
description: RSS feed source description: RSS feed source
type: string type: string
default: "" default: ""
example: https://news.ycombinator.com/rss example: https://news.ycombinator.com/rss
# Number of items to display
# Set to 0 to disable limitations
plugin_rss_limit: plugin_rss_limit:
description: Maximum number of items to display description: Display limit
type: number type: number
default: 4 default: 4
min: 0 min: 0
max: 30 max: 30
zero: disable