source/plugins/topics/README.md
</td>
<b>default:</b> no
</td> </tr> <tr> <td nowrap="nowrap"><h4><code>plugin_topics_mode</code></h4></td> <td rowspan="2"><p>Display mode</p> <ul> <li><code>labels</code>: display labels</li> <li><code>icons</code>: display icons <em>(topics without icons will not be displayed)</em></li> <li><code>starred</code>: alias for <code>labels</code></li> <li><code>mastered</code>: alias for <code>icons</code></li> </ul> </td> </tr> <tr> <td nowrap="nowrap"><b>type:</b> <code>string</code><b>default:</b> starred
<b>allowed values:</b><ul><li>labels</li><li>icons</li><li>starred</li><li>mastered</li></ul></td>
</tr> <tr> <td nowrap="nowrap"><h4><code>plugin_topics_sort</code></h4></td> <td rowspan="2"><p>Sorting method</p> <ul> <li><code>stars</code>: sort by most stars</li> <li><code>activity</code>: sort by recent activity</li> <li><code>starred</code>: sort by starred date</li> <li><code>random</code>: sort randomly</li> </ul> </td> </tr> <tr> <td nowrap="nowrap"><b>type:</b> <code>string</code><b>default:</b> stars
<b>allowed values:</b><ul><li>stars</li><li>activity</li><li>starred</li><li>random</li></ul></td>
</tr> <tr> <td nowrap="nowrap"><h4><code>plugin_topics_limit</code></h4></td> <td rowspan="2"><p>Display limit</p> </td> </tr> <tr> <td nowrap="nowrap"><b>type:</b> <code>number</code> <i>(0 ≤ 𝑥 ≤ 20)</i><b>zero behaviour:</b> disable</br> <b>default:</b> 15
</td> </tr> </table> <!--/options-->name: Labels
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.topics.svg
token: NOT_NEEDED
base: ""
plugin_topics: yes
plugin_topics_limit: 12
name: Icons
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.topics.icons.svg
token: NOT_NEEDED
base: ""
plugin_topics: yes
plugin_topics_limit: 0
plugin_topics_mode: icons