forked from lowlighter/metrics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.yml
59 lines (54 loc) · 1.45 KB
/
metadata.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
name: "📌 Starred topics"
category: github
description: |
This plugin displays [starred topics](https://github.com/stars?filter=topics).
Check out [GitHub topics](https://github.com/topics) to search interesting topics.
examples:
+with icons: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.topics.icons.svg
+with labels: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.topics.svg
index: 2
supports:
- user
scopes: []
inputs:
plugin_topics:
description: Enable topics plugin
type: boolean
default: no
plugin_topics_mode:
description: |
Display mode:
- `labels`: display labels
- `icons`: display icons *(topics without icons will be ignored)*
- `starred`: alias for `labels`
- `mastered`: alias for `icons`
type: string
default: starred
values:
- labels
- icons
- starred
- mastered
plugin_topics_sort:
description: |
Sorting method:
- `stars`: sort by most stars
- `activity`: sort by recent activity
- `starred`: sort by the date you starred them
- `random`: sort topics randomly
type: string
default: stars
values:
- stars
- activity
- starred
- random
plugin_topics_limit:
description: |
Display limit
When using `plugin_topics_mode: labels`, an ellipsis will be displayed
type: number
default: 15
min: 0
max: 20
zero: disable