-
Notifications
You must be signed in to change notification settings - Fork 5
/
manifest.json
55 lines (55 loc) · 1.91 KB
/
manifest.json
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
{
"name": "Rem Type and Practice Direction",
"id": "com.github.hannesfrank.remnote-css-rem-types",
"version": "1.2.2",
"description": "Add icons for flashcard/rem types and practice directions.",
"author": "Hannes Frank <[email protected]>",
"homepage": "https://github.com/hannesfrank/remnote-css-rem-types",
"shelf": "Custom CSS",
"categories": ["flashcard", "icon"],
"config": {
"demo": "demo.rems",
"customization": { "file": "config.css" }
},
"thumb": "remnote-css-card-rems-social.png",
"preview": "custom_style.png",
"install": {
"method": "copy",
"content": [
{
"description": "Practice Direction Arrows",
"content": [
"@import URL(\"https://hannesfrank.github.io/remnote-css-rem-types/practice-direction.css\");",
{
"description": "Warn on question back direction",
"css": "@import URL(\"https://hannesfrank.github.io/remnote-css-rem-types/practice-direction-question.css\");",
"enabled": true
}
]
},
{
"description": "**Choose one:** Concept, Descriptor, Question Icons",
"content": [
{
"description": "SVG Icons",
"css": "@import URL(\"https://hannesfrank.github.io/remnote-css-rem-types/rem-type.css\");",
"enabled": true
},
{
"description": "Text Icons",
"css": "@import URL(\"https://hannesfrank.github.io/remnote-css-rem-types/rem-type-simple.css\");",
"enabled": false
}
]
},
{
"description": "Multiline, List, Set Icons",
"css": "@import URL(\"https://hannesfrank.github.io/remnote-css-rem-types/card-type.css\");"
},
{
"description": "Reset Text Styling (concept bold etc.)",
"css": "@import URL(\"https://hannesfrank.github.io/remnote-css-rem-types/text-style.css\");"
}
]
}
}