ci: auto-regenerate files

This commit is contained in:
lowlighter
2022-01-16 19:35:31 -05:00
parent 3fd6b3ccc4
commit 0a7a963a38
12 changed files with 59 additions and 77 deletions

View File

@@ -41,7 +41,6 @@ Plugins provide additional content and lets you customize rendered metrics.
* [✒️ Recent posts <sub>`posts`</sub>](/source/plugins/posts/README.md)
* [🗼 Rss feed <sub>`rss`</sub>](/source/plugins/rss/README.md)
* [🗨️ StackOverflow plugin <sub>`stackoverflow`</sub>](/source/plugins/stackoverflow/README.md)
* [💹 Stock prices <sub>`stock`</sub>](/source/plugins/stock/README.md)
* [🐤 Latest tweets <sub>`tweets`</sub>](/source/plugins/tweets/README.md)
* [⏰ WakaTime plugin <sub>`wakatime`</sub>](/source/plugins/wakatime/README.md)
@@ -49,3 +48,4 @@ Plugins provide additional content and lets you customize rendered metrics.
* [💉 Nightscout <sub>`nightscout`</sub>](/source/plugins/nightscout/README.md) by [@legoandmars](https://github.com/legoandmars)
* [💩 PoopMap plugin <sub>`poopmap`</sub>](/source/plugins/poopmap/README.md) by [@matievisthekat](https://github.com/matievisthekat)
* [📸 Website screenshot <sub>`screenshot`</sub>](/source/plugins/screenshot/README.md) by [@lowlighter](https://github.com/lowlighter)
* [💹 Stock prices <sub>`stock`</sub>](/source/plugins/stock/README.md) by [@lowlighter](https://github.com/lowlighter)

View File

@@ -15,8 +15,8 @@
</tr>
<tr>
<td colspan="2" align="center">
<details><summary>Latest posts</summary><img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.posts.svg" alt=""></img></details>
<details open><summary>Latest posts width description and cover image</summary><img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.posts.full.svg" alt=""></img></details>
<details><summary>Latest posts</summary><img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.posts.svg" alt=""></img></details>
<img width="900" height="1" alt="">
</td>
</tr>

View File

@@ -2,8 +2,8 @@ name: "✒️ Recent posts"
category: social
description: This plugin displays recent articles from a specified external source.
examples:
latest posts: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.posts.svg
+latest posts width description and cover image: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.posts.full.svg
latest posts: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.posts.svg
index: 6
supports:
- user

View File

@@ -81,7 +81,7 @@
</tr>
<tr>
<td nowrap="nowrap"><code>plugin_starlists_ignored</code></td>
<td rowspan="2"><p>Skipped star lists (case insensitive)</p>
<td rowspan="2"><p>Skipped star lists (case insensitive, emojis insensitive)</p>
<img width="900" height="1" alt=""></td>
</tr>
<tr>
@@ -92,7 +92,7 @@
</tr>
<tr>
<td nowrap="nowrap"><code>plugin_starlists_only</code></td>
<td rowspan="2"><p>Restrict display to specified star lists (case insensitive)</p>
<td rowspan="2"><p>Restrict display to specified star lists (case insensitive, emojis insensitive)</p>
<p>This option is equivalent to <code>plugin_starlists_ignored</code> with all star lists but the ones listed in this option</p>
<img width="900" height="1" alt=""></td>
</tr>