source/plugins/leetcode/README.md
</td>
<b>default:</b> no
</td> </tr> <tr> <td nowrap="nowrap"><h4><code>plugin_leetcode_user</code></h4></td> <td rowspan="2"><p>LeetCode login</p> </td> </tr> <tr> <td nowrap="nowrap">⏯️ Cannot be preset<b>type:</b> <code>string</code>
<b>default:</b> <code>→ User login</code>
</td> </tr> <tr> <td nowrap="nowrap"><h4><code>plugin_leetcode_sections</code></h4></td> <td rowspan="2"><p>Displayed sections</p> <ul> <li><code>solved</code> will display solved problems scores</li> <li><code>skills</code> will display solved problems tagged skills</li> <li><code>recent</code> will display recent submissions</li> </ul> </td> </tr> <tr> <td nowrap="nowrap"><b>type:</b> <code>array</code> <i>(comma-separated)</i><b>default:</b> solved
<b>allowed values:</b><ul><li>solved</li><li>skills</li><li>recent</li></ul></td>
</tr> <tr> <td nowrap="nowrap"><h4><code>plugin_leetcode_limit_skills</code></h4></td> <td rowspan="2"><p>Display limit (skills)</p> </td> </tr> <tr> <td nowrap="nowrap"><b>type:</b> <code>number</code> <i>(0 ≤ 𝑥)</i><b>zero behaviour:</b> disable</br> <b>default:</b> 10
</td> </tr> <tr> <td nowrap="nowrap"><h4><code>plugin_leetcode_ignored_skills</code></h4></td> <td rowspan="2"><p>Ignored skills</p> <p>It is possible to ignore entires categories by passing <code>fundamental</code>, <code>intermediate</code> or <code>advanced</code></p> </td> </tr> <tr> <td nowrap="nowrap"><b>type:</b> <code>array</code> </td> </tr> <tr> <td nowrap="nowrap"><h4><code>plugin_leetcode_limit_recent</code></h4></td> <td rowspan="2"><p>Display limit (recent)</p> </td> </tr> <tr> <td nowrap="nowrap"><b>type:</b> <code>number</code> <i>(1 ≤ 𝑥 ≤ 15)</i><b>default:</b> 2
</td> </tr> </table> <!--/options-->name: LeetCode
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.leetcode.svg
token: NOT_NEEDED
base: ""
plugin_leetcode: yes
plugin_leetcode_sections: solved, skills, recent