@standardnotes/community-cdn 0.10.3 → 0.12.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 +12 -0
- package/dist/entries/com.sncommunity.markdown-monospace.json +16 -0
- package/dist/entries/com.sncommunity.standard-blue-dark-theme.json +16 -0
- package/dist/entries/org.standardnotes.advanced-markdown-editor.json +3 -3
- package/dist/packages.json +35 -3
- 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/dist/zips/org.standardnotes.advanced-markdown-editor.zip +0 -0
- package/package.json +2 -2
- package/plugins.json +8 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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.0](https://github.com/standardnotes/plugins/compare/@standardnotes/community-cdn@0.11.0...@standardnotes/community-cdn@0.12.0) (2023-12-07)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* add markdown monospace theme ([#15](https://github.com/standardnotes/plugins/issues/15)) ([fa4ee29](https://github.com/standardnotes/plugins/commit/fa4ee292859104ec9e7a13c5322da0d299902f5b))
|
|
11
|
+
|
|
12
|
+
# [0.11.0](https://github.com/standardnotes/plugins/compare/@standardnotes/community-cdn@0.10.3...@standardnotes/community-cdn@0.11.0) (2023-12-07)
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* add standard blue dark theme ([#16](https://github.com/standardnotes/plugins/issues/16)) ([a1d8d5d](https://github.com/standardnotes/plugins/commit/a1d8d5dc4894084ca6bea53ad528c7eeb6284b6b))
|
|
17
|
+
|
|
6
18
|
## [0.10.3](https://github.com/standardnotes/plugins/compare/@standardnotes/community-cdn@0.10.2...@standardnotes/community-cdn@0.10.3) (2023-11-19)
|
|
7
19
|
|
|
8
20
|
**Note:** Version bump only for package @standardnotes/community-cdn
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Markdown Monospace",
|
|
3
|
+
"content_type": "SN|Theme",
|
|
4
|
+
"area": "themes",
|
|
5
|
+
"main": "dist/dist.css",
|
|
6
|
+
"showInGallery": true,
|
|
7
|
+
"identifier": "com.sncommunity.markdown-monospace",
|
|
8
|
+
"version": "1.0.0",
|
|
9
|
+
"url": "https://standardnotes.github.io/plugins/cdn/dist/static/com.sncommunity.markdown-monospace/dist/dist.css",
|
|
10
|
+
"download_url": "https://standardnotes.github.io/plugins/cdn/dist/zips/com.sncommunity.markdown-monospace.zip",
|
|
11
|
+
"latest_url": "https://standardnotes.github.io/plugins/cdn/dist/entries/com.sncommunity.markdown-monospace.json",
|
|
12
|
+
"publisher": "DanielNetoP",
|
|
13
|
+
"description": "Ability to toggle monospace font for Markdown, Minimal Markdown, and Basic Markdown plugins.",
|
|
14
|
+
"base64Hash": "d0ad1ead332d36dca129a37800fbfeec9e9ff5db044e06916cd48f960855523c",
|
|
15
|
+
"binaryHash": "3256604d80293b3111771d53a62939139184df9a54ad51ec28024c302b60c57b"
|
|
16
|
+
}
|
|
@@ -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
|
+
}
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
"file_type": "md",
|
|
9
9
|
"showInGallery": true,
|
|
10
10
|
"identifier": "org.standardnotes.advanced-markdown-editor",
|
|
11
|
-
"version": "1.8.
|
|
11
|
+
"version": "1.8.1",
|
|
12
12
|
"url": "https://standardnotes.github.io/plugins/cdn/dist/static/org.standardnotes.advanced-markdown-editor/dist/index.html",
|
|
13
13
|
"download_url": "https://standardnotes.github.io/plugins/cdn/dist/zips/org.standardnotes.advanced-markdown-editor.zip",
|
|
14
14
|
"latest_url": "https://standardnotes.github.io/plugins/cdn/dist/entries/org.standardnotes.advanced-markdown-editor.json",
|
|
15
15
|
"publisher": "Standard Notes Community",
|
|
16
16
|
"description": "A fully featured Markdown editor that supports live preview, a styling toolbar, and split pane support.",
|
|
17
|
-
"base64Hash": "
|
|
18
|
-
"binaryHash": "
|
|
17
|
+
"base64Hash": "f8e0033a47b2b68266cdd3cbc29cd89fe6876cd728fab12859e190f812d21112",
|
|
18
|
+
"binaryHash": "92688b98be521486bab7c3d8f20357397eeeb023cf04810bdacef00278e0038a"
|
|
19
19
|
}
|
package/dist/packages.json
CHANGED
|
@@ -153,14 +153,14 @@
|
|
|
153
153
|
"file_type": "md",
|
|
154
154
|
"showInGallery": true,
|
|
155
155
|
"identifier": "org.standardnotes.advanced-markdown-editor",
|
|
156
|
-
"version": "1.8.
|
|
156
|
+
"version": "1.8.1",
|
|
157
157
|
"url": "https://standardnotes.github.io/plugins/cdn/dist/static/org.standardnotes.advanced-markdown-editor/dist/index.html",
|
|
158
158
|
"download_url": "https://standardnotes.github.io/plugins/cdn/dist/zips/org.standardnotes.advanced-markdown-editor.zip",
|
|
159
159
|
"latest_url": "https://standardnotes.github.io/plugins/cdn/dist/entries/org.standardnotes.advanced-markdown-editor.json",
|
|
160
160
|
"publisher": "Standard Notes Community",
|
|
161
161
|
"description": "A fully featured Markdown editor that supports live preview, a styling toolbar, and split pane support.",
|
|
162
|
-
"base64Hash": "
|
|
163
|
-
"binaryHash": "
|
|
162
|
+
"base64Hash": "f8e0033a47b2b68266cdd3cbc29cd89fe6876cd728fab12859e190f812d21112",
|
|
163
|
+
"binaryHash": "92688b98be521486bab7c3d8f20357397eeeb023cf04810bdacef00278e0038a"
|
|
164
164
|
},
|
|
165
165
|
"org.standardnotes.plus-editor": {
|
|
166
166
|
"name": "Rich Text",
|
|
@@ -218,5 +218,37 @@
|
|
|
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
|
+
"showInGallery": true,
|
|
244
|
+
"identifier": "com.sncommunity.markdown-monospace",
|
|
245
|
+
"version": "1.0.0",
|
|
246
|
+
"url": "https://standardnotes.github.io/plugins/cdn/dist/static/com.sncommunity.markdown-monospace/dist/dist.css",
|
|
247
|
+
"download_url": "https://standardnotes.github.io/plugins/cdn/dist/zips/com.sncommunity.markdown-monospace.zip",
|
|
248
|
+
"latest_url": "https://standardnotes.github.io/plugins/cdn/dist/entries/com.sncommunity.markdown-monospace.json",
|
|
249
|
+
"publisher": "DanielNetoP",
|
|
250
|
+
"description": "Ability to toggle monospace font for Markdown, Minimal Markdown, and Basic Markdown plugins.",
|
|
251
|
+
"base64Hash": "d0ad1ead332d36dca129a37800fbfeec9e9ff5db044e06916cd48f960855523c",
|
|
252
|
+
"binaryHash": "3256604d80293b3111771d53a62939139184df9a54ad51ec28024c302b60c57b"
|
|
221
253
|
}
|
|
222
254
|
}
|
|
@@ -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
|
|
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.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": "a07c2fa4def67ecb22dcef994ea532b08497bfcc"
|
|
21
21
|
}
|
package/plugins.json
CHANGED
|
@@ -46,5 +46,13 @@
|
|
|
46
46
|
{
|
|
47
47
|
"identifier": "org.standardnotes.code-editor",
|
|
48
48
|
"staticFiles": ["index.html", "dist", "build", "package.json"]
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"identifier": "com.sncommunity.standard-blue-dark-theme",
|
|
52
|
+
"staticFiles": ["dist", "package.json"]
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"identifier": "com.sncommunity.markdown-monospace",
|
|
56
|
+
"staticFiles": ["dist", "package.json"]
|
|
49
57
|
}
|
|
50
58
|
]
|