forked from lowlighter/metrics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.yml
63 lines (56 loc) · 1.41 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
60
61
62
63
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: 4
supports:
- user
scopes: []
inputs:
plugin_topics:
description: |
Enable topics plugin
type: boolean
default: no
extras:
- metrics.run.puppeteer.scrapping
plugin_topics_mode:
description: |
Display mode
- `labels`: display labels
- `icons`: display icons *(topics without icons will not be displayed)*
- `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 starred date
- `random`: sort randomly
type: string
default: stars
values:
- stars
- activity
- starred
- random
plugin_topics_limit:
description: |
Display limit
type: number
default: 15
min: 0
max: 20
zero: disable