@standardnotes/community-cdn 0.11.0 → 0.12.1
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.markdown-monospace.json +17 -0
- package/dist/entries/com.sncommunity.standard-blue-dark-theme.json +16 -0
- package/dist/packages.json +33 -0
- package/dist/static/com.sncommunity.markdown-monospace/dist/dist.css +9 -0
- package/dist/static/com.sncommunity.standard-blue-dark-theme/dist/dist.css +53 -0
- package/dist/zips/com.sncommunity.markdown-monospace.zip +0 -0
- package/dist/zips/com.sncommunity.standard-blue-dark-theme.zip +0 -0
- package/package.json +2 -2
- package/plugins.json +5 -1
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.12.1](https://github.com/standardnotes/plugins/compare/@standardnotes/community-cdn@0.12.0...@standardnotes/community-cdn@0.12.1) (2023-12-07)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @standardnotes/community-cdn
|
|
9
|
+
|
|
10
|
+
# [0.12.0](https://github.com/standardnotes/plugins/compare/@standardnotes/community-cdn@0.11.0...@standardnotes/community-cdn@0.12.0) (2023-12-07)
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* add markdown monospace theme ([#15](https://github.com/standardnotes/plugins/issues/15)) ([fa4ee29](https://github.com/standardnotes/plugins/commit/fa4ee292859104ec9e7a13c5322da0d299902f5b))
|
|
15
|
+
|
|
6
16
|
# [0.11.0](https://github.com/standardnotes/plugins/compare/@standardnotes/community-cdn@0.10.3...@standardnotes/community-cdn@0.11.0) (2023-12-07)
|
|
7
17
|
|
|
8
18
|
### Features
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Markdown Monospace",
|
|
3
|
+
"content_type": "SN|Theme",
|
|
4
|
+
"area": "themes",
|
|
5
|
+
"main": "dist/dist.css",
|
|
6
|
+
"layerable": true,
|
|
7
|
+
"showInGallery": true,
|
|
8
|
+
"identifier": "com.sncommunity.markdown-monospace",
|
|
9
|
+
"version": "1.1.0",
|
|
10
|
+
"url": "https://standardnotes.github.io/plugins/cdn/dist/static/com.sncommunity.markdown-monospace/dist/dist.css",
|
|
11
|
+
"download_url": "https://standardnotes.github.io/plugins/cdn/dist/zips/com.sncommunity.markdown-monospace.zip",
|
|
12
|
+
"latest_url": "https://standardnotes.github.io/plugins/cdn/dist/entries/com.sncommunity.markdown-monospace.json",
|
|
13
|
+
"publisher": "DanielNetoP",
|
|
14
|
+
"description": "Ability to toggle monospace font for Markdown, Minimal Markdown, and Basic Markdown plugins.",
|
|
15
|
+
"base64Hash": "06434b1fb8fc0557988c7d71ca4be07dbc2a37c699c4e731f6be9a080181463c",
|
|
16
|
+
"binaryHash": "f84fa7ce755636a6698e89a76fc673ea74ed7dd51411c789fe2f7f5d22b6dc32"
|
|
17
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Standard Blue Dark",
|
|
3
|
+
"content_type": "SN|Theme",
|
|
4
|
+
"area": "themes",
|
|
5
|
+
"main": "dist/dist.css",
|
|
6
|
+
"showInGallery": true,
|
|
7
|
+
"identifier": "com.sncommunity.standard-blue-dark-theme",
|
|
8
|
+
"version": "1.1.0",
|
|
9
|
+
"url": "https://standardnotes.github.io/plugins/cdn/dist/static/com.sncommunity.standard-blue-dark-theme/dist/dist.css",
|
|
10
|
+
"download_url": "https://standardnotes.github.io/plugins/cdn/dist/zips/com.sncommunity.standard-blue-dark-theme.zip",
|
|
11
|
+
"latest_url": "https://standardnotes.github.io/plugins/cdn/dist/entries/com.sncommunity.standard-blue-dark-theme.json",
|
|
12
|
+
"publisher": "Kieran Colfer",
|
|
13
|
+
"description": "A dark blue theme for Standard Notes. Uses Google Fonts.",
|
|
14
|
+
"base64Hash": "342066a0c3687bda6a10d73f823e8c955f68b7ff7213190076e48262bb89f3ab",
|
|
15
|
+
"binaryHash": "f10e61b736527e930f23cc9282a2737159dee3dfd489e6cdc047710b117113f4"
|
|
16
|
+
}
|
package/dist/packages.json
CHANGED
|
@@ -218,5 +218,38 @@
|
|
|
218
218
|
"description": "Syntax highlighting and convenient keyboard shortcuts for over 120 programming languages. Ideal for code snippets and procedures.",
|
|
219
219
|
"base64Hash": "5192944be9108aba1997d48cd88e9644644fc180230e4a485431ec0dcc236c85",
|
|
220
220
|
"binaryHash": "a2572aee648842a78bac71897b1ca385ca74580803fda8de0d44f0732ef572f4"
|
|
221
|
+
},
|
|
222
|
+
"com.sncommunity.standard-blue-dark-theme": {
|
|
223
|
+
"name": "Standard Blue Dark",
|
|
224
|
+
"content_type": "SN|Theme",
|
|
225
|
+
"area": "themes",
|
|
226
|
+
"main": "dist/dist.css",
|
|
227
|
+
"showInGallery": true,
|
|
228
|
+
"identifier": "com.sncommunity.standard-blue-dark-theme",
|
|
229
|
+
"version": "1.1.0",
|
|
230
|
+
"url": "https://standardnotes.github.io/plugins/cdn/dist/static/com.sncommunity.standard-blue-dark-theme/dist/dist.css",
|
|
231
|
+
"download_url": "https://standardnotes.github.io/plugins/cdn/dist/zips/com.sncommunity.standard-blue-dark-theme.zip",
|
|
232
|
+
"latest_url": "https://standardnotes.github.io/plugins/cdn/dist/entries/com.sncommunity.standard-blue-dark-theme.json",
|
|
233
|
+
"publisher": "Kieran Colfer",
|
|
234
|
+
"description": "A dark blue theme for Standard Notes. Uses Google Fonts.",
|
|
235
|
+
"base64Hash": "342066a0c3687bda6a10d73f823e8c955f68b7ff7213190076e48262bb89f3ab",
|
|
236
|
+
"binaryHash": "f10e61b736527e930f23cc9282a2737159dee3dfd489e6cdc047710b117113f4"
|
|
237
|
+
},
|
|
238
|
+
"com.sncommunity.markdown-monospace": {
|
|
239
|
+
"name": "Markdown Monospace",
|
|
240
|
+
"content_type": "SN|Theme",
|
|
241
|
+
"area": "themes",
|
|
242
|
+
"main": "dist/dist.css",
|
|
243
|
+
"layerable": true,
|
|
244
|
+
"showInGallery": true,
|
|
245
|
+
"identifier": "com.sncommunity.markdown-monospace",
|
|
246
|
+
"version": "1.1.0",
|
|
247
|
+
"url": "https://standardnotes.github.io/plugins/cdn/dist/static/com.sncommunity.markdown-monospace/dist/dist.css",
|
|
248
|
+
"download_url": "https://standardnotes.github.io/plugins/cdn/dist/zips/com.sncommunity.markdown-monospace.zip",
|
|
249
|
+
"latest_url": "https://standardnotes.github.io/plugins/cdn/dist/entries/com.sncommunity.markdown-monospace.json",
|
|
250
|
+
"publisher": "DanielNetoP",
|
|
251
|
+
"description": "Ability to toggle monospace font for Markdown, Minimal Markdown, and Basic Markdown plugins.",
|
|
252
|
+
"base64Hash": "06434b1fb8fc0557988c7d71ca4be07dbc2a37c699c4e731f6be9a080181463c",
|
|
253
|
+
"binaryHash": "f84fa7ce755636a6698e89a76fc673ea74ed7dd51411c789fe2f7f5d22b6dc32"
|
|
221
254
|
}
|
|
222
255
|
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap);
|
|
2
|
+
:root {
|
|
3
|
+
--sn-stylekit-editor-font-family: "Lato", sans-serif;
|
|
4
|
+
--sn-stylekit-sans-serif-font: "Lato", sans-serif;
|
|
5
|
+
--sn-stylekit-neutral-color: #edf2fb;
|
|
6
|
+
--sn-stylekit-neutral-contrast-color: black;
|
|
7
|
+
--sn-stylekit-info-color: #4279ff;
|
|
8
|
+
--sn-stylekit-info-contrast-color: black;
|
|
9
|
+
--sn-stylekit-info-color-darkened: #050505;
|
|
10
|
+
--sn-stylekit-success-color: #3965ca;
|
|
11
|
+
--sn-stylekit-success-contrast-color: black;
|
|
12
|
+
--sn-stylekit-warning-color: #f6a200;
|
|
13
|
+
--sn-stylekit-warning-contrast-color: black;
|
|
14
|
+
--sn-stylekit-danger-color: #f80324;
|
|
15
|
+
--sn-stylekit-danger-contrast-color: black;
|
|
16
|
+
--sn-stylekit-shadow-color: #323336;
|
|
17
|
+
--sn-stylekit-background-color: #000000;
|
|
18
|
+
--sn-stylekit-border-color: #3d465d;
|
|
19
|
+
--sn-stylekit-foreground-color: #abc4ff;
|
|
20
|
+
--navigation-item-selected-background-color: #000000;
|
|
21
|
+
--sn-stylekit-info-backdrop-color: #050505;
|
|
22
|
+
--sn-stylekit-contrast-background-color: #161616;
|
|
23
|
+
--sn-stylekit-contrast-foreground-color: #abc4ff;
|
|
24
|
+
--sn-stylekit-contrast-border-color: #3e4a6a;
|
|
25
|
+
--sn-stylekit-secondary-background-color: #1e1e1e;
|
|
26
|
+
--sn-stylekit-secondary-foreground-color: #abc4ff;
|
|
27
|
+
--sn-stylekit-secondary-border-color: #abc4ff;
|
|
28
|
+
--sn-stylekit-secondary-contrast-background-color: #1d1d1d;
|
|
29
|
+
--sn-stylekit-secondary-contrast-foreground-color: #abc4ff;
|
|
30
|
+
--sn-styleki--secondary-contrast-border-color: #edf2fb;
|
|
31
|
+
--sn-stylekit-editor-background-color: var(--sn-stylekit-background-color);
|
|
32
|
+
--sn-stylekit-editor-foreground-color: var(--sn-stylekit-foreground-color);
|
|
33
|
+
--sn-stylekit-passive-color-0: var(--sn-stylekit-neutral-color);
|
|
34
|
+
--sn-stylekit-passive-color-3: var(--sn-stylekit-contrast-border-color);
|
|
35
|
+
--sn-stylekit-passive-color-4: var(--sn-stylekit-secondary-background-color);
|
|
36
|
+
--sn-stylekit-passive-color-4-opacity-variant: #04194a;
|
|
37
|
+
--sn-stylekit-passive-color-5: var(--sn-stylekit-secondary-background-color);
|
|
38
|
+
--sn-stylekit-paragraph-text-color: #edf2fb;
|
|
39
|
+
--preferences-navigation-icon-color: var #050505;
|
|
40
|
+
--sn-stylekit-input-border-color: #212632;
|
|
41
|
+
--sn-stylekit-scrollbar-thumb-color: #b6ccfe;
|
|
42
|
+
--sn-stylekit-scrollbar-track-border-color: #050505;
|
|
43
|
+
--sn-stylekit-general-border-radius: 2px;
|
|
44
|
+
--sn-stylekit-theme-type: dark;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
#blocks-editor hr:after {
|
|
48
|
+
background-color: #abc4ff;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
body {
|
|
52
|
+
font-family: "Lato", sans-serif !important;
|
|
53
|
+
}
|
|
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.12.1",
|
|
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": "271c68516264807500df42f8481c2cea8b761acb"
|
|
21
21
|
}
|
package/plugins.json
CHANGED
|
@@ -48,7 +48,11 @@
|
|
|
48
48
|
"staticFiles": ["index.html", "dist", "build", "package.json"]
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
|
-
"identifier": "com.sncommunity.standard-blue-dark",
|
|
51
|
+
"identifier": "com.sncommunity.standard-blue-dark-theme",
|
|
52
|
+
"staticFiles": ["dist", "package.json"]
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"identifier": "com.sncommunity.markdown-monospace",
|
|
52
56
|
"staticFiles": ["dist", "package.json"]
|
|
53
57
|
}
|
|
54
58
|
]
|