@standardnotes/community-cdn 0.6.7 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/entries/com.sncommunity.bold-editor.json +3 -3
- package/dist/entries/com.sncommunity.dracula-theme.json +11 -0
- package/dist/entries/com.sncommunity.markdown-basic.json +3 -3
- package/dist/entries/com.sncommunity.markdown-math.json +3 -3
- package/dist/entries/com.sncommunity.minimal-markdown.json +3 -3
- package/dist/packages.json +23 -12
- package/dist/static/com.sncommunity.dracula-theme/dist/dist.css +76 -0
- package/dist/zips/com.sncommunity.bold-editor.zip +0 -0
- package/dist/zips/com.sncommunity.dracula-theme.zip +0 -0
- package/dist/zips/com.sncommunity.markdown-basic.zip +0 -0
- package/dist/zips/com.sncommunity.markdown-math.zip +0 -0
- package/dist/zips/com.sncommunity.minimal-markdown.zip +0 -0
- package/package.json +2 -2
- package/plugins.json +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [0.7.0](https://github.com/standardnotes/plugins/compare/@standardnotes/community-cdn@0.6.8...@standardnotes/community-cdn@0.7.0) (2022-12-07)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* add Dracula theme ([6b93b30](https://github.com/standardnotes/plugins/commit/6b93b3005acaceb0d51ebabe6fcb9e7aa12f152e))
|
|
11
|
+
|
|
12
|
+
## [0.6.8](https://github.com/standardnotes/plugins/compare/@standardnotes/community-cdn@0.6.7...@standardnotes/community-cdn@0.6.8) (2022-11-04)
|
|
13
|
+
|
|
14
|
+
**Note:** Version bump only for package @standardnotes/community-cdn
|
|
15
|
+
|
|
6
16
|
## [0.6.7](https://github.com/standardnotes/plugins/compare/@standardnotes/community-cdn@0.6.6...@standardnotes/community-cdn@0.6.7) (2022-11-04)
|
|
7
17
|
|
|
8
18
|
**Note:** Version bump only for package @standardnotes/community-cdn
|
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
"main": "dist/index.html",
|
|
8
8
|
"file_type": "html",
|
|
9
9
|
"identifier": "com.sncommunity.bold-editor",
|
|
10
|
-
"version": "1.6.
|
|
10
|
+
"version": "1.6.4",
|
|
11
11
|
"url": "https://standardnotes.github.io/plugins/cdn/dist/static/com.sncommunity.bold-editor/dist/index.html",
|
|
12
12
|
"download_url": "https://standardnotes.github.io/plugins/cdn/dist/zips/com.sncommunity.bold-editor.zip",
|
|
13
13
|
"latest_url": "https://standardnotes.github.io/plugins/cdn/dist/entries/com.sncommunity.bold-editor.json",
|
|
14
14
|
"publisher": "Standard Notes Retired",
|
|
15
|
-
"base64Hash": "
|
|
16
|
-
"binaryHash": "
|
|
15
|
+
"base64Hash": "efe2c23ae524a81c905c64cf6b73741a0c3697ff620560993479ea5b1796e4b7",
|
|
16
|
+
"binaryHash": "445570b91d8a2be5209f320278ccc030cb6624454a46f42da18091f29e2d3ba8"
|
|
17
17
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"main": "dist/dist.css",
|
|
3
|
+
"identifier": "com.sncommunity.dracula-theme",
|
|
4
|
+
"version": "1.0.0",
|
|
5
|
+
"url": "https://standardnotes.github.io/plugins/cdn/dist/static/com.sncommunity.dracula-theme/dist/dist.css",
|
|
6
|
+
"download_url": "https://standardnotes.github.io/plugins/cdn/dist/zips/com.sncommunity.dracula-theme.zip",
|
|
7
|
+
"latest_url": "https://standardnotes.github.io/plugins/cdn/dist/entries/com.sncommunity.dracula-theme.json",
|
|
8
|
+
"publisher": "Standard Notes",
|
|
9
|
+
"base64Hash": "9a1d4714a4a775fa9b0898bf7fd75d938572659f01b044b45edf651913b69870",
|
|
10
|
+
"binaryHash": "a84f65f0a2ccc056dc20cd4be7c15e0f69d88c80430147acef8b7fc8b2b997c1"
|
|
11
|
+
}
|
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
"main": "dist/index.html",
|
|
8
8
|
"file_type": "txt",
|
|
9
9
|
"identifier": "com.sncommunity.markdown-basic",
|
|
10
|
-
"version": "1.6.
|
|
10
|
+
"version": "1.6.2",
|
|
11
11
|
"url": "https://standardnotes.github.io/plugins/cdn/dist/static/com.sncommunity.markdown-basic/dist/index.html",
|
|
12
12
|
"download_url": "https://standardnotes.github.io/plugins/cdn/dist/zips/com.sncommunity.markdown-basic.zip",
|
|
13
13
|
"latest_url": "https://standardnotes.github.io/plugins/cdn/dist/entries/com.sncommunity.markdown-basic.json",
|
|
14
14
|
"publisher": "Standard Notes Retired",
|
|
15
|
-
"base64Hash": "
|
|
16
|
-
"binaryHash": "
|
|
15
|
+
"base64Hash": "02e267ddbe3df78b71f2e4dd84ac88f06dd9d9b9eefb02b62ffeb2863aca6d27",
|
|
16
|
+
"binaryHash": "770a2d94da3e2f187f73e060e4889b1519423bc5469736fb0a2ec4dc6671b8a0"
|
|
17
17
|
}
|
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
"main": "index.html",
|
|
8
8
|
"file_type": "txt",
|
|
9
9
|
"identifier": "com.sncommunity.markdown-math",
|
|
10
|
-
"version": "1.4.
|
|
10
|
+
"version": "1.4.2",
|
|
11
11
|
"url": "https://standardnotes.github.io/plugins/cdn/dist/static/com.sncommunity.markdown-math/index.html",
|
|
12
12
|
"download_url": "https://standardnotes.github.io/plugins/cdn/dist/zips/com.sncommunity.markdown-math.zip",
|
|
13
13
|
"latest_url": "https://standardnotes.github.io/plugins/cdn/dist/entries/com.sncommunity.markdown-math.json",
|
|
14
14
|
"publisher": "Standard Notes Retired",
|
|
15
|
-
"base64Hash": "
|
|
16
|
-
"binaryHash": "
|
|
15
|
+
"base64Hash": "4fbac0f7632264c6b5dffe1f2ce257e2fb40446f1e08ab198d544435953b38e2",
|
|
16
|
+
"binaryHash": "e6e3dc95798f9e0d9236788c8fea54692df9e3c104015aa695dbd47f4988d7be"
|
|
17
17
|
}
|
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
"note_type": "markdown",
|
|
8
8
|
"file_type": "txt",
|
|
9
9
|
"identifier": "com.sncommunity.minimal-markdown",
|
|
10
|
-
"version": "1.
|
|
10
|
+
"version": "1.3.0",
|
|
11
11
|
"url": "https://standardnotes.github.io/plugins/cdn/dist/static/com.sncommunity.minimal-markdown/index.html",
|
|
12
12
|
"download_url": "https://standardnotes.github.io/plugins/cdn/dist/zips/com.sncommunity.minimal-markdown.zip",
|
|
13
13
|
"latest_url": "https://standardnotes.github.io/plugins/cdn/dist/entries/com.sncommunity.minimal-markdown.json",
|
|
14
14
|
"publisher": "Standard Notes Retired",
|
|
15
|
-
"base64Hash": "
|
|
16
|
-
"binaryHash": "
|
|
15
|
+
"base64Hash": "f75c4669ba7f41ab81e8cc0db86f1ce17a11111158c165f5f58ded69ab43c890",
|
|
16
|
+
"binaryHash": "176ee708b110ed2b9198ab355399f178347d3d3c8dff450b11b9ade3b6005ab2"
|
|
17
17
|
}
|
package/dist/packages.json
CHANGED
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
"note_type": "markdown",
|
|
9
9
|
"file_type": "txt",
|
|
10
10
|
"identifier": "com.sncommunity.minimal-markdown",
|
|
11
|
-
"version": "1.
|
|
11
|
+
"version": "1.3.0",
|
|
12
12
|
"url": "https://standardnotes.github.io/plugins/cdn/dist/static/com.sncommunity.minimal-markdown/index.html",
|
|
13
13
|
"download_url": "https://standardnotes.github.io/plugins/cdn/dist/zips/com.sncommunity.minimal-markdown.zip",
|
|
14
14
|
"latest_url": "https://standardnotes.github.io/plugins/cdn/dist/entries/com.sncommunity.minimal-markdown.json",
|
|
15
15
|
"publisher": "Standard Notes Retired",
|
|
16
|
-
"base64Hash": "
|
|
17
|
-
"binaryHash": "
|
|
16
|
+
"base64Hash": "f75c4669ba7f41ab81e8cc0db86f1ce17a11111158c165f5f58ded69ab43c890",
|
|
17
|
+
"binaryHash": "176ee708b110ed2b9198ab355399f178347d3d3c8dff450b11b9ade3b6005ab2"
|
|
18
18
|
},
|
|
19
19
|
"com.sncommunity.bold-editor": {
|
|
20
20
|
"name": "Bold Editor",
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
"main": "dist/index.html",
|
|
26
26
|
"file_type": "html",
|
|
27
27
|
"identifier": "com.sncommunity.bold-editor",
|
|
28
|
-
"version": "1.6.
|
|
28
|
+
"version": "1.6.4",
|
|
29
29
|
"url": "https://standardnotes.github.io/plugins/cdn/dist/static/com.sncommunity.bold-editor/dist/index.html",
|
|
30
30
|
"download_url": "https://standardnotes.github.io/plugins/cdn/dist/zips/com.sncommunity.bold-editor.zip",
|
|
31
31
|
"latest_url": "https://standardnotes.github.io/plugins/cdn/dist/entries/com.sncommunity.bold-editor.json",
|
|
32
32
|
"publisher": "Standard Notes Retired",
|
|
33
|
-
"base64Hash": "
|
|
34
|
-
"binaryHash": "
|
|
33
|
+
"base64Hash": "efe2c23ae524a81c905c64cf6b73741a0c3697ff620560993479ea5b1796e4b7",
|
|
34
|
+
"binaryHash": "445570b91d8a2be5209f320278ccc030cb6624454a46f42da18091f29e2d3ba8"
|
|
35
35
|
},
|
|
36
36
|
"com.sncommunity.advanced-checklist": {
|
|
37
37
|
"name": "Advanced Checklist",
|
|
@@ -59,13 +59,13 @@
|
|
|
59
59
|
"main": "dist/index.html",
|
|
60
60
|
"file_type": "txt",
|
|
61
61
|
"identifier": "com.sncommunity.markdown-basic",
|
|
62
|
-
"version": "1.6.
|
|
62
|
+
"version": "1.6.2",
|
|
63
63
|
"url": "https://standardnotes.github.io/plugins/cdn/dist/static/com.sncommunity.markdown-basic/dist/index.html",
|
|
64
64
|
"download_url": "https://standardnotes.github.io/plugins/cdn/dist/zips/com.sncommunity.markdown-basic.zip",
|
|
65
65
|
"latest_url": "https://standardnotes.github.io/plugins/cdn/dist/entries/com.sncommunity.markdown-basic.json",
|
|
66
66
|
"publisher": "Standard Notes Retired",
|
|
67
|
-
"base64Hash": "
|
|
68
|
-
"binaryHash": "
|
|
67
|
+
"base64Hash": "02e267ddbe3df78b71f2e4dd84ac88f06dd9d9b9eefb02b62ffeb2863aca6d27",
|
|
68
|
+
"binaryHash": "770a2d94da3e2f187f73e060e4889b1519423bc5469736fb0a2ec4dc6671b8a0"
|
|
69
69
|
},
|
|
70
70
|
"com.sncommunity.markdown-math": {
|
|
71
71
|
"name": "Markdown Math",
|
|
@@ -76,12 +76,23 @@
|
|
|
76
76
|
"main": "index.html",
|
|
77
77
|
"file_type": "txt",
|
|
78
78
|
"identifier": "com.sncommunity.markdown-math",
|
|
79
|
-
"version": "1.4.
|
|
79
|
+
"version": "1.4.2",
|
|
80
80
|
"url": "https://standardnotes.github.io/plugins/cdn/dist/static/com.sncommunity.markdown-math/index.html",
|
|
81
81
|
"download_url": "https://standardnotes.github.io/plugins/cdn/dist/zips/com.sncommunity.markdown-math.zip",
|
|
82
82
|
"latest_url": "https://standardnotes.github.io/plugins/cdn/dist/entries/com.sncommunity.markdown-math.json",
|
|
83
83
|
"publisher": "Standard Notes Retired",
|
|
84
|
-
"base64Hash": "
|
|
85
|
-
"binaryHash": "
|
|
84
|
+
"base64Hash": "4fbac0f7632264c6b5dffe1f2ce257e2fb40446f1e08ab198d544435953b38e2",
|
|
85
|
+
"binaryHash": "e6e3dc95798f9e0d9236788c8fea54692df9e3c104015aa695dbd47f4988d7be"
|
|
86
|
+
},
|
|
87
|
+
"com.sncommunity.dracula-theme": {
|
|
88
|
+
"main": "dist/dist.css",
|
|
89
|
+
"identifier": "com.sncommunity.dracula-theme",
|
|
90
|
+
"version": "1.0.0",
|
|
91
|
+
"url": "https://standardnotes.github.io/plugins/cdn/dist/static/com.sncommunity.dracula-theme/dist/dist.css",
|
|
92
|
+
"download_url": "https://standardnotes.github.io/plugins/cdn/dist/zips/com.sncommunity.dracula-theme.zip",
|
|
93
|
+
"latest_url": "https://standardnotes.github.io/plugins/cdn/dist/entries/com.sncommunity.dracula-theme.json",
|
|
94
|
+
"publisher": "Standard Notes",
|
|
95
|
+
"base64Hash": "9a1d4714a4a775fa9b0898bf7fd75d938572659f01b044b45edf651913b69870",
|
|
96
|
+
"binaryHash": "a84f65f0a2ccc056dc20cd4be7c15e0f69d88c80430147acef8b7fc8b2b997c1"
|
|
86
97
|
}
|
|
87
98
|
}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--background: #282a36;
|
|
3
|
+
--secondary-background: #303342;
|
|
4
|
+
--current-line: #44475a;
|
|
5
|
+
--foreground: #f8f8f2;
|
|
6
|
+
--comment: #6272a4;
|
|
7
|
+
--red: #ff5555;
|
|
8
|
+
--orange: #ffb86c;
|
|
9
|
+
--green: #50fa7b;
|
|
10
|
+
--pink: #ff79c6;
|
|
11
|
+
--purple: #bd93f9;
|
|
12
|
+
--cyan: #8be9fd;
|
|
13
|
+
--yellow: #f1fa8c;
|
|
14
|
+
--bar-color: rgb(32, 34, 49);
|
|
15
|
+
--darker-background: rgb(25, 26, 33);
|
|
16
|
+
--darker-background-border: rgb(32, 34, 49);
|
|
17
|
+
--sn-stylekit-accessory-tint-color-1: var(--purple);
|
|
18
|
+
--sn-stylekit-accessory-tint-color-2: var(--pink);
|
|
19
|
+
--sn-stylekit-accessory-tint-color-3: var(--orange);
|
|
20
|
+
--sn-stylekit-accessory-tint-color-4: var(--cyan);
|
|
21
|
+
--sn-stylekit-accessory-tint-color-5: var(--green);
|
|
22
|
+
--sn-stylekit-accessory-tint-color-6: var(--yellow);
|
|
23
|
+
--highlight-color: var(--comment);
|
|
24
|
+
--sn-component-foreground-color: var(--foreground);
|
|
25
|
+
--sn-component-background-color: var(--background);
|
|
26
|
+
--sn-component-foreground-highlight-color: var(--highlight-color);
|
|
27
|
+
--sn-component-outer-border-color: var(--comment);
|
|
28
|
+
--sn-component-inner-border-color: var(--foreground);
|
|
29
|
+
--sn-stylekit-shadow-color: var(--comment);
|
|
30
|
+
--sn-stylekit-info-color: var(--pink);
|
|
31
|
+
--sn-stylekit-info-contrast-color: var(--background);
|
|
32
|
+
--sn-stylekit-neutral-color: var(--purple);
|
|
33
|
+
--sn-stylekit-neutral-contrast-color: var(--foreground);
|
|
34
|
+
--sn-stylekit-success-color: var(--green);
|
|
35
|
+
--sn-stylekit-success-contrast-color: var(--background);
|
|
36
|
+
--sn-stylekit-warning-color: var(--orange);
|
|
37
|
+
--sn-stylekit-warning-contrast-color: var(--background);
|
|
38
|
+
--sn-stylekit-danger-color: var(--red);
|
|
39
|
+
--sn-stylekit-danger-contrast-color: var(--foreground);
|
|
40
|
+
--sn-stylekit-editor-background-color: var(--sn-stylekit-background-color);
|
|
41
|
+
--sn-stylekit-editor-foreground-color: var(--sn-stylekit-foreground-color);
|
|
42
|
+
--sn-stylekit-background-color: var(--background);
|
|
43
|
+
--sn-stylekit-foreground-color: var(--foreground);
|
|
44
|
+
--sn-stylekit-border-color: var(--darker-background-border);
|
|
45
|
+
--sn-stylekit-contrast-background-color: var(--bar-color);
|
|
46
|
+
--sn-stylekit-contrast-foreground-color: var(--foreground);
|
|
47
|
+
--sn-stylekit-contrast-border-color: var(--footer-border);
|
|
48
|
+
--sn-stylekit-secondary-background-color: var(--secondary-background);
|
|
49
|
+
--sn-stylekit-secondary-foreground-color: var(--foreground);
|
|
50
|
+
--sn-stylekit-secondary-border-color: var(--darker-background-border);
|
|
51
|
+
--sn-stylekit-secondary-contrast-background-color: var(--current-line);
|
|
52
|
+
--sn-stylekit-secondary-contrast-foreground-color: var(--foreground);
|
|
53
|
+
--sn-stylekit-secondary-contrast-border-color: var(--foreground);
|
|
54
|
+
--sn-stylekit-paragraph-text-color: var(--foreground);
|
|
55
|
+
--sn-desktop-titlebar-bg-color: var(--background);
|
|
56
|
+
--sn-desktop-titlebar-border-color: var(--comment);
|
|
57
|
+
--sn-desktop-titlebar-ui-color: var(--foreground);
|
|
58
|
+
--sn-desktop-titlebar-ui-hover-color: var(--highlight-color);
|
|
59
|
+
--sn-stylekit-scrollbar-track-border-color: var(--comment);
|
|
60
|
+
--sn-stylekit-scrollbar-thumb-color: var(--sn-stylekit-info-color);
|
|
61
|
+
--sn-stylekit-grey-5: var(--highlight-color);
|
|
62
|
+
--sn-stylekit-grey-4-opacity-variant: var(--current-line);
|
|
63
|
+
--sn-stylekit-passive-color-4: #0e0c11;
|
|
64
|
+
--sn-stylekit-passive-color-4-opacity-variant: #0000003d;
|
|
65
|
+
--sn-stylekit-passive-color-3: #3d4367;
|
|
66
|
+
--sn-stylekit-passive-color-5: #080507;
|
|
67
|
+
--navigation-item-selected-background-color:var(--sn-stylekit-secondary-contrast-background-color);
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.sn-component .sk-panel .sk-panel-footer .left {
|
|
71
|
+
color: var(--foreground);
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
#plus-editor label kbd {
|
|
75
|
+
background-color: var(--sn-stylekit-background-color);
|
|
76
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@standardnotes/community-cdn",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"license": "AGPL-3.0-or-later",
|
|
5
5
|
"author": "Standard Notes Community",
|
|
6
6
|
"publishConfig": {
|
|
@@ -17,5 +17,5 @@
|
|
|
17
17
|
"minimatch": "^5.1.0",
|
|
18
18
|
"typescript": "*"
|
|
19
19
|
},
|
|
20
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "2d331c2e607b5f7ea90c9a37e7636572198fc595"
|
|
21
21
|
}
|
package/plugins.json
CHANGED