ci: auto-regenerate files [skip ci]
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
<table>
|
<table>
|
||||||
|
<tr><td colspan="2"><a href="/README.md#-plugins">← Back to plugins index</a></td></tr>
|
||||||
<tr><th colspan="2"><h3>🎲 Community plugins</h3></th></tr>
|
<tr><th colspan="2"><h3>🎲 Community plugins</h3></th></tr>
|
||||||
<tr><td colspan="2" align="center">Additional plugins maintained by community for even more features!</td></tr>
|
<tr><td colspan="2" align="center">Additional plugins maintained by community for even more features!</td></tr>
|
||||||
<% {
|
<% {
|
||||||
|
|||||||
2
.github/readme/partials/templated/plugins.md
vendored
2
.github/readme/partials/templated/plugins.md
vendored
@@ -11,7 +11,7 @@ Plugins provide additional content and lets you customize rendered metrics.
|
|||||||
<% }} %>
|
<% }} %>
|
||||||
|
|
||||||
**🎲 Maintained by community**
|
**🎲 Maintained by community**
|
||||||
* [Community plugins](/source/plugins/community/README.md)
|
* **[Community plugins](/source/plugins/community/README.md)**
|
||||||
<% { let previous = null; for (const [plugin, {name, category, authors = []}] of Object.entries(plugins).filter(([key, value]) => (value)&&(value.category === "community")).sort(([an, a], [bn, b]) => a.category === b.category ? an.localeCompare(bn) : 0)) { %><%# -%>
|
<% { let previous = null; for (const [plugin, {name, category, authors = []}] of Object.entries(plugins).filter(([key, value]) => (value)&&(value.category === "community")).sort(([an, a], [bn, b]) => a.category === b.category ? an.localeCompare(bn) : 0)) { %><%# -%>
|
||||||
* [<%- name %> <sub>`<%= plugin %>`</sub>](/source/plugins/community/<%= plugin %>/README.md) by <%- authors.map(author => `[@${author}](https://github.com/${author})`).join(" ") %>
|
* [<%- name %> <sub>`<%= plugin %>`</sub>](/source/plugins/community/<%= plugin %>/README.md) by <%- authors.map(author => `[@${author}](https://github.com/${author})`).join(" ") %>
|
||||||
<% }} %>
|
<% }} %>
|
||||||
@@ -453,7 +453,7 @@ Plugins provide additional content and lets you customize rendered metrics.
|
|||||||
* [⏰ WakaTime plugin <sub>`wakatime`</sub>](/source/plugins/wakatime/README.md)
|
* [⏰ WakaTime plugin <sub>`wakatime`</sub>](/source/plugins/wakatime/README.md)
|
||||||
|
|
||||||
**🎲 Maintained by community**
|
**🎲 Maintained by community**
|
||||||
* [Community plugins](/source/plugins/community/README.md)
|
* **[Community plugins](/source/plugins/community/README.md)**
|
||||||
* [🥠 Fortune <sub>`fortune`</sub>](/source/plugins/community/fortune/README.md) by [@lowlighter](https://github.com/lowlighter)
|
* [🥠 Fortune <sub>`fortune`</sub>](/source/plugins/community/fortune/README.md) by [@lowlighter](https://github.com/lowlighter)
|
||||||
* [💉 Nightscout <sub>`nightscout`</sub>](/source/plugins/community/nightscout/README.md) by [@legoandmars](https://github.com/legoandmars)
|
* [💉 Nightscout <sub>`nightscout`</sub>](/source/plugins/community/nightscout/README.md) by [@legoandmars](https://github.com/legoandmars)
|
||||||
* [💩 PoopMap plugin <sub>`poopmap`</sub>](/source/plugins/community/poopmap/README.md) by [@matievisthekat](https://github.com/matievisthekat)
|
* [💩 PoopMap plugin <sub>`poopmap`</sub>](/source/plugins/community/poopmap/README.md) by [@matievisthekat](https://github.com/matievisthekat)
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ Plugins provide additional content and lets you customize rendered metrics.
|
|||||||
* [⏰ WakaTime plugin <sub>`wakatime`</sub>](/source/plugins/wakatime/README.md)
|
* [⏰ WakaTime plugin <sub>`wakatime`</sub>](/source/plugins/wakatime/README.md)
|
||||||
|
|
||||||
**🎲 Maintained by community**
|
**🎲 Maintained by community**
|
||||||
* [Community plugins](/source/plugins/community/README.md)
|
* **[Community plugins](/source/plugins/community/README.md)**
|
||||||
* [🥠 Fortune <sub>`fortune`</sub>](/source/plugins/community/fortune/README.md) by [@lowlighter](https://github.com/lowlighter)
|
* [🥠 Fortune <sub>`fortune`</sub>](/source/plugins/community/fortune/README.md) by [@lowlighter](https://github.com/lowlighter)
|
||||||
* [💉 Nightscout <sub>`nightscout`</sub>](/source/plugins/community/nightscout/README.md) by [@legoandmars](https://github.com/legoandmars)
|
* [💉 Nightscout <sub>`nightscout`</sub>](/source/plugins/community/nightscout/README.md) by [@legoandmars](https://github.com/legoandmars)
|
||||||
* [💩 PoopMap plugin <sub>`poopmap`</sub>](/source/plugins/community/poopmap/README.md) by [@matievisthekat](https://github.com/matievisthekat)
|
* [💩 PoopMap plugin <sub>`poopmap`</sub>](/source/plugins/community/poopmap/README.md) by [@matievisthekat](https://github.com/matievisthekat)
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
<table>
|
<table>
|
||||||
|
<tr><td colspan="2"><a href="/README.md#-plugins">← Back to plugins index</a></td></tr>
|
||||||
<tr><th colspan="2"><h3>🎲 Community plugins</h3></th></tr>
|
<tr><th colspan="2"><h3>🎲 Community plugins</h3></th></tr>
|
||||||
<tr><td colspan="2" align="center">Additional plugins maintained by community for even more features!</td></tr>
|
<tr><td colspan="2" align="center">Additional plugins maintained by community for even more features!</td></tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user