-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.yml
43 lines (39 loc) · 1.06 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
name: "📌 Starred topics"
cost: N/A
category: github
index: 7
supports:
- user
inputs:
# Enable or disable plugin
plugin_topics:
description: Display starred topics
type: boolean
default: no
# Plugin mode
plugin_topics_mode:
description: Plugin mode
type: string
default: starred
values:
- starred # Display starred topics as labels
- mastered # Display starred topics as mastered/known technologies icons
# Topics sorting order
plugin_topics_sort:
description: Sorting method of starred topics
type: string
default: stars
values:
- stars # Sort topics by stargazers
- activity # Sort topics by recent activity
- starred # Sort topics by the date you starred them
- random # Sort topics randomly
# Number of topics to display
# Set to 0 to disable limitations
# When in "starred" mode, additional topics will be grouped into an ellipsis
plugin_topics_limit:
description: Maximum number of topics to display
type: number
default: 15
min: 0
max: 20