@janga/norna 0.7.26 → 0.7.27
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/README.md +16 -9
- package/bin/norna-cli.mjs +2 -2
- package/package.json +1 -1
- package/schemas/category.schema.json +4 -4
- package/schemas/config.schema.json +65 -65
- package/schemas/content-frontmatter.schema.json +8 -8
- package/schemas/page-theme.schema.json +26 -26
- package/schemas/sitewide-content.schema.json +18 -18
- package/schemas/theme.schema.json +237 -237
- package/scripts/add-site-node.mjs +1 -1
- package/scripts/lib/documentation-links.mjs +33 -2
- package/scripts/lib/documentation-routes.json +222 -0
- package/scripts/lib/page-model.mjs +22 -0
- package/scripts/lib/schema-definitions.mjs +3 -3
- package/scripts/lib/schema-editor-metadata.mjs +1 -1
- package/src/components/PageAliasRedirect.astro +44 -3
- package/src/content.config.ts +5 -8
- package/src/lib/sitePages.ts +4 -18
- package/src/styles/content.css +3 -2
- package/starters/basic/README.md +1 -1
|
@@ -10,28 +10,28 @@
|
|
|
10
10
|
"const": "portfolio",
|
|
11
11
|
"title": "Portfolio",
|
|
12
12
|
"description": "For portfolios and image-led sites, with restrained typography and generous space for images.",
|
|
13
|
-
"markdownDescription": "For portfolios and image-led sites, with restrained typography and generous space for images.\n\n[Compare theme presets](https://github.com/janga/norna/blob/v0.7.
|
|
13
|
+
"markdownDescription": "For portfolios and image-led sites, with restrained typography and generous space for images.\n\n[Compare theme presets (current)](https://janga.github.io/norna/reference/configuration/presets/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/065-presets/content.md)"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"const": "documentation",
|
|
17
17
|
"title": "Documentation",
|
|
18
18
|
"description": "For guides and reference material, with reading-focused typography and compact spacing.",
|
|
19
|
-
"markdownDescription": "For guides and reference material, with reading-focused typography and compact spacing.\n\n[Compare theme presets](https://github.com/janga/norna/blob/v0.7.
|
|
19
|
+
"markdownDescription": "For guides and reference material, with reading-focused typography and compact spacing.\n\n[Compare theme presets (current)](https://janga.github.io/norna/reference/configuration/presets/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/065-presets/content.md)"
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
"const": "project",
|
|
23
23
|
"title": "Project",
|
|
24
24
|
"description": "For project and product sites that balance explanation, code, cards, and images.",
|
|
25
|
-
"markdownDescription": "For project and product sites that balance explanation, code, cards, and images.\n\n[Compare theme presets](https://github.com/janga/norna/blob/v0.7.
|
|
25
|
+
"markdownDescription": "For project and product sites that balance explanation, code, cards, and images.\n\n[Compare theme presets (current)](https://janga.github.io/norna/reference/configuration/presets/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/065-presets/content.md)"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
"const": "statement",
|
|
29
29
|
"title": "Statement",
|
|
30
30
|
"description": "For short, expressive sites, with larger typography, airy spacing, and stronger section emphasis.",
|
|
31
|
-
"markdownDescription": "For short, expressive sites, with larger typography, airy spacing, and stronger section emphasis.\n\n[Compare theme presets](https://github.com/janga/norna/blob/v0.7.
|
|
31
|
+
"markdownDescription": "For short, expressive sites, with larger typography, airy spacing, and stronger section emphasis.\n\n[Compare theme presets (current)](https://janga.github.io/norna/reference/configuration/presets/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/065-presets/content.md)"
|
|
32
32
|
}
|
|
33
33
|
],
|
|
34
|
-
"markdownDescription": "```yaml\npreset: documentation\n```\n\nSelects coordinated corners, layout, image sizing, content-block defaults, typography, palette and section backgrounds. This is the normal starting point for a theme.\n\n[Compare theme presets](https://github.com/janga/norna/blob/v0.7.
|
|
34
|
+
"markdownDescription": "```yaml\npreset: documentation\n```\n\nSelects coordinated corners, layout, image sizing, content-block defaults, typography, palette and section backgrounds. This is the normal starting point for a theme.\n\n[Compare theme presets (current)](https://janga.github.io/norna/reference/configuration/presets/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/065-presets/content.md)"
|
|
35
35
|
},
|
|
36
36
|
"appearance": {
|
|
37
37
|
"type": "object",
|
|
@@ -44,22 +44,22 @@
|
|
|
44
44
|
"const": "system",
|
|
45
45
|
"title": "System",
|
|
46
46
|
"description": "Follow the visitor's operating-system light or dark preference.",
|
|
47
|
-
"markdownDescription": "Follow the visitor's operating-system light or dark preference.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
47
|
+
"markdownDescription": "Follow the visitor's operating-system light or dark preference.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/appearance/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/080-appearance/content.md)"
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
50
|
"const": "light",
|
|
51
51
|
"title": "Light",
|
|
52
52
|
"description": "Start with the palette's light appearance.",
|
|
53
|
-
"markdownDescription": "Start with the palette's light appearance.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
53
|
+
"markdownDescription": "Start with the palette's light appearance.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/appearance/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/080-appearance/content.md)"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
"const": "dark",
|
|
57
57
|
"title": "Dark",
|
|
58
58
|
"description": "Start with the palette's dark appearance.",
|
|
59
|
-
"markdownDescription": "Start with the palette's dark appearance.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
59
|
+
"markdownDescription": "Start with the palette's dark appearance.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/appearance/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/080-appearance/content.md)"
|
|
60
60
|
}
|
|
61
61
|
],
|
|
62
|
-
"markdownDescription": "```yaml\nappearance:\n default: system\n```\n\nInitial appearance. Omit this setting to follow the visitor's operating-system preference.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
62
|
+
"markdownDescription": "```yaml\nappearance:\n default: system\n```\n\nInitial appearance. Omit this setting to follow the visitor's operating-system preference.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/appearance/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/080-appearance/content.md)",
|
|
63
63
|
"examples": [
|
|
64
64
|
"system",
|
|
65
65
|
"light",
|
|
@@ -69,11 +69,11 @@
|
|
|
69
69
|
},
|
|
70
70
|
"additionalProperties": false,
|
|
71
71
|
"description": "Site-wide initial appearance. The default is system.",
|
|
72
|
-
"markdownDescription": "```yaml\nappearance:\n default: system\n```\n\nSelects the initial Appearance. The Appearance choice is always available in the site-wide Display panel. Omit this setting to follow the visitor's system preference.\n\n[Appearance](https://github.com/janga/norna/blob/v0.7.
|
|
72
|
+
"markdownDescription": "```yaml\nappearance:\n default: system\n```\n\nSelects the initial Appearance. The Appearance choice is always available in the site-wide Display panel. Omit this setting to follow the visitor's system preference.\n\n[Appearance (current)](https://janga.github.io/norna/reference/configuration/appearance/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/080-appearance/content.md)",
|
|
73
73
|
"defaultSnippets": [
|
|
74
74
|
{
|
|
75
75
|
"label": "Set the initial appearance",
|
|
76
|
-
"markdownDescription": "Follow the system color preference or choose a fixed initial appearance.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
76
|
+
"markdownDescription": "Follow the system color preference or choose a fixed initial appearance.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/appearance/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/080-appearance/content.md)",
|
|
77
77
|
"body": "appearance:\n default: ${1:system}"
|
|
78
78
|
}
|
|
79
79
|
]
|
|
@@ -86,16 +86,16 @@
|
|
|
86
86
|
"const": "square",
|
|
87
87
|
"title": "Square",
|
|
88
88
|
"description": "Use square corners for navigation, cards and framed content.",
|
|
89
|
-
"markdownDescription": "Use square corners for navigation, cards and framed content.\n\n[Corner reference](https://github.com/janga/norna/blob/v0.7.
|
|
89
|
+
"markdownDescription": "Use square corners for navigation, cards and framed content.\n\n[Corner reference (current)](https://janga.github.io/norna/reference/configuration/theme/#site-wide-settings)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/060-theme/content.md#site-wide-settings)"
|
|
90
90
|
},
|
|
91
91
|
{
|
|
92
92
|
"const": "rounded",
|
|
93
93
|
"title": "Rounded",
|
|
94
94
|
"description": "Use restrained rounded corners consistently across the site.",
|
|
95
|
-
"markdownDescription": "Use restrained rounded corners consistently across the site.\n\n[Corner reference](https://github.com/janga/norna/blob/v0.7.
|
|
95
|
+
"markdownDescription": "Use restrained rounded corners consistently across the site.\n\n[Corner reference (current)](https://janga.github.io/norna/reference/configuration/theme/#site-wide-settings)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/060-theme/content.md#site-wide-settings)"
|
|
96
96
|
}
|
|
97
97
|
],
|
|
98
|
-
"markdownDescription": "```yaml\ncorners: rounded\n```\n\nChooses one consistent corner treatment for navigation, cards and framed content throughout the site.\n\n[Corner reference](https://github.com/janga/norna/blob/v0.7.
|
|
98
|
+
"markdownDescription": "```yaml\ncorners: rounded\n```\n\nChooses one consistent corner treatment for navigation, cards and framed content throughout the site.\n\n[Corner reference (current)](https://janga.github.io/norna/reference/configuration/theme/#site-wide-settings)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/060-theme/content.md#site-wide-settings)",
|
|
99
99
|
"examples": [
|
|
100
100
|
"square",
|
|
101
101
|
"rounded"
|
|
@@ -112,22 +112,22 @@
|
|
|
112
112
|
"const": "compact",
|
|
113
113
|
"title": "Compact",
|
|
114
114
|
"description": "Use restrained spacing between sections and structured blocks.",
|
|
115
|
-
"markdownDescription": "Use restrained spacing between sections and structured blocks.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
115
|
+
"markdownDescription": "Use restrained spacing between sections and structured blocks.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)"
|
|
116
116
|
},
|
|
117
117
|
{
|
|
118
118
|
"const": "normal",
|
|
119
119
|
"title": "Normal",
|
|
120
120
|
"description": "Use balanced content spacing.",
|
|
121
|
-
"markdownDescription": "Use balanced content spacing.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
121
|
+
"markdownDescription": "Use balanced content spacing.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)"
|
|
122
122
|
},
|
|
123
123
|
{
|
|
124
124
|
"const": "spacious",
|
|
125
125
|
"title": "Spacious",
|
|
126
126
|
"description": "Use more expansive spacing between sections and structured blocks.",
|
|
127
|
-
"markdownDescription": "Use more expansive spacing between sections and structured blocks.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
127
|
+
"markdownDescription": "Use more expansive spacing between sections and structured blocks.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)"
|
|
128
128
|
}
|
|
129
129
|
],
|
|
130
|
-
"markdownDescription": "```yaml\nlayout:\n contentSpacing: compact\n```\n\nPage content spacing. Omit this to keep the selected preset or inherited page setting.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
130
|
+
"markdownDescription": "```yaml\nlayout:\n contentSpacing: compact\n```\n\nPage content spacing. Omit this to keep the selected preset or inherited page setting.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)"
|
|
131
131
|
},
|
|
132
132
|
"textWidth": {
|
|
133
133
|
"description": "Body-text line length. Omit this to keep the selected preset or inherited page setting.",
|
|
@@ -137,28 +137,28 @@
|
|
|
137
137
|
"const": "narrow",
|
|
138
138
|
"title": "Narrow",
|
|
139
139
|
"description": "Use a shorter line length suited to reading-focused text.",
|
|
140
|
-
"markdownDescription": "Use a shorter line length suited to reading-focused text.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
140
|
+
"markdownDescription": "Use a shorter line length suited to reading-focused text.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)"
|
|
141
141
|
},
|
|
142
142
|
{
|
|
143
143
|
"const": "normal",
|
|
144
144
|
"title": "Normal",
|
|
145
145
|
"description": "Use the balanced default line length.",
|
|
146
|
-
"markdownDescription": "Use the balanced default line length.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
146
|
+
"markdownDescription": "Use the balanced default line length.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)"
|
|
147
147
|
},
|
|
148
148
|
{
|
|
149
149
|
"const": "wide",
|
|
150
150
|
"title": "Wide",
|
|
151
151
|
"description": "Allow body text to use more horizontal space.",
|
|
152
|
-
"markdownDescription": "Allow body text to use more horizontal space.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
152
|
+
"markdownDescription": "Allow body text to use more horizontal space.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)"
|
|
153
153
|
}
|
|
154
154
|
],
|
|
155
|
-
"markdownDescription": "```yaml\nlayout:\n textWidth: narrow\n```\n\nBody-text line length. Omit this to keep the selected preset or inherited page setting.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
155
|
+
"markdownDescription": "```yaml\nlayout:\n textWidth: narrow\n```\n\nBody-text line length. Omit this to keep the selected preset or inherited page setting.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)"
|
|
156
156
|
},
|
|
157
157
|
"pageWidth": {
|
|
158
158
|
"description": "Maximum width of the site layout. Omit this to keep the selected preset.",
|
|
159
159
|
"type": "string",
|
|
160
160
|
"pattern": "^(?:0|(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)|clamp\\(\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*,\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*,\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*\\))$",
|
|
161
|
-
"markdownDescription": "```yaml\nlayout:\n pageWidth: 72rem\n```\n\nMaximum width of the site layout. Omit this to keep the selected preset.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
161
|
+
"markdownDescription": "```yaml\nlayout:\n pageWidth: 72rem\n```\n\nMaximum width of the site layout. Omit this to keep the selected preset.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)"
|
|
162
162
|
},
|
|
163
163
|
"gutter": {
|
|
164
164
|
"description": "Horizontal page gutter as one value or separate desktop and mobile values.",
|
|
@@ -175,13 +175,13 @@
|
|
|
175
175
|
"type": "string",
|
|
176
176
|
"pattern": "^(?:0|(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)|clamp\\(\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*,\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*,\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*\\))$",
|
|
177
177
|
"description": "Responsive CSS length or clamp() expression.",
|
|
178
|
-
"markdownDescription": "```yaml\nlayout:\n gutter:\n desktop: clamp(1.25rem, 4vw, 3rem)\n```\n\nResponsive CSS length or clamp() expression.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
178
|
+
"markdownDescription": "```yaml\nlayout:\n gutter:\n desktop: clamp(1.25rem, 4vw, 3rem)\n```\n\nResponsive CSS length or clamp() expression.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)"
|
|
179
179
|
},
|
|
180
180
|
"mobile": {
|
|
181
181
|
"type": "string",
|
|
182
182
|
"pattern": "^(?:0|(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)|clamp\\(\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*,\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*,\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*\\))$",
|
|
183
183
|
"description": "Responsive CSS length or clamp() expression.",
|
|
184
|
-
"markdownDescription": "```yaml\nlayout:\n gutter:\n mobile: 1rem\n```\n\nResponsive CSS length or clamp() expression.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
184
|
+
"markdownDescription": "```yaml\nlayout:\n gutter:\n mobile: 1rem\n```\n\nResponsive CSS length or clamp() expression.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)"
|
|
185
185
|
}
|
|
186
186
|
},
|
|
187
187
|
"required": [
|
|
@@ -191,11 +191,11 @@
|
|
|
191
191
|
"additionalProperties": false
|
|
192
192
|
}
|
|
193
193
|
],
|
|
194
|
-
"markdownDescription": "```yaml\nlayout:\n gutter:\n desktop: clamp(1.25rem, 4vw, 3rem)\n mobile: 1rem\n```\n\nHorizontal page gutter as one value or separate desktop and mobile values.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
194
|
+
"markdownDescription": "```yaml\nlayout:\n gutter:\n desktop: clamp(1.25rem, 4vw, 3rem)\n mobile: 1rem\n```\n\nHorizontal page gutter as one value or separate desktop and mobile values.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)",
|
|
195
195
|
"defaultSnippets": [
|
|
196
196
|
{
|
|
197
197
|
"label": "Responsive page gutter",
|
|
198
|
-
"markdownDescription": "Set separate page gutters for wider and narrow screens.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
198
|
+
"markdownDescription": "Set separate page gutters for wider and narrow screens.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)",
|
|
199
199
|
"body": {
|
|
200
200
|
"desktop": "${1:clamp(1.25rem, 4vw, 3rem)}",
|
|
201
201
|
"mobile": "${2:1rem}"
|
|
@@ -222,13 +222,13 @@
|
|
|
222
222
|
"type": "string",
|
|
223
223
|
"pattern": "^(?:0|(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)|clamp\\(\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*,\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*,\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*\\))$",
|
|
224
224
|
"description": "Responsive CSS length or clamp() expression.",
|
|
225
|
-
"markdownDescription": "```yaml\nlayout:\n spacing:\n blockGap:\n desktop: 1.5em\n```\n\nResponsive CSS length or clamp() expression.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
225
|
+
"markdownDescription": "```yaml\nlayout:\n spacing:\n blockGap:\n desktop: 1.5em\n```\n\nResponsive CSS length or clamp() expression.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)"
|
|
226
226
|
},
|
|
227
227
|
"mobile": {
|
|
228
228
|
"type": "string",
|
|
229
229
|
"pattern": "^(?:0|(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)|clamp\\(\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*,\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*,\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*\\))$",
|
|
230
230
|
"description": "Responsive CSS length or clamp() expression.",
|
|
231
|
-
"markdownDescription": "```yaml\nlayout:\n spacing:\n blockGap:\n mobile: 1.5em\n```\n\nResponsive CSS length or clamp() expression.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
231
|
+
"markdownDescription": "```yaml\nlayout:\n spacing:\n blockGap:\n mobile: 1.5em\n```\n\nResponsive CSS length or clamp() expression.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)"
|
|
232
232
|
}
|
|
233
233
|
},
|
|
234
234
|
"required": [
|
|
@@ -238,11 +238,11 @@
|
|
|
238
238
|
"additionalProperties": false
|
|
239
239
|
}
|
|
240
240
|
],
|
|
241
|
-
"markdownDescription": "```yaml\nlayout:\n spacing:\n blockGap: 1.5em\n```\n\nDefault vertical gap between structured content blocks.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
241
|
+
"markdownDescription": "```yaml\nlayout:\n spacing:\n blockGap: 1.5em\n```\n\nDefault vertical gap between structured content blocks.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)",
|
|
242
242
|
"defaultSnippets": [
|
|
243
243
|
{
|
|
244
244
|
"label": "Responsive spacing",
|
|
245
|
-
"markdownDescription": "Set separate spacing values for wider and narrow screens.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
245
|
+
"markdownDescription": "Set separate spacing values for wider and narrow screens.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)",
|
|
246
246
|
"body": {
|
|
247
247
|
"desktop": "${1:1.5em}",
|
|
248
248
|
"mobile": "${2:1.5em}"
|
|
@@ -265,13 +265,13 @@
|
|
|
265
265
|
"type": "string",
|
|
266
266
|
"pattern": "^(?:0|(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)|clamp\\(\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*,\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*,\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*\\))$",
|
|
267
267
|
"description": "Responsive CSS length or clamp() expression.",
|
|
268
|
-
"markdownDescription": "```yaml\nlayout:\n spacing:\n finalSectionBottom:\n desktop: 2rem\n```\n\nResponsive CSS length or clamp() expression.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
268
|
+
"markdownDescription": "```yaml\nlayout:\n spacing:\n finalSectionBottom:\n desktop: 2rem\n```\n\nResponsive CSS length or clamp() expression.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)"
|
|
269
269
|
},
|
|
270
270
|
"mobile": {
|
|
271
271
|
"type": "string",
|
|
272
272
|
"pattern": "^(?:0|(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)|clamp\\(\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*,\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*,\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*\\))$",
|
|
273
273
|
"description": "Responsive CSS length or clamp() expression.",
|
|
274
|
-
"markdownDescription": "```yaml\nlayout:\n spacing:\n finalSectionBottom:\n mobile: 2rem\n```\n\nResponsive CSS length or clamp() expression.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
274
|
+
"markdownDescription": "```yaml\nlayout:\n spacing:\n finalSectionBottom:\n mobile: 2rem\n```\n\nResponsive CSS length or clamp() expression.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)"
|
|
275
275
|
}
|
|
276
276
|
},
|
|
277
277
|
"required": [
|
|
@@ -281,11 +281,11 @@
|
|
|
281
281
|
"additionalProperties": false
|
|
282
282
|
}
|
|
283
283
|
],
|
|
284
|
-
"markdownDescription": "```yaml\nlayout:\n spacing:\n finalSectionBottom: 2rem\n```\n\nBottom space after the final section.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
284
|
+
"markdownDescription": "```yaml\nlayout:\n spacing:\n finalSectionBottom: 2rem\n```\n\nBottom space after the final section.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)",
|
|
285
285
|
"defaultSnippets": [
|
|
286
286
|
{
|
|
287
287
|
"label": "Responsive spacing",
|
|
288
|
-
"markdownDescription": "Set separate spacing values for wider and narrow screens.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
288
|
+
"markdownDescription": "Set separate spacing values for wider and narrow screens.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)",
|
|
289
289
|
"body": {
|
|
290
290
|
"desktop": "${1:2rem}",
|
|
291
291
|
"mobile": "${2:2rem}"
|
|
@@ -308,13 +308,13 @@
|
|
|
308
308
|
"type": "string",
|
|
309
309
|
"pattern": "^(?:0|(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)|clamp\\(\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*,\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*,\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*\\))$",
|
|
310
310
|
"description": "Responsive CSS length or clamp() expression.",
|
|
311
|
-
"markdownDescription": "```yaml\nlayout:\n spacing:\n firstSectionTop:\n desktop: 1.5rem\n```\n\nResponsive CSS length or clamp() expression.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
311
|
+
"markdownDescription": "```yaml\nlayout:\n spacing:\n firstSectionTop:\n desktop: 1.5rem\n```\n\nResponsive CSS length or clamp() expression.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)"
|
|
312
312
|
},
|
|
313
313
|
"mobile": {
|
|
314
314
|
"type": "string",
|
|
315
315
|
"pattern": "^(?:0|(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)|clamp\\(\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*,\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*,\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*\\))$",
|
|
316
316
|
"description": "Responsive CSS length or clamp() expression.",
|
|
317
|
-
"markdownDescription": "```yaml\nlayout:\n spacing:\n firstSectionTop:\n mobile: 1.5rem\n```\n\nResponsive CSS length or clamp() expression.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
317
|
+
"markdownDescription": "```yaml\nlayout:\n spacing:\n firstSectionTop:\n mobile: 1.5rem\n```\n\nResponsive CSS length or clamp() expression.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)"
|
|
318
318
|
}
|
|
319
319
|
},
|
|
320
320
|
"required": [
|
|
@@ -324,11 +324,11 @@
|
|
|
324
324
|
"additionalProperties": false
|
|
325
325
|
}
|
|
326
326
|
],
|
|
327
|
-
"markdownDescription": "```yaml\nlayout:\n spacing:\n firstSectionTop: 1.5rem\n```\n\nTop space before the first section.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
327
|
+
"markdownDescription": "```yaml\nlayout:\n spacing:\n firstSectionTop: 1.5rem\n```\n\nTop space before the first section.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)",
|
|
328
328
|
"defaultSnippets": [
|
|
329
329
|
{
|
|
330
330
|
"label": "Responsive spacing",
|
|
331
|
-
"markdownDescription": "Set separate spacing values for wider and narrow screens.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
331
|
+
"markdownDescription": "Set separate spacing values for wider and narrow screens.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)",
|
|
332
332
|
"body": {
|
|
333
333
|
"desktop": "${1:1.5rem}",
|
|
334
334
|
"mobile": "${2:1.5rem}"
|
|
@@ -351,13 +351,13 @@
|
|
|
351
351
|
"type": "string",
|
|
352
352
|
"pattern": "^(?:0|(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)|clamp\\(\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*,\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*,\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*\\))$",
|
|
353
353
|
"description": "Responsive CSS length or clamp() expression.",
|
|
354
|
-
"markdownDescription": "```yaml\nlayout:\n spacing:\n headingToBlock:\n desktop: 0.75em\n```\n\nResponsive CSS length or clamp() expression.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
354
|
+
"markdownDescription": "```yaml\nlayout:\n spacing:\n headingToBlock:\n desktop: 0.75em\n```\n\nResponsive CSS length or clamp() expression.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)"
|
|
355
355
|
},
|
|
356
356
|
"mobile": {
|
|
357
357
|
"type": "string",
|
|
358
358
|
"pattern": "^(?:0|(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)|clamp\\(\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*,\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*,\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*\\))$",
|
|
359
359
|
"description": "Responsive CSS length or clamp() expression.",
|
|
360
|
-
"markdownDescription": "```yaml\nlayout:\n spacing:\n headingToBlock:\n mobile: 0.75em\n```\n\nResponsive CSS length or clamp() expression.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
360
|
+
"markdownDescription": "```yaml\nlayout:\n spacing:\n headingToBlock:\n mobile: 0.75em\n```\n\nResponsive CSS length or clamp() expression.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)"
|
|
361
361
|
}
|
|
362
362
|
},
|
|
363
363
|
"required": [
|
|
@@ -367,11 +367,11 @@
|
|
|
367
367
|
"additionalProperties": false
|
|
368
368
|
}
|
|
369
369
|
],
|
|
370
|
-
"markdownDescription": "```yaml\nlayout:\n spacing:\n headingToBlock: 0.75em\n```\n\nGap from a section heading to a following structured block.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
370
|
+
"markdownDescription": "```yaml\nlayout:\n spacing:\n headingToBlock: 0.75em\n```\n\nGap from a section heading to a following structured block.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)",
|
|
371
371
|
"defaultSnippets": [
|
|
372
372
|
{
|
|
373
373
|
"label": "Responsive spacing",
|
|
374
|
-
"markdownDescription": "Set separate spacing values for wider and narrow screens.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
374
|
+
"markdownDescription": "Set separate spacing values for wider and narrow screens.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)",
|
|
375
375
|
"body": {
|
|
376
376
|
"desktop": "${1:0.75em}",
|
|
377
377
|
"mobile": "${2:0.75em}"
|
|
@@ -394,13 +394,13 @@
|
|
|
394
394
|
"type": "string",
|
|
395
395
|
"pattern": "^(?:0|(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)|clamp\\(\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*,\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*,\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*\\))$",
|
|
396
396
|
"description": "Responsive CSS length or clamp() expression.",
|
|
397
|
-
"markdownDescription": "```yaml\nlayout:\n spacing:\n imageGap:\n desktop: 1rem\n```\n\nResponsive CSS length or clamp() expression.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
397
|
+
"markdownDescription": "```yaml\nlayout:\n spacing:\n imageGap:\n desktop: 1rem\n```\n\nResponsive CSS length or clamp() expression.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)"
|
|
398
398
|
},
|
|
399
399
|
"mobile": {
|
|
400
400
|
"type": "string",
|
|
401
401
|
"pattern": "^(?:0|(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)|clamp\\(\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*,\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*,\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*\\))$",
|
|
402
402
|
"description": "Responsive CSS length or clamp() expression.",
|
|
403
|
-
"markdownDescription": "```yaml\nlayout:\n spacing:\n imageGap:\n mobile: 1rem\n```\n\nResponsive CSS length or clamp() expression.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
403
|
+
"markdownDescription": "```yaml\nlayout:\n spacing:\n imageGap:\n mobile: 1rem\n```\n\nResponsive CSS length or clamp() expression.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)"
|
|
404
404
|
}
|
|
405
405
|
},
|
|
406
406
|
"required": [
|
|
@@ -410,11 +410,11 @@
|
|
|
410
410
|
"additionalProperties": false
|
|
411
411
|
}
|
|
412
412
|
],
|
|
413
|
-
"markdownDescription": "```yaml\nlayout:\n spacing:\n imageGap: 1rem\n```\n\nGap between images in an image stack.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
413
|
+
"markdownDescription": "```yaml\nlayout:\n spacing:\n imageGap: 1rem\n```\n\nGap between images in an image stack.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)",
|
|
414
414
|
"defaultSnippets": [
|
|
415
415
|
{
|
|
416
416
|
"label": "Responsive spacing",
|
|
417
|
-
"markdownDescription": "Set separate spacing values for wider and narrow screens.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
417
|
+
"markdownDescription": "Set separate spacing values for wider and narrow screens.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)",
|
|
418
418
|
"body": {
|
|
419
419
|
"desktop": "${1:1rem}",
|
|
420
420
|
"mobile": "${2:1rem}"
|
|
@@ -437,13 +437,13 @@
|
|
|
437
437
|
"type": "string",
|
|
438
438
|
"pattern": "^(?:0|(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)|clamp\\(\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*,\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*,\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*\\))$",
|
|
439
439
|
"description": "Responsive CSS length or clamp() expression.",
|
|
440
|
-
"markdownDescription": "```yaml\nlayout:\n spacing:\n sectionGap:\n desktop: 2rem\n```\n\nResponsive CSS length or clamp() expression.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
440
|
+
"markdownDescription": "```yaml\nlayout:\n spacing:\n sectionGap:\n desktop: 2rem\n```\n\nResponsive CSS length or clamp() expression.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)"
|
|
441
441
|
},
|
|
442
442
|
"mobile": {
|
|
443
443
|
"type": "string",
|
|
444
444
|
"pattern": "^(?:0|(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)|clamp\\(\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*,\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*,\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*\\))$",
|
|
445
445
|
"description": "Responsive CSS length or clamp() expression.",
|
|
446
|
-
"markdownDescription": "```yaml\nlayout:\n spacing:\n sectionGap:\n mobile: 2rem\n```\n\nResponsive CSS length or clamp() expression.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
446
|
+
"markdownDescription": "```yaml\nlayout:\n spacing:\n sectionGap:\n mobile: 2rem\n```\n\nResponsive CSS length or clamp() expression.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)"
|
|
447
447
|
}
|
|
448
448
|
},
|
|
449
449
|
"required": [
|
|
@@ -453,11 +453,11 @@
|
|
|
453
453
|
"additionalProperties": false
|
|
454
454
|
}
|
|
455
455
|
],
|
|
456
|
-
"markdownDescription": "```yaml\nlayout:\n spacing:\n sectionGap: 2rem\n```\n\nVertical separation between page sections.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
456
|
+
"markdownDescription": "```yaml\nlayout:\n spacing:\n sectionGap: 2rem\n```\n\nVertical separation between page sections.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)",
|
|
457
457
|
"defaultSnippets": [
|
|
458
458
|
{
|
|
459
459
|
"label": "Responsive spacing",
|
|
460
|
-
"markdownDescription": "Set separate spacing values for wider and narrow screens.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
460
|
+
"markdownDescription": "Set separate spacing values for wider and narrow screens.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)",
|
|
461
461
|
"body": {
|
|
462
462
|
"desktop": "${1:2rem}",
|
|
463
463
|
"mobile": "${2:2rem}"
|
|
@@ -467,11 +467,11 @@
|
|
|
467
467
|
}
|
|
468
468
|
},
|
|
469
469
|
"additionalProperties": false,
|
|
470
|
-
"markdownDescription": "```yaml\nlayout:\n spacing:\n sectionGap: 2rem\n```\n\nFine-grained spacing overrides.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
470
|
+
"markdownDescription": "```yaml\nlayout:\n spacing:\n sectionGap: 2rem\n```\n\nFine-grained spacing overrides.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)",
|
|
471
471
|
"defaultSnippets": [
|
|
472
472
|
{
|
|
473
473
|
"label": "Layout spacing overrides",
|
|
474
|
-
"markdownDescription": "Start with the structural spacing values most commonly adjusted together.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
474
|
+
"markdownDescription": "Start with the structural spacing values most commonly adjusted together.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)",
|
|
475
475
|
"body": {
|
|
476
476
|
"sectionGap": {
|
|
477
477
|
"desktop": "${1:2rem}",
|
|
@@ -486,7 +486,7 @@
|
|
|
486
486
|
},
|
|
487
487
|
"additionalProperties": false,
|
|
488
488
|
"description": "Optional layout overrides applied after the preset.",
|
|
489
|
-
"markdownDescription": "```yaml\nlayout:\n contentSpacing: compact\n textWidth: narrow\n```\n\nOverrides text width, content spacing, page width and gutters after the selected preset.\n\n[Layout reference](https://github.com/janga/norna/blob/v0.7.
|
|
489
|
+
"markdownDescription": "```yaml\nlayout:\n contentSpacing: compact\n textWidth: narrow\n```\n\nOverrides text width, content spacing, page width and gutters after the selected preset.\n\n[Layout reference (current)](https://janga.github.io/norna/reference/configuration/layout/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/090-layout/content.md)"
|
|
490
490
|
},
|
|
491
491
|
"images": {
|
|
492
492
|
"type": "object",
|
|
@@ -499,22 +499,22 @@
|
|
|
499
499
|
"const": "prose-aligned",
|
|
500
500
|
"title": "Prose-aligned",
|
|
501
501
|
"description": "Start managed images and captions at the body-text edge and size them from the page content area.",
|
|
502
|
-
"markdownDescription": "Start managed images and captions at the body-text edge and size them from the page content area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
502
|
+
"markdownDescription": "Start managed images and captions at the body-text edge and size them from the page content area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/images/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/100-images/content.md)"
|
|
503
503
|
},
|
|
504
504
|
{
|
|
505
505
|
"const": "centered-fit",
|
|
506
506
|
"title": "Centered fit",
|
|
507
507
|
"description": "Center managed images and captions in the page media area and constrain them by available width and viewport height.",
|
|
508
|
-
"markdownDescription": "Center managed images and captions in the page media area and constrain them by available width and viewport height.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
508
|
+
"markdownDescription": "Center managed images and captions in the page media area and constrain them by available width and viewport height.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/images/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/100-images/content.md)"
|
|
509
509
|
}
|
|
510
510
|
],
|
|
511
|
-
"markdownDescription": "```yaml\nimages:\n presentation: prose-aligned\n```\n\nManaged-image presentation method. Omit this to keep the selected preset or inherited page setting.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
511
|
+
"markdownDescription": "```yaml\nimages:\n presentation: prose-aligned\n```\n\nManaged-image presentation method. Omit this to keep the selected preset or inherited page setting.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/images/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/100-images/content.md)"
|
|
512
512
|
},
|
|
513
513
|
"width": {
|
|
514
514
|
"description": "Maximum managed-image width. Omit this to keep the selected preset.",
|
|
515
515
|
"type": "string",
|
|
516
516
|
"pattern": "^(?:0|(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)|clamp\\(\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*,\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*,\\s*(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|vw|vh|vmin|vmax|ch|%)\\s*\\))$",
|
|
517
|
-
"markdownDescription": "```yaml\nimages:\n width: 900px\n```\n\nMaximum managed-image width. Omit this to keep the selected preset.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
517
|
+
"markdownDescription": "```yaml\nimages:\n width: 900px\n```\n\nMaximum managed-image width. Omit this to keep the selected preset.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/images/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/100-images/content.md)"
|
|
518
518
|
},
|
|
519
519
|
"maxAvailableWidthPercent": {
|
|
520
520
|
"description": "Maximum percentage of available horizontal space used by managed images.",
|
|
@@ -532,14 +532,14 @@
|
|
|
532
532
|
"exclusiveMinimum": 0,
|
|
533
533
|
"maximum": 100,
|
|
534
534
|
"description": "Percentage used on wider screens.",
|
|
535
|
-
"markdownDescription": "```yaml\nimages:\n maxAvailableWidthPercent:\n desktop: 100\n```\n\nPercentage used on wider screens.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
535
|
+
"markdownDescription": "```yaml\nimages:\n maxAvailableWidthPercent:\n desktop: 100\n```\n\nPercentage used on wider screens.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/images/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/100-images/content.md)"
|
|
536
536
|
},
|
|
537
537
|
"mobile": {
|
|
538
538
|
"type": "number",
|
|
539
539
|
"exclusiveMinimum": 0,
|
|
540
540
|
"maximum": 100,
|
|
541
541
|
"description": "Percentage used on narrow screens.",
|
|
542
|
-
"markdownDescription": "```yaml\nimages:\n maxAvailableWidthPercent:\n mobile: 100\n```\n\nPercentage used on narrow screens.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
542
|
+
"markdownDescription": "```yaml\nimages:\n maxAvailableWidthPercent:\n mobile: 100\n```\n\nPercentage used on narrow screens.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/images/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/100-images/content.md)"
|
|
543
543
|
}
|
|
544
544
|
},
|
|
545
545
|
"required": [
|
|
@@ -549,11 +549,11 @@
|
|
|
549
549
|
"additionalProperties": false
|
|
550
550
|
}
|
|
551
551
|
],
|
|
552
|
-
"markdownDescription": "```yaml\nimages:\n maxAvailableWidthPercent:\n desktop: 100\n mobile: 100\n```\n\nMaximum percentage of available horizontal space used by managed images.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
552
|
+
"markdownDescription": "```yaml\nimages:\n maxAvailableWidthPercent:\n desktop: 100\n mobile: 100\n```\n\nMaximum percentage of available horizontal space used by managed images.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/images/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/100-images/content.md)",
|
|
553
553
|
"defaultSnippets": [
|
|
554
554
|
{
|
|
555
555
|
"label": "Responsive image limit",
|
|
556
|
-
"markdownDescription": "Set separate managed-image limits for wider and narrow screens.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
556
|
+
"markdownDescription": "Set separate managed-image limits for wider and narrow screens.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/images/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/100-images/content.md)",
|
|
557
557
|
"body": {
|
|
558
558
|
"desktop": "${1:100}",
|
|
559
559
|
"mobile": "${2:100}"
|
|
@@ -577,14 +577,14 @@
|
|
|
577
577
|
"exclusiveMinimum": 0,
|
|
578
578
|
"maximum": 100,
|
|
579
579
|
"description": "Percentage used on wider screens.",
|
|
580
|
-
"markdownDescription": "```yaml\nimages:\n maxAvailableHeightPercent:\n desktop: 74\n```\n\nPercentage used on wider screens.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
580
|
+
"markdownDescription": "```yaml\nimages:\n maxAvailableHeightPercent:\n desktop: 74\n```\n\nPercentage used on wider screens.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/images/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/100-images/content.md)"
|
|
581
581
|
},
|
|
582
582
|
"mobile": {
|
|
583
583
|
"type": "number",
|
|
584
584
|
"exclusiveMinimum": 0,
|
|
585
585
|
"maximum": 100,
|
|
586
586
|
"description": "Percentage used on narrow screens.",
|
|
587
|
-
"markdownDescription": "```yaml\nimages:\n maxAvailableHeightPercent:\n mobile: 68\n```\n\nPercentage used on narrow screens.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
587
|
+
"markdownDescription": "```yaml\nimages:\n maxAvailableHeightPercent:\n mobile: 68\n```\n\nPercentage used on narrow screens.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/images/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/100-images/content.md)"
|
|
588
588
|
}
|
|
589
589
|
},
|
|
590
590
|
"required": [
|
|
@@ -594,11 +594,11 @@
|
|
|
594
594
|
"additionalProperties": false
|
|
595
595
|
}
|
|
596
596
|
],
|
|
597
|
-
"markdownDescription": "```yaml\nimages:\n maxAvailableHeightPercent:\n desktop: 74\n mobile: 68\n```\n\nMaximum percentage of viewport height used by centered-fit images. This setting is unavailable with prose-aligned presentation.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
597
|
+
"markdownDescription": "```yaml\nimages:\n maxAvailableHeightPercent:\n desktop: 74\n mobile: 68\n```\n\nMaximum percentage of viewport height used by centered-fit images. This setting is unavailable with prose-aligned presentation.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/images/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/100-images/content.md)",
|
|
598
598
|
"defaultSnippets": [
|
|
599
599
|
{
|
|
600
600
|
"label": "Responsive image limit",
|
|
601
|
-
"markdownDescription": "Set separate managed-image limits for wider and narrow screens.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
601
|
+
"markdownDescription": "Set separate managed-image limits for wider and narrow screens.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/images/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/100-images/content.md)",
|
|
602
602
|
"body": {
|
|
603
603
|
"desktop": "${1:74}",
|
|
604
604
|
"mobile": "${2:68}"
|
|
@@ -609,7 +609,7 @@
|
|
|
609
609
|
},
|
|
610
610
|
"additionalProperties": false,
|
|
611
611
|
"description": "Optional defaults for placing managed images inside the page content area. Persistent navigation remains outside this area.",
|
|
612
|
-
"markdownDescription": "```yaml\nimages:\n presentation: prose-aligned\n width: 900px\n```\n\nOverrides how Norna-managed image stacks and carousels align inside the page content area and how much space they may use. Persistent navigation remains outside this area.\n\n[Image sizing reference](https://github.com/janga/norna/blob/v0.7.
|
|
612
|
+
"markdownDescription": "```yaml\nimages:\n presentation: prose-aligned\n width: 900px\n```\n\nOverrides how Norna-managed image stacks and carousels align inside the page content area and how much space they may use. Persistent navigation remains outside this area.\n\n[Image sizing reference (current)](https://janga.github.io/norna/reference/configuration/images/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/100-images/content.md)"
|
|
613
613
|
},
|
|
614
614
|
"blocks": {
|
|
615
615
|
"type": "object",
|
|
@@ -625,28 +625,28 @@
|
|
|
625
625
|
"const": "text",
|
|
626
626
|
"title": "Text width",
|
|
627
627
|
"description": "Match the active body-text width, including a reader-selected reading width.",
|
|
628
|
-
"markdownDescription": "Match the active body-text width, including a reader-selected reading width.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
628
|
+
"markdownDescription": "Match the active body-text width, including a reader-selected reading width.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/content/cards/#width)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/030-content/pages/030-cards/content.md#width)"
|
|
629
629
|
},
|
|
630
630
|
{
|
|
631
631
|
"const": "narrow",
|
|
632
632
|
"title": "Narrow",
|
|
633
633
|
"description": "Limit the complete card list to at most 48rem.",
|
|
634
|
-
"markdownDescription": "Limit the complete card list to at most 48rem.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
634
|
+
"markdownDescription": "Limit the complete card list to at most 48rem.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/content/cards/#width)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/030-content/pages/030-cards/content.md#width)"
|
|
635
635
|
},
|
|
636
636
|
{
|
|
637
637
|
"const": "normal",
|
|
638
638
|
"title": "Normal",
|
|
639
639
|
"description": "Limit the complete card list to at most 56rem.",
|
|
640
|
-
"markdownDescription": "Limit the complete card list to at most 56rem.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
640
|
+
"markdownDescription": "Limit the complete card list to at most 56rem.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/content/cards/#width)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/030-content/pages/030-cards/content.md#width)"
|
|
641
641
|
},
|
|
642
642
|
{
|
|
643
643
|
"const": "wide",
|
|
644
644
|
"title": "Wide",
|
|
645
645
|
"description": "Allow the complete card list to use the available page-layout width.",
|
|
646
|
-
"markdownDescription": "Allow the complete card list to use the available page-layout width.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
646
|
+
"markdownDescription": "Allow the complete card list to use the available page-layout width.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/content/cards/#width)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/030-content/pages/030-cards/content.md#width)"
|
|
647
647
|
}
|
|
648
648
|
],
|
|
649
|
-
"markdownDescription": "```yaml\nblocks:\n cardList:\n width: text\n```\n\nDefault maximum width for card lists. A width written in a card-list block overrides this value.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
649
|
+
"markdownDescription": "```yaml\nblocks:\n cardList:\n width: text\n```\n\nDefault maximum width for card lists. A width written in a card-list block overrides this value.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/content/cards/#width)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/030-content/pages/030-cards/content.md#width)",
|
|
650
650
|
"examples": [
|
|
651
651
|
"text",
|
|
652
652
|
"narrow",
|
|
@@ -660,16 +660,16 @@
|
|
|
660
660
|
],
|
|
661
661
|
"additionalProperties": false,
|
|
662
662
|
"description": "Site-wide card-list defaults.",
|
|
663
|
-
"markdownDescription": "```yaml\nblocks:\n cardList:\n width: text\n```\n\nSets site-wide defaults for card lists. A `width` option in an individual `card-list` block overrides this setting.\n\n[Content block defaults](https://github.com/janga/norna/blob/v0.7.
|
|
663
|
+
"markdownDescription": "```yaml\nblocks:\n cardList:\n width: text\n```\n\nSets site-wide defaults for card lists. A `width` option in an individual `card-list` block overrides this setting.\n\n[Content block defaults (current)](https://janga.github.io/norna/reference/content/cards/#width)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/030-content/pages/030-cards/content.md#width)"
|
|
664
664
|
}
|
|
665
665
|
},
|
|
666
666
|
"additionalProperties": false,
|
|
667
667
|
"description": "Optional site-wide defaults for structured Norna content blocks.",
|
|
668
|
-
"markdownDescription": "```yaml\nblocks:\n cardList:\n width: text\n```\n\nOverrides preset defaults for structured Norna content blocks throughout the site. Options written directly in a Markdown block take priority.\n\n[Content block defaults](https://github.com/janga/norna/blob/v0.7.
|
|
668
|
+
"markdownDescription": "```yaml\nblocks:\n cardList:\n width: text\n```\n\nOverrides preset defaults for structured Norna content blocks throughout the site. Options written directly in a Markdown block take priority.\n\n[Content block defaults (current)](https://janga.github.io/norna/reference/content/cards/#width)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/030-content/pages/030-cards/content.md#width)",
|
|
669
669
|
"defaultSnippets": [
|
|
670
670
|
{
|
|
671
671
|
"label": "Override content-block defaults",
|
|
672
|
-
"markdownDescription": "Override a preset default for structured content blocks across the site.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
672
|
+
"markdownDescription": "Override a preset default for structured content blocks across the site.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/content/cards/#width)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/030-content/pages/030-cards/content.md#width)",
|
|
673
673
|
"body": {
|
|
674
674
|
"cardList": {
|
|
675
675
|
"width": "${1:text}"
|
|
@@ -685,7 +685,7 @@
|
|
|
685
685
|
"description": "CSS font-family stack.",
|
|
686
686
|
"type": "string",
|
|
687
687
|
"minLength": 1,
|
|
688
|
-
"markdownDescription": "```yaml\ntypography:\n fontFamily: \"Arial, sans-serif\"\n```\n\nCSS font-family stack.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
688
|
+
"markdownDescription": "```yaml\ntypography:\n fontFamily: \"Arial, sans-serif\"\n```\n\nCSS font-family stack.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
689
689
|
},
|
|
690
690
|
"profile": {
|
|
691
691
|
"description": "Typography profile. Omit this to keep the selected preset.",
|
|
@@ -695,28 +695,28 @@
|
|
|
695
695
|
"const": "restrained",
|
|
696
696
|
"title": "Restrained",
|
|
697
697
|
"description": "Quiet typography with regular-weight headings and balanced line lengths.",
|
|
698
|
-
"markdownDescription": "Quiet typography with regular-weight headings and balanced line lengths.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
698
|
+
"markdownDescription": "Quiet typography with regular-weight headings and balanced line lengths.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
699
699
|
},
|
|
700
700
|
{
|
|
701
701
|
"const": "dense",
|
|
702
702
|
"title": "Dense",
|
|
703
703
|
"description": "Compact typography with wider text and tighter line height.",
|
|
704
|
-
"markdownDescription": "Compact typography with wider text and tighter line height.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
704
|
+
"markdownDescription": "Compact typography with wider text and tighter line height.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
705
705
|
},
|
|
706
706
|
{
|
|
707
707
|
"const": "reading",
|
|
708
708
|
"title": "Reading",
|
|
709
709
|
"description": "Reading-focused typography with narrower text and relaxed line height.",
|
|
710
|
-
"markdownDescription": "Reading-focused typography with narrower text and relaxed line height.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
710
|
+
"markdownDescription": "Reading-focused typography with narrower text and relaxed line height.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
711
711
|
},
|
|
712
712
|
{
|
|
713
713
|
"const": "statement",
|
|
714
714
|
"title": "Statement",
|
|
715
715
|
"description": "Stronger headings and tighter body rhythm for short, expressive pages.",
|
|
716
|
-
"markdownDescription": "Stronger headings and tighter body rhythm for short, expressive pages.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
716
|
+
"markdownDescription": "Stronger headings and tighter body rhythm for short, expressive pages.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
717
717
|
}
|
|
718
718
|
],
|
|
719
|
-
"markdownDescription": "```yaml\ntypography:\n profile: reading\n```\n\nTypography profile. Omit this to keep the selected preset.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
719
|
+
"markdownDescription": "```yaml\ntypography:\n profile: reading\n```\n\nTypography profile. Omit this to keep the selected preset.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
720
720
|
},
|
|
721
721
|
"rhythm": {
|
|
722
722
|
"description": "Typography spacing rhythm. Omit this to keep the selected preset.",
|
|
@@ -726,22 +726,22 @@
|
|
|
726
726
|
"const": "compact",
|
|
727
727
|
"title": "Compact",
|
|
728
728
|
"description": "Reduce vertical spacing while preserving readable separation.",
|
|
729
|
-
"markdownDescription": "Reduce vertical spacing while preserving readable separation.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
729
|
+
"markdownDescription": "Reduce vertical spacing while preserving readable separation.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
730
730
|
},
|
|
731
731
|
{
|
|
732
732
|
"const": "normal",
|
|
733
733
|
"title": "Normal",
|
|
734
734
|
"description": "Use balanced vertical spacing.",
|
|
735
|
-
"markdownDescription": "Use balanced vertical spacing.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
735
|
+
"markdownDescription": "Use balanced vertical spacing.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
736
736
|
},
|
|
737
737
|
{
|
|
738
738
|
"const": "airy",
|
|
739
739
|
"title": "Airy",
|
|
740
740
|
"description": "Increase vertical spacing for a more expansive presentation.",
|
|
741
|
-
"markdownDescription": "Increase vertical spacing for a more expansive presentation.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
741
|
+
"markdownDescription": "Increase vertical spacing for a more expansive presentation.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
742
742
|
}
|
|
743
743
|
],
|
|
744
|
-
"markdownDescription": "```yaml\ntypography:\n rhythm: normal\n```\n\nTypography spacing rhythm. Omit this to keep the selected preset.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
744
|
+
"markdownDescription": "```yaml\ntypography:\n rhythm: normal\n```\n\nTypography spacing rhythm. Omit this to keep the selected preset.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
745
745
|
},
|
|
746
746
|
"overrides": {
|
|
747
747
|
"description": "Focused typography overrides applied after the profile.",
|
|
@@ -767,22 +767,22 @@
|
|
|
767
767
|
"const": "left",
|
|
768
768
|
"title": "Left",
|
|
769
769
|
"description": "Align text with the left edge of its text area.",
|
|
770
|
-
"markdownDescription": "Align text with the left edge of its text area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
770
|
+
"markdownDescription": "Align text with the left edge of its text area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
771
771
|
},
|
|
772
772
|
{
|
|
773
773
|
"const": "center",
|
|
774
774
|
"title": "Center",
|
|
775
775
|
"description": "Center text within its text area.",
|
|
776
|
-
"markdownDescription": "Center text within its text area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
776
|
+
"markdownDescription": "Center text within its text area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
777
777
|
},
|
|
778
778
|
{
|
|
779
779
|
"const": "right",
|
|
780
780
|
"title": "Right",
|
|
781
781
|
"description": "Align text with the right edge of its text area.",
|
|
782
|
-
"markdownDescription": "Align text with the right edge of its text area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
782
|
+
"markdownDescription": "Align text with the right edge of its text area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
783
783
|
}
|
|
784
784
|
],
|
|
785
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h1:\n \n align:\n desktop: left\n```\n\nText alignment on wider screens.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
785
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h1:\n \n align:\n desktop: left\n```\n\nText alignment on wider screens.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
786
786
|
},
|
|
787
787
|
"mobile": {
|
|
788
788
|
"description": "Text alignment on narrow screens.",
|
|
@@ -792,30 +792,30 @@
|
|
|
792
792
|
"const": "left",
|
|
793
793
|
"title": "Left",
|
|
794
794
|
"description": "Align text with the left edge of its text area.",
|
|
795
|
-
"markdownDescription": "Align text with the left edge of its text area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
795
|
+
"markdownDescription": "Align text with the left edge of its text area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
796
796
|
},
|
|
797
797
|
{
|
|
798
798
|
"const": "center",
|
|
799
799
|
"title": "Center",
|
|
800
800
|
"description": "Center text within its text area.",
|
|
801
|
-
"markdownDescription": "Center text within its text area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
801
|
+
"markdownDescription": "Center text within its text area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
802
802
|
},
|
|
803
803
|
{
|
|
804
804
|
"const": "right",
|
|
805
805
|
"title": "Right",
|
|
806
806
|
"description": "Align text with the right edge of its text area.",
|
|
807
|
-
"markdownDescription": "Align text with the right edge of its text area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
807
|
+
"markdownDescription": "Align text with the right edge of its text area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
808
808
|
}
|
|
809
809
|
],
|
|
810
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h1:\n \n align:\n mobile: left\n```\n\nText alignment on narrow screens.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
810
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h1:\n \n align:\n mobile: left\n```\n\nText alignment on narrow screens.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
811
811
|
}
|
|
812
812
|
},
|
|
813
813
|
"additionalProperties": false,
|
|
814
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h1:\n \n align:\n desktop: left\n mobile: left\n```\n\nResponsive text alignment override.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
814
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h1:\n \n align:\n desktop: left\n mobile: left\n```\n\nResponsive text alignment override.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)",
|
|
815
815
|
"defaultSnippets": [
|
|
816
816
|
{
|
|
817
817
|
"label": "Responsive text alignment",
|
|
818
|
-
"markdownDescription": "Set separate text alignment for wider and narrow screens.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
818
|
+
"markdownDescription": "Set separate text alignment for wider and narrow screens.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)",
|
|
819
819
|
"body": {
|
|
820
820
|
"desktop": "${1:left}",
|
|
821
821
|
"mobile": "${2:left}"
|
|
@@ -831,35 +831,35 @@
|
|
|
831
831
|
"const": "small",
|
|
832
832
|
"title": "Small",
|
|
833
833
|
"description": "Use the small type size from the active typography system.",
|
|
834
|
-
"markdownDescription": "Use the small type size from the active typography system.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
834
|
+
"markdownDescription": "Use the small type size from the active typography system.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
835
835
|
},
|
|
836
836
|
{
|
|
837
837
|
"const": "medium",
|
|
838
838
|
"title": "Medium",
|
|
839
839
|
"description": "Use the standard type size from the active typography system.",
|
|
840
|
-
"markdownDescription": "Use the standard type size from the active typography system.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
840
|
+
"markdownDescription": "Use the standard type size from the active typography system.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
841
841
|
},
|
|
842
842
|
{
|
|
843
843
|
"const": "large",
|
|
844
844
|
"title": "Large",
|
|
845
845
|
"description": "Use a larger type size for stronger emphasis.",
|
|
846
|
-
"markdownDescription": "Use a larger type size for stronger emphasis.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
846
|
+
"markdownDescription": "Use a larger type size for stronger emphasis.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
847
847
|
},
|
|
848
848
|
{
|
|
849
849
|
"const": "xlarge",
|
|
850
850
|
"title": "Extra large",
|
|
851
851
|
"description": "Use the largest available type size for exceptional emphasis.",
|
|
852
|
-
"markdownDescription": "Use the largest available type size for exceptional emphasis.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
852
|
+
"markdownDescription": "Use the largest available type size for exceptional emphasis.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
853
853
|
}
|
|
854
854
|
],
|
|
855
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h1:\n \n size: medium\n```\n\nText size from the active typography system. Omit an override to keep the profile value.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
855
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h1:\n \n size: medium\n```\n\nText size from the active typography system. Omit an override to keep the profile value.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
856
856
|
},
|
|
857
857
|
"lineHeight": {
|
|
858
858
|
"type": "number",
|
|
859
859
|
"minimum": 1,
|
|
860
860
|
"maximum": 3,
|
|
861
861
|
"description": "Unitless heading line height between 1 and 3.",
|
|
862
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h1:\n \n lineHeight: 1.5\n```\n\nUnitless heading line height between 1 and 3.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
862
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h1:\n \n lineHeight: 1.5\n```\n\nUnitless heading line height between 1 and 3.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
863
863
|
},
|
|
864
864
|
"weight": {
|
|
865
865
|
"description": "Heading font weight. Omit this to keep the profile value.",
|
|
@@ -868,44 +868,44 @@
|
|
|
868
868
|
"const": 400,
|
|
869
869
|
"title": "Regular",
|
|
870
870
|
"description": "Use regular font weight.",
|
|
871
|
-
"markdownDescription": "Use regular font weight.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
871
|
+
"markdownDescription": "Use regular font weight.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
872
872
|
},
|
|
873
873
|
{
|
|
874
874
|
"const": 500,
|
|
875
875
|
"title": "Medium",
|
|
876
876
|
"description": "Use medium font weight.",
|
|
877
|
-
"markdownDescription": "Use medium font weight.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
877
|
+
"markdownDescription": "Use medium font weight.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
878
878
|
},
|
|
879
879
|
{
|
|
880
880
|
"const": 600,
|
|
881
881
|
"title": "Semibold",
|
|
882
882
|
"description": "Use semibold font weight.",
|
|
883
|
-
"markdownDescription": "Use semibold font weight.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
883
|
+
"markdownDescription": "Use semibold font weight.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
884
884
|
},
|
|
885
885
|
{
|
|
886
886
|
"const": 700,
|
|
887
887
|
"title": "Bold",
|
|
888
888
|
"description": "Use bold font weight.",
|
|
889
|
-
"markdownDescription": "Use bold font weight.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
889
|
+
"markdownDescription": "Use bold font weight.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
890
890
|
}
|
|
891
891
|
],
|
|
892
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h1:\n \n weight: 600\n```\n\nHeading font weight. Omit this to keep the profile value.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
892
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h1:\n \n weight: 600\n```\n\nHeading font weight. Omit this to keep the profile value.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
893
893
|
},
|
|
894
894
|
"spacingBefore": {
|
|
895
895
|
"description": "Vertical space before the heading.",
|
|
896
896
|
"type": "string",
|
|
897
897
|
"pattern": "^(?:0|(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|ch|lh))$",
|
|
898
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h1:\n \n spacingBefore: 1.5em\n```\n\nVertical space before the heading.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
898
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h1:\n \n spacingBefore: 1.5em\n```\n\nVertical space before the heading.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
899
899
|
},
|
|
900
900
|
"spacingAfter": {
|
|
901
901
|
"description": "Vertical space after the heading.",
|
|
902
902
|
"type": "string",
|
|
903
903
|
"pattern": "^(?:0|(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|ch|lh))$",
|
|
904
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h1:\n \n spacingAfter: 0.5em\n```\n\nVertical space after the heading.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
904
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h1:\n \n spacingAfter: 0.5em\n```\n\nVertical space after the heading.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
905
905
|
}
|
|
906
906
|
},
|
|
907
907
|
"additionalProperties": false,
|
|
908
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h1:\n size: medium\n```\n\nOverrides for Markdown level 1 headings.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
908
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h1:\n size: medium\n```\n\nOverrides for Markdown level 1 headings.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
909
909
|
},
|
|
910
910
|
"h2": {
|
|
911
911
|
"description": "Overrides for Markdown level 2 section headings.",
|
|
@@ -923,22 +923,22 @@
|
|
|
923
923
|
"const": "left",
|
|
924
924
|
"title": "Left",
|
|
925
925
|
"description": "Align text with the left edge of its text area.",
|
|
926
|
-
"markdownDescription": "Align text with the left edge of its text area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
926
|
+
"markdownDescription": "Align text with the left edge of its text area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
927
927
|
},
|
|
928
928
|
{
|
|
929
929
|
"const": "center",
|
|
930
930
|
"title": "Center",
|
|
931
931
|
"description": "Center text within its text area.",
|
|
932
|
-
"markdownDescription": "Center text within its text area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
932
|
+
"markdownDescription": "Center text within its text area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
933
933
|
},
|
|
934
934
|
{
|
|
935
935
|
"const": "right",
|
|
936
936
|
"title": "Right",
|
|
937
937
|
"description": "Align text with the right edge of its text area.",
|
|
938
|
-
"markdownDescription": "Align text with the right edge of its text area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
938
|
+
"markdownDescription": "Align text with the right edge of its text area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
939
939
|
}
|
|
940
940
|
],
|
|
941
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h2:\n \n align:\n desktop: left\n```\n\nText alignment on wider screens.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
941
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h2:\n \n align:\n desktop: left\n```\n\nText alignment on wider screens.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
942
942
|
},
|
|
943
943
|
"mobile": {
|
|
944
944
|
"description": "Text alignment on narrow screens.",
|
|
@@ -948,30 +948,30 @@
|
|
|
948
948
|
"const": "left",
|
|
949
949
|
"title": "Left",
|
|
950
950
|
"description": "Align text with the left edge of its text area.",
|
|
951
|
-
"markdownDescription": "Align text with the left edge of its text area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
951
|
+
"markdownDescription": "Align text with the left edge of its text area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
952
952
|
},
|
|
953
953
|
{
|
|
954
954
|
"const": "center",
|
|
955
955
|
"title": "Center",
|
|
956
956
|
"description": "Center text within its text area.",
|
|
957
|
-
"markdownDescription": "Center text within its text area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
957
|
+
"markdownDescription": "Center text within its text area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
958
958
|
},
|
|
959
959
|
{
|
|
960
960
|
"const": "right",
|
|
961
961
|
"title": "Right",
|
|
962
962
|
"description": "Align text with the right edge of its text area.",
|
|
963
|
-
"markdownDescription": "Align text with the right edge of its text area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
963
|
+
"markdownDescription": "Align text with the right edge of its text area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
964
964
|
}
|
|
965
965
|
],
|
|
966
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h2:\n \n align:\n mobile: left\n```\n\nText alignment on narrow screens.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
966
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h2:\n \n align:\n mobile: left\n```\n\nText alignment on narrow screens.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
967
967
|
}
|
|
968
968
|
},
|
|
969
969
|
"additionalProperties": false,
|
|
970
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h2:\n \n align:\n desktop: left\n mobile: left\n```\n\nResponsive text alignment override.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
970
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h2:\n \n align:\n desktop: left\n mobile: left\n```\n\nResponsive text alignment override.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)",
|
|
971
971
|
"defaultSnippets": [
|
|
972
972
|
{
|
|
973
973
|
"label": "Responsive text alignment",
|
|
974
|
-
"markdownDescription": "Set separate text alignment for wider and narrow screens.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
974
|
+
"markdownDescription": "Set separate text alignment for wider and narrow screens.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)",
|
|
975
975
|
"body": {
|
|
976
976
|
"desktop": "${1:left}",
|
|
977
977
|
"mobile": "${2:left}"
|
|
@@ -987,35 +987,35 @@
|
|
|
987
987
|
"const": "small",
|
|
988
988
|
"title": "Small",
|
|
989
989
|
"description": "Use the small type size from the active typography system.",
|
|
990
|
-
"markdownDescription": "Use the small type size from the active typography system.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
990
|
+
"markdownDescription": "Use the small type size from the active typography system.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
991
991
|
},
|
|
992
992
|
{
|
|
993
993
|
"const": "medium",
|
|
994
994
|
"title": "Medium",
|
|
995
995
|
"description": "Use the standard type size from the active typography system.",
|
|
996
|
-
"markdownDescription": "Use the standard type size from the active typography system.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
996
|
+
"markdownDescription": "Use the standard type size from the active typography system.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
997
997
|
},
|
|
998
998
|
{
|
|
999
999
|
"const": "large",
|
|
1000
1000
|
"title": "Large",
|
|
1001
1001
|
"description": "Use a larger type size for stronger emphasis.",
|
|
1002
|
-
"markdownDescription": "Use a larger type size for stronger emphasis.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1002
|
+
"markdownDescription": "Use a larger type size for stronger emphasis.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1003
1003
|
},
|
|
1004
1004
|
{
|
|
1005
1005
|
"const": "xlarge",
|
|
1006
1006
|
"title": "Extra large",
|
|
1007
1007
|
"description": "Use the largest available type size for exceptional emphasis.",
|
|
1008
|
-
"markdownDescription": "Use the largest available type size for exceptional emphasis.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1008
|
+
"markdownDescription": "Use the largest available type size for exceptional emphasis.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1009
1009
|
}
|
|
1010
1010
|
],
|
|
1011
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h2:\n \n size: medium\n```\n\nText size from the active typography system. Omit an override to keep the profile value.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1011
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h2:\n \n size: medium\n```\n\nText size from the active typography system. Omit an override to keep the profile value.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1012
1012
|
},
|
|
1013
1013
|
"lineHeight": {
|
|
1014
1014
|
"type": "number",
|
|
1015
1015
|
"minimum": 1,
|
|
1016
1016
|
"maximum": 3,
|
|
1017
1017
|
"description": "Unitless heading line height between 1 and 3.",
|
|
1018
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h2:\n \n lineHeight: 1.5\n```\n\nUnitless heading line height between 1 and 3.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1018
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h2:\n \n lineHeight: 1.5\n```\n\nUnitless heading line height between 1 and 3.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1019
1019
|
},
|
|
1020
1020
|
"weight": {
|
|
1021
1021
|
"description": "Heading font weight. Omit this to keep the profile value.",
|
|
@@ -1024,44 +1024,44 @@
|
|
|
1024
1024
|
"const": 400,
|
|
1025
1025
|
"title": "Regular",
|
|
1026
1026
|
"description": "Use regular font weight.",
|
|
1027
|
-
"markdownDescription": "Use regular font weight.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1027
|
+
"markdownDescription": "Use regular font weight.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1028
1028
|
},
|
|
1029
1029
|
{
|
|
1030
1030
|
"const": 500,
|
|
1031
1031
|
"title": "Medium",
|
|
1032
1032
|
"description": "Use medium font weight.",
|
|
1033
|
-
"markdownDescription": "Use medium font weight.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1033
|
+
"markdownDescription": "Use medium font weight.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1034
1034
|
},
|
|
1035
1035
|
{
|
|
1036
1036
|
"const": 600,
|
|
1037
1037
|
"title": "Semibold",
|
|
1038
1038
|
"description": "Use semibold font weight.",
|
|
1039
|
-
"markdownDescription": "Use semibold font weight.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1039
|
+
"markdownDescription": "Use semibold font weight.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1040
1040
|
},
|
|
1041
1041
|
{
|
|
1042
1042
|
"const": 700,
|
|
1043
1043
|
"title": "Bold",
|
|
1044
1044
|
"description": "Use bold font weight.",
|
|
1045
|
-
"markdownDescription": "Use bold font weight.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1045
|
+
"markdownDescription": "Use bold font weight.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1046
1046
|
}
|
|
1047
1047
|
],
|
|
1048
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h2:\n \n weight: 600\n```\n\nHeading font weight. Omit this to keep the profile value.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1048
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h2:\n \n weight: 600\n```\n\nHeading font weight. Omit this to keep the profile value.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1049
1049
|
},
|
|
1050
1050
|
"spacingBefore": {
|
|
1051
1051
|
"description": "Vertical space before the heading.",
|
|
1052
1052
|
"type": "string",
|
|
1053
1053
|
"pattern": "^(?:0|(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|ch|lh))$",
|
|
1054
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h2:\n \n spacingBefore: 1.5em\n```\n\nVertical space before the heading.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1054
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h2:\n \n spacingBefore: 1.5em\n```\n\nVertical space before the heading.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1055
1055
|
},
|
|
1056
1056
|
"spacingAfter": {
|
|
1057
1057
|
"description": "Vertical space after the heading.",
|
|
1058
1058
|
"type": "string",
|
|
1059
1059
|
"pattern": "^(?:0|(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|ch|lh))$",
|
|
1060
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h2:\n \n spacingAfter: 0.5em\n```\n\nVertical space after the heading.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1060
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h2:\n \n spacingAfter: 0.5em\n```\n\nVertical space after the heading.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1061
1061
|
}
|
|
1062
1062
|
},
|
|
1063
1063
|
"additionalProperties": false,
|
|
1064
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h2:\n size: medium\n```\n\nOverrides for Markdown level 2 section headings.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1064
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h2:\n size: medium\n```\n\nOverrides for Markdown level 2 section headings.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1065
1065
|
},
|
|
1066
1066
|
"h3": {
|
|
1067
1067
|
"description": "Overrides for Markdown level 3 headings.",
|
|
@@ -1079,22 +1079,22 @@
|
|
|
1079
1079
|
"const": "left",
|
|
1080
1080
|
"title": "Left",
|
|
1081
1081
|
"description": "Align text with the left edge of its text area.",
|
|
1082
|
-
"markdownDescription": "Align text with the left edge of its text area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1082
|
+
"markdownDescription": "Align text with the left edge of its text area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1083
1083
|
},
|
|
1084
1084
|
{
|
|
1085
1085
|
"const": "center",
|
|
1086
1086
|
"title": "Center",
|
|
1087
1087
|
"description": "Center text within its text area.",
|
|
1088
|
-
"markdownDescription": "Center text within its text area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1088
|
+
"markdownDescription": "Center text within its text area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1089
1089
|
},
|
|
1090
1090
|
{
|
|
1091
1091
|
"const": "right",
|
|
1092
1092
|
"title": "Right",
|
|
1093
1093
|
"description": "Align text with the right edge of its text area.",
|
|
1094
|
-
"markdownDescription": "Align text with the right edge of its text area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1094
|
+
"markdownDescription": "Align text with the right edge of its text area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1095
1095
|
}
|
|
1096
1096
|
],
|
|
1097
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h3:\n \n align:\n desktop: left\n```\n\nText alignment on wider screens.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1097
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h3:\n \n align:\n desktop: left\n```\n\nText alignment on wider screens.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1098
1098
|
},
|
|
1099
1099
|
"mobile": {
|
|
1100
1100
|
"description": "Text alignment on narrow screens.",
|
|
@@ -1104,30 +1104,30 @@
|
|
|
1104
1104
|
"const": "left",
|
|
1105
1105
|
"title": "Left",
|
|
1106
1106
|
"description": "Align text with the left edge of its text area.",
|
|
1107
|
-
"markdownDescription": "Align text with the left edge of its text area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1107
|
+
"markdownDescription": "Align text with the left edge of its text area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1108
1108
|
},
|
|
1109
1109
|
{
|
|
1110
1110
|
"const": "center",
|
|
1111
1111
|
"title": "Center",
|
|
1112
1112
|
"description": "Center text within its text area.",
|
|
1113
|
-
"markdownDescription": "Center text within its text area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1113
|
+
"markdownDescription": "Center text within its text area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1114
1114
|
},
|
|
1115
1115
|
{
|
|
1116
1116
|
"const": "right",
|
|
1117
1117
|
"title": "Right",
|
|
1118
1118
|
"description": "Align text with the right edge of its text area.",
|
|
1119
|
-
"markdownDescription": "Align text with the right edge of its text area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1119
|
+
"markdownDescription": "Align text with the right edge of its text area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1120
1120
|
}
|
|
1121
1121
|
],
|
|
1122
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h3:\n \n align:\n mobile: left\n```\n\nText alignment on narrow screens.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1122
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h3:\n \n align:\n mobile: left\n```\n\nText alignment on narrow screens.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1123
1123
|
}
|
|
1124
1124
|
},
|
|
1125
1125
|
"additionalProperties": false,
|
|
1126
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h3:\n \n align:\n desktop: left\n mobile: left\n```\n\nResponsive text alignment override.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1126
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h3:\n \n align:\n desktop: left\n mobile: left\n```\n\nResponsive text alignment override.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)",
|
|
1127
1127
|
"defaultSnippets": [
|
|
1128
1128
|
{
|
|
1129
1129
|
"label": "Responsive text alignment",
|
|
1130
|
-
"markdownDescription": "Set separate text alignment for wider and narrow screens.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1130
|
+
"markdownDescription": "Set separate text alignment for wider and narrow screens.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)",
|
|
1131
1131
|
"body": {
|
|
1132
1132
|
"desktop": "${1:left}",
|
|
1133
1133
|
"mobile": "${2:left}"
|
|
@@ -1143,35 +1143,35 @@
|
|
|
1143
1143
|
"const": "small",
|
|
1144
1144
|
"title": "Small",
|
|
1145
1145
|
"description": "Use the small type size from the active typography system.",
|
|
1146
|
-
"markdownDescription": "Use the small type size from the active typography system.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1146
|
+
"markdownDescription": "Use the small type size from the active typography system.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1147
1147
|
},
|
|
1148
1148
|
{
|
|
1149
1149
|
"const": "medium",
|
|
1150
1150
|
"title": "Medium",
|
|
1151
1151
|
"description": "Use the standard type size from the active typography system.",
|
|
1152
|
-
"markdownDescription": "Use the standard type size from the active typography system.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1152
|
+
"markdownDescription": "Use the standard type size from the active typography system.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1153
1153
|
},
|
|
1154
1154
|
{
|
|
1155
1155
|
"const": "large",
|
|
1156
1156
|
"title": "Large",
|
|
1157
1157
|
"description": "Use a larger type size for stronger emphasis.",
|
|
1158
|
-
"markdownDescription": "Use a larger type size for stronger emphasis.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1158
|
+
"markdownDescription": "Use a larger type size for stronger emphasis.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1159
1159
|
},
|
|
1160
1160
|
{
|
|
1161
1161
|
"const": "xlarge",
|
|
1162
1162
|
"title": "Extra large",
|
|
1163
1163
|
"description": "Use the largest available type size for exceptional emphasis.",
|
|
1164
|
-
"markdownDescription": "Use the largest available type size for exceptional emphasis.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1164
|
+
"markdownDescription": "Use the largest available type size for exceptional emphasis.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1165
1165
|
}
|
|
1166
1166
|
],
|
|
1167
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h3:\n \n size: medium\n```\n\nText size from the active typography system. Omit an override to keep the profile value.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1167
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h3:\n \n size: medium\n```\n\nText size from the active typography system. Omit an override to keep the profile value.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1168
1168
|
},
|
|
1169
1169
|
"lineHeight": {
|
|
1170
1170
|
"type": "number",
|
|
1171
1171
|
"minimum": 1,
|
|
1172
1172
|
"maximum": 3,
|
|
1173
1173
|
"description": "Unitless heading line height between 1 and 3.",
|
|
1174
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h3:\n \n lineHeight: 1.5\n```\n\nUnitless heading line height between 1 and 3.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1174
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h3:\n \n lineHeight: 1.5\n```\n\nUnitless heading line height between 1 and 3.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1175
1175
|
},
|
|
1176
1176
|
"weight": {
|
|
1177
1177
|
"description": "Heading font weight. Omit this to keep the profile value.",
|
|
@@ -1180,44 +1180,44 @@
|
|
|
1180
1180
|
"const": 400,
|
|
1181
1181
|
"title": "Regular",
|
|
1182
1182
|
"description": "Use regular font weight.",
|
|
1183
|
-
"markdownDescription": "Use regular font weight.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1183
|
+
"markdownDescription": "Use regular font weight.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1184
1184
|
},
|
|
1185
1185
|
{
|
|
1186
1186
|
"const": 500,
|
|
1187
1187
|
"title": "Medium",
|
|
1188
1188
|
"description": "Use medium font weight.",
|
|
1189
|
-
"markdownDescription": "Use medium font weight.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1189
|
+
"markdownDescription": "Use medium font weight.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1190
1190
|
},
|
|
1191
1191
|
{
|
|
1192
1192
|
"const": 600,
|
|
1193
1193
|
"title": "Semibold",
|
|
1194
1194
|
"description": "Use semibold font weight.",
|
|
1195
|
-
"markdownDescription": "Use semibold font weight.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1195
|
+
"markdownDescription": "Use semibold font weight.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1196
1196
|
},
|
|
1197
1197
|
{
|
|
1198
1198
|
"const": 700,
|
|
1199
1199
|
"title": "Bold",
|
|
1200
1200
|
"description": "Use bold font weight.",
|
|
1201
|
-
"markdownDescription": "Use bold font weight.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1201
|
+
"markdownDescription": "Use bold font weight.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1202
1202
|
}
|
|
1203
1203
|
],
|
|
1204
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h3:\n \n weight: 600\n```\n\nHeading font weight. Omit this to keep the profile value.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1204
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h3:\n \n weight: 600\n```\n\nHeading font weight. Omit this to keep the profile value.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1205
1205
|
},
|
|
1206
1206
|
"spacingBefore": {
|
|
1207
1207
|
"description": "Vertical space before the heading.",
|
|
1208
1208
|
"type": "string",
|
|
1209
1209
|
"pattern": "^(?:0|(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|ch|lh))$",
|
|
1210
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h3:\n \n spacingBefore: 1.5em\n```\n\nVertical space before the heading.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1210
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h3:\n \n spacingBefore: 1.5em\n```\n\nVertical space before the heading.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1211
1211
|
},
|
|
1212
1212
|
"spacingAfter": {
|
|
1213
1213
|
"description": "Vertical space after the heading.",
|
|
1214
1214
|
"type": "string",
|
|
1215
1215
|
"pattern": "^(?:0|(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|ch|lh))$",
|
|
1216
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h3:\n \n spacingAfter: 0.5em\n```\n\nVertical space after the heading.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1216
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h3:\n \n spacingAfter: 0.5em\n```\n\nVertical space after the heading.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1217
1217
|
}
|
|
1218
1218
|
},
|
|
1219
1219
|
"additionalProperties": false,
|
|
1220
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h3:\n size: medium\n```\n\nOverrides for Markdown level 3 headings.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1220
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h3:\n size: medium\n```\n\nOverrides for Markdown level 3 headings.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1221
1221
|
},
|
|
1222
1222
|
"h4": {
|
|
1223
1223
|
"description": "Overrides for Markdown level 4 headings.",
|
|
@@ -1235,22 +1235,22 @@
|
|
|
1235
1235
|
"const": "left",
|
|
1236
1236
|
"title": "Left",
|
|
1237
1237
|
"description": "Align text with the left edge of its text area.",
|
|
1238
|
-
"markdownDescription": "Align text with the left edge of its text area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1238
|
+
"markdownDescription": "Align text with the left edge of its text area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1239
1239
|
},
|
|
1240
1240
|
{
|
|
1241
1241
|
"const": "center",
|
|
1242
1242
|
"title": "Center",
|
|
1243
1243
|
"description": "Center text within its text area.",
|
|
1244
|
-
"markdownDescription": "Center text within its text area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1244
|
+
"markdownDescription": "Center text within its text area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1245
1245
|
},
|
|
1246
1246
|
{
|
|
1247
1247
|
"const": "right",
|
|
1248
1248
|
"title": "Right",
|
|
1249
1249
|
"description": "Align text with the right edge of its text area.",
|
|
1250
|
-
"markdownDescription": "Align text with the right edge of its text area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1250
|
+
"markdownDescription": "Align text with the right edge of its text area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1251
1251
|
}
|
|
1252
1252
|
],
|
|
1253
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h4:\n \n align:\n desktop: left\n```\n\nText alignment on wider screens.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1253
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h4:\n \n align:\n desktop: left\n```\n\nText alignment on wider screens.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1254
1254
|
},
|
|
1255
1255
|
"mobile": {
|
|
1256
1256
|
"description": "Text alignment on narrow screens.",
|
|
@@ -1260,30 +1260,30 @@
|
|
|
1260
1260
|
"const": "left",
|
|
1261
1261
|
"title": "Left",
|
|
1262
1262
|
"description": "Align text with the left edge of its text area.",
|
|
1263
|
-
"markdownDescription": "Align text with the left edge of its text area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1263
|
+
"markdownDescription": "Align text with the left edge of its text area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1264
1264
|
},
|
|
1265
1265
|
{
|
|
1266
1266
|
"const": "center",
|
|
1267
1267
|
"title": "Center",
|
|
1268
1268
|
"description": "Center text within its text area.",
|
|
1269
|
-
"markdownDescription": "Center text within its text area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1269
|
+
"markdownDescription": "Center text within its text area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1270
1270
|
},
|
|
1271
1271
|
{
|
|
1272
1272
|
"const": "right",
|
|
1273
1273
|
"title": "Right",
|
|
1274
1274
|
"description": "Align text with the right edge of its text area.",
|
|
1275
|
-
"markdownDescription": "Align text with the right edge of its text area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1275
|
+
"markdownDescription": "Align text with the right edge of its text area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1276
1276
|
}
|
|
1277
1277
|
],
|
|
1278
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h4:\n \n align:\n mobile: left\n```\n\nText alignment on narrow screens.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1278
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h4:\n \n align:\n mobile: left\n```\n\nText alignment on narrow screens.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1279
1279
|
}
|
|
1280
1280
|
},
|
|
1281
1281
|
"additionalProperties": false,
|
|
1282
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h4:\n \n align:\n desktop: left\n mobile: left\n```\n\nResponsive text alignment override.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1282
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h4:\n \n align:\n desktop: left\n mobile: left\n```\n\nResponsive text alignment override.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)",
|
|
1283
1283
|
"defaultSnippets": [
|
|
1284
1284
|
{
|
|
1285
1285
|
"label": "Responsive text alignment",
|
|
1286
|
-
"markdownDescription": "Set separate text alignment for wider and narrow screens.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1286
|
+
"markdownDescription": "Set separate text alignment for wider and narrow screens.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)",
|
|
1287
1287
|
"body": {
|
|
1288
1288
|
"desktop": "${1:left}",
|
|
1289
1289
|
"mobile": "${2:left}"
|
|
@@ -1299,35 +1299,35 @@
|
|
|
1299
1299
|
"const": "small",
|
|
1300
1300
|
"title": "Small",
|
|
1301
1301
|
"description": "Use the small type size from the active typography system.",
|
|
1302
|
-
"markdownDescription": "Use the small type size from the active typography system.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1302
|
+
"markdownDescription": "Use the small type size from the active typography system.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1303
1303
|
},
|
|
1304
1304
|
{
|
|
1305
1305
|
"const": "medium",
|
|
1306
1306
|
"title": "Medium",
|
|
1307
1307
|
"description": "Use the standard type size from the active typography system.",
|
|
1308
|
-
"markdownDescription": "Use the standard type size from the active typography system.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1308
|
+
"markdownDescription": "Use the standard type size from the active typography system.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1309
1309
|
},
|
|
1310
1310
|
{
|
|
1311
1311
|
"const": "large",
|
|
1312
1312
|
"title": "Large",
|
|
1313
1313
|
"description": "Use a larger type size for stronger emphasis.",
|
|
1314
|
-
"markdownDescription": "Use a larger type size for stronger emphasis.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1314
|
+
"markdownDescription": "Use a larger type size for stronger emphasis.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1315
1315
|
},
|
|
1316
1316
|
{
|
|
1317
1317
|
"const": "xlarge",
|
|
1318
1318
|
"title": "Extra large",
|
|
1319
1319
|
"description": "Use the largest available type size for exceptional emphasis.",
|
|
1320
|
-
"markdownDescription": "Use the largest available type size for exceptional emphasis.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1320
|
+
"markdownDescription": "Use the largest available type size for exceptional emphasis.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1321
1321
|
}
|
|
1322
1322
|
],
|
|
1323
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h4:\n \n size: medium\n```\n\nText size from the active typography system. Omit an override to keep the profile value.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1323
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h4:\n \n size: medium\n```\n\nText size from the active typography system. Omit an override to keep the profile value.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1324
1324
|
},
|
|
1325
1325
|
"lineHeight": {
|
|
1326
1326
|
"type": "number",
|
|
1327
1327
|
"minimum": 1,
|
|
1328
1328
|
"maximum": 3,
|
|
1329
1329
|
"description": "Unitless heading line height between 1 and 3.",
|
|
1330
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h4:\n \n lineHeight: 1.5\n```\n\nUnitless heading line height between 1 and 3.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1330
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h4:\n \n lineHeight: 1.5\n```\n\nUnitless heading line height between 1 and 3.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1331
1331
|
},
|
|
1332
1332
|
"weight": {
|
|
1333
1333
|
"description": "Heading font weight. Omit this to keep the profile value.",
|
|
@@ -1336,48 +1336,48 @@
|
|
|
1336
1336
|
"const": 400,
|
|
1337
1337
|
"title": "Regular",
|
|
1338
1338
|
"description": "Use regular font weight.",
|
|
1339
|
-
"markdownDescription": "Use regular font weight.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1339
|
+
"markdownDescription": "Use regular font weight.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1340
1340
|
},
|
|
1341
1341
|
{
|
|
1342
1342
|
"const": 500,
|
|
1343
1343
|
"title": "Medium",
|
|
1344
1344
|
"description": "Use medium font weight.",
|
|
1345
|
-
"markdownDescription": "Use medium font weight.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1345
|
+
"markdownDescription": "Use medium font weight.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1346
1346
|
},
|
|
1347
1347
|
{
|
|
1348
1348
|
"const": 600,
|
|
1349
1349
|
"title": "Semibold",
|
|
1350
1350
|
"description": "Use semibold font weight.",
|
|
1351
|
-
"markdownDescription": "Use semibold font weight.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1351
|
+
"markdownDescription": "Use semibold font weight.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1352
1352
|
},
|
|
1353
1353
|
{
|
|
1354
1354
|
"const": 700,
|
|
1355
1355
|
"title": "Bold",
|
|
1356
1356
|
"description": "Use bold font weight.",
|
|
1357
|
-
"markdownDescription": "Use bold font weight.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1357
|
+
"markdownDescription": "Use bold font weight.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1358
1358
|
}
|
|
1359
1359
|
],
|
|
1360
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h4:\n \n weight: 600\n```\n\nHeading font weight. Omit this to keep the profile value.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1360
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h4:\n \n weight: 600\n```\n\nHeading font weight. Omit this to keep the profile value.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1361
1361
|
},
|
|
1362
1362
|
"spacingBefore": {
|
|
1363
1363
|
"description": "Vertical space before the heading.",
|
|
1364
1364
|
"type": "string",
|
|
1365
1365
|
"pattern": "^(?:0|(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|ch|lh))$",
|
|
1366
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h4:\n \n spacingBefore: 1.5em\n```\n\nVertical space before the heading.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1366
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h4:\n \n spacingBefore: 1.5em\n```\n\nVertical space before the heading.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1367
1367
|
},
|
|
1368
1368
|
"spacingAfter": {
|
|
1369
1369
|
"description": "Vertical space after the heading.",
|
|
1370
1370
|
"type": "string",
|
|
1371
1371
|
"pattern": "^(?:0|(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|ch|lh))$",
|
|
1372
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h4:\n \n spacingAfter: 0.5em\n```\n\nVertical space after the heading.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1372
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h4:\n \n spacingAfter: 0.5em\n```\n\nVertical space after the heading.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1373
1373
|
}
|
|
1374
1374
|
},
|
|
1375
1375
|
"additionalProperties": false,
|
|
1376
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h4:\n size: medium\n```\n\nOverrides for Markdown level 4 headings.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1376
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h4:\n size: medium\n```\n\nOverrides for Markdown level 4 headings.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1377
1377
|
}
|
|
1378
1378
|
},
|
|
1379
1379
|
"additionalProperties": false,
|
|
1380
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h2:\n size: medium\n```\n\nOverrides for heading levels.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1380
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n headings:\n h2:\n size: medium\n```\n\nOverrides for heading levels.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1381
1381
|
},
|
|
1382
1382
|
"body": {
|
|
1383
1383
|
"description": "Overrides for body text.",
|
|
@@ -1395,22 +1395,22 @@
|
|
|
1395
1395
|
"const": "left",
|
|
1396
1396
|
"title": "Left",
|
|
1397
1397
|
"description": "Align text with the left edge of its text area.",
|
|
1398
|
-
"markdownDescription": "Align text with the left edge of its text area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1398
|
+
"markdownDescription": "Align text with the left edge of its text area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1399
1399
|
},
|
|
1400
1400
|
{
|
|
1401
1401
|
"const": "center",
|
|
1402
1402
|
"title": "Center",
|
|
1403
1403
|
"description": "Center text within its text area.",
|
|
1404
|
-
"markdownDescription": "Center text within its text area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1404
|
+
"markdownDescription": "Center text within its text area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1405
1405
|
},
|
|
1406
1406
|
{
|
|
1407
1407
|
"const": "right",
|
|
1408
1408
|
"title": "Right",
|
|
1409
1409
|
"description": "Align text with the right edge of its text area.",
|
|
1410
|
-
"markdownDescription": "Align text with the right edge of its text area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1410
|
+
"markdownDescription": "Align text with the right edge of its text area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1411
1411
|
}
|
|
1412
1412
|
],
|
|
1413
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n body:\n align:\n desktop: left\n```\n\nText alignment on wider screens.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1413
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n body:\n align:\n desktop: left\n```\n\nText alignment on wider screens.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1414
1414
|
},
|
|
1415
1415
|
"mobile": {
|
|
1416
1416
|
"description": "Text alignment on narrow screens.",
|
|
@@ -1420,30 +1420,30 @@
|
|
|
1420
1420
|
"const": "left",
|
|
1421
1421
|
"title": "Left",
|
|
1422
1422
|
"description": "Align text with the left edge of its text area.",
|
|
1423
|
-
"markdownDescription": "Align text with the left edge of its text area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1423
|
+
"markdownDescription": "Align text with the left edge of its text area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1424
1424
|
},
|
|
1425
1425
|
{
|
|
1426
1426
|
"const": "center",
|
|
1427
1427
|
"title": "Center",
|
|
1428
1428
|
"description": "Center text within its text area.",
|
|
1429
|
-
"markdownDescription": "Center text within its text area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1429
|
+
"markdownDescription": "Center text within its text area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1430
1430
|
},
|
|
1431
1431
|
{
|
|
1432
1432
|
"const": "right",
|
|
1433
1433
|
"title": "Right",
|
|
1434
1434
|
"description": "Align text with the right edge of its text area.",
|
|
1435
|
-
"markdownDescription": "Align text with the right edge of its text area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1435
|
+
"markdownDescription": "Align text with the right edge of its text area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1436
1436
|
}
|
|
1437
1437
|
],
|
|
1438
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n body:\n align:\n mobile: left\n```\n\nText alignment on narrow screens.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1438
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n body:\n align:\n mobile: left\n```\n\nText alignment on narrow screens.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1439
1439
|
}
|
|
1440
1440
|
},
|
|
1441
1441
|
"additionalProperties": false,
|
|
1442
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n body:\n align:\n desktop: left\n mobile: left\n```\n\nResponsive text alignment override.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1442
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n body:\n align:\n desktop: left\n mobile: left\n```\n\nResponsive text alignment override.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)",
|
|
1443
1443
|
"defaultSnippets": [
|
|
1444
1444
|
{
|
|
1445
1445
|
"label": "Responsive text alignment",
|
|
1446
|
-
"markdownDescription": "Set separate text alignment for wider and narrow screens.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1446
|
+
"markdownDescription": "Set separate text alignment for wider and narrow screens.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)",
|
|
1447
1447
|
"body": {
|
|
1448
1448
|
"desktop": "${1:left}",
|
|
1449
1449
|
"mobile": "${2:left}"
|
|
@@ -1459,45 +1459,45 @@
|
|
|
1459
1459
|
"const": "small",
|
|
1460
1460
|
"title": "Small",
|
|
1461
1461
|
"description": "Use the small type size from the active typography system.",
|
|
1462
|
-
"markdownDescription": "Use the small type size from the active typography system.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1462
|
+
"markdownDescription": "Use the small type size from the active typography system.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1463
1463
|
},
|
|
1464
1464
|
{
|
|
1465
1465
|
"const": "medium",
|
|
1466
1466
|
"title": "Medium",
|
|
1467
1467
|
"description": "Use the standard type size from the active typography system.",
|
|
1468
|
-
"markdownDescription": "Use the standard type size from the active typography system.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1468
|
+
"markdownDescription": "Use the standard type size from the active typography system.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1469
1469
|
},
|
|
1470
1470
|
{
|
|
1471
1471
|
"const": "large",
|
|
1472
1472
|
"title": "Large",
|
|
1473
1473
|
"description": "Use a larger type size for stronger emphasis.",
|
|
1474
|
-
"markdownDescription": "Use a larger type size for stronger emphasis.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1474
|
+
"markdownDescription": "Use a larger type size for stronger emphasis.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1475
1475
|
},
|
|
1476
1476
|
{
|
|
1477
1477
|
"const": "xlarge",
|
|
1478
1478
|
"title": "Extra large",
|
|
1479
1479
|
"description": "Use the largest available type size for exceptional emphasis.",
|
|
1480
|
-
"markdownDescription": "Use the largest available type size for exceptional emphasis.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1480
|
+
"markdownDescription": "Use the largest available type size for exceptional emphasis.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1481
1481
|
}
|
|
1482
1482
|
],
|
|
1483
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n body:\n size: medium\n```\n\nText size from the active typography system. Omit an override to keep the profile value.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1483
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n body:\n size: medium\n```\n\nText size from the active typography system. Omit an override to keep the profile value.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1484
1484
|
},
|
|
1485
1485
|
"lineHeight": {
|
|
1486
1486
|
"type": "number",
|
|
1487
1487
|
"minimum": 1.4,
|
|
1488
1488
|
"maximum": 3,
|
|
1489
1489
|
"description": "Unitless body-text line height between 1.4 and 3.",
|
|
1490
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n body:\n lineHeight: 1.5\n```\n\nUnitless body-text line height between 1.4 and 3.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1490
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n body:\n lineHeight: 1.5\n```\n\nUnitless body-text line height between 1.4 and 3.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1491
1491
|
},
|
|
1492
1492
|
"paragraphSpacing": {
|
|
1493
1493
|
"description": "Vertical space between body paragraphs.",
|
|
1494
1494
|
"type": "string",
|
|
1495
1495
|
"pattern": "^(?:0|(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|ch|lh))$",
|
|
1496
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n body:\n paragraphSpacing: 1em\n```\n\nVertical space between body paragraphs.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1496
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n body:\n paragraphSpacing: 1em\n```\n\nVertical space between body paragraphs.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1497
1497
|
}
|
|
1498
1498
|
},
|
|
1499
1499
|
"additionalProperties": false,
|
|
1500
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n body:\n lineHeight: 1.55\n```\n\nOverrides for body text.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1500
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n body:\n lineHeight: 1.55\n```\n\nOverrides for body text.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1501
1501
|
},
|
|
1502
1502
|
"caption": {
|
|
1503
1503
|
"description": "Overrides for image captions.",
|
|
@@ -1515,22 +1515,22 @@
|
|
|
1515
1515
|
"const": "left",
|
|
1516
1516
|
"title": "Left",
|
|
1517
1517
|
"description": "Align text with the left edge of its text area.",
|
|
1518
|
-
"markdownDescription": "Align text with the left edge of its text area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1518
|
+
"markdownDescription": "Align text with the left edge of its text area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1519
1519
|
},
|
|
1520
1520
|
{
|
|
1521
1521
|
"const": "center",
|
|
1522
1522
|
"title": "Center",
|
|
1523
1523
|
"description": "Center text within its text area.",
|
|
1524
|
-
"markdownDescription": "Center text within its text area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1524
|
+
"markdownDescription": "Center text within its text area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1525
1525
|
},
|
|
1526
1526
|
{
|
|
1527
1527
|
"const": "right",
|
|
1528
1528
|
"title": "Right",
|
|
1529
1529
|
"description": "Align text with the right edge of its text area.",
|
|
1530
|
-
"markdownDescription": "Align text with the right edge of its text area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1530
|
+
"markdownDescription": "Align text with the right edge of its text area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1531
1531
|
}
|
|
1532
1532
|
],
|
|
1533
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n caption:\n align:\n desktop: left\n```\n\nText alignment on wider screens.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1533
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n caption:\n align:\n desktop: left\n```\n\nText alignment on wider screens.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1534
1534
|
},
|
|
1535
1535
|
"mobile": {
|
|
1536
1536
|
"description": "Text alignment on narrow screens.",
|
|
@@ -1540,30 +1540,30 @@
|
|
|
1540
1540
|
"const": "left",
|
|
1541
1541
|
"title": "Left",
|
|
1542
1542
|
"description": "Align text with the left edge of its text area.",
|
|
1543
|
-
"markdownDescription": "Align text with the left edge of its text area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1543
|
+
"markdownDescription": "Align text with the left edge of its text area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1544
1544
|
},
|
|
1545
1545
|
{
|
|
1546
1546
|
"const": "center",
|
|
1547
1547
|
"title": "Center",
|
|
1548
1548
|
"description": "Center text within its text area.",
|
|
1549
|
-
"markdownDescription": "Center text within its text area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1549
|
+
"markdownDescription": "Center text within its text area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1550
1550
|
},
|
|
1551
1551
|
{
|
|
1552
1552
|
"const": "right",
|
|
1553
1553
|
"title": "Right",
|
|
1554
1554
|
"description": "Align text with the right edge of its text area.",
|
|
1555
|
-
"markdownDescription": "Align text with the right edge of its text area.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1555
|
+
"markdownDescription": "Align text with the right edge of its text area.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1556
1556
|
}
|
|
1557
1557
|
],
|
|
1558
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n caption:\n align:\n mobile: left\n```\n\nText alignment on narrow screens.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1558
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n caption:\n align:\n mobile: left\n```\n\nText alignment on narrow screens.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1559
1559
|
}
|
|
1560
1560
|
},
|
|
1561
1561
|
"additionalProperties": false,
|
|
1562
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n caption:\n align:\n desktop: left\n mobile: left\n```\n\nResponsive text alignment override.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1562
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n caption:\n align:\n desktop: left\n mobile: left\n```\n\nResponsive text alignment override.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)",
|
|
1563
1563
|
"defaultSnippets": [
|
|
1564
1564
|
{
|
|
1565
1565
|
"label": "Responsive text alignment",
|
|
1566
|
-
"markdownDescription": "Set separate text alignment for wider and narrow screens.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1566
|
+
"markdownDescription": "Set separate text alignment for wider and narrow screens.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)",
|
|
1567
1567
|
"body": {
|
|
1568
1568
|
"desktop": "${1:left}",
|
|
1569
1569
|
"mobile": "${2:left}"
|
|
@@ -1579,53 +1579,53 @@
|
|
|
1579
1579
|
"const": "small",
|
|
1580
1580
|
"title": "Small",
|
|
1581
1581
|
"description": "Use the small type size from the active typography system.",
|
|
1582
|
-
"markdownDescription": "Use the small type size from the active typography system.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1582
|
+
"markdownDescription": "Use the small type size from the active typography system.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1583
1583
|
},
|
|
1584
1584
|
{
|
|
1585
1585
|
"const": "medium",
|
|
1586
1586
|
"title": "Medium",
|
|
1587
1587
|
"description": "Use the standard type size from the active typography system.",
|
|
1588
|
-
"markdownDescription": "Use the standard type size from the active typography system.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1588
|
+
"markdownDescription": "Use the standard type size from the active typography system.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1589
1589
|
},
|
|
1590
1590
|
{
|
|
1591
1591
|
"const": "large",
|
|
1592
1592
|
"title": "Large",
|
|
1593
1593
|
"description": "Use a larger type size for stronger emphasis.",
|
|
1594
|
-
"markdownDescription": "Use a larger type size for stronger emphasis.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1594
|
+
"markdownDescription": "Use a larger type size for stronger emphasis.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1595
1595
|
},
|
|
1596
1596
|
{
|
|
1597
1597
|
"const": "xlarge",
|
|
1598
1598
|
"title": "Extra large",
|
|
1599
1599
|
"description": "Use the largest available type size for exceptional emphasis.",
|
|
1600
|
-
"markdownDescription": "Use the largest available type size for exceptional emphasis.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1600
|
+
"markdownDescription": "Use the largest available type size for exceptional emphasis.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1601
1601
|
}
|
|
1602
1602
|
],
|
|
1603
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n caption:\n size: medium\n```\n\nText size from the active typography system. Omit an override to keep the profile value.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1603
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n caption:\n size: medium\n```\n\nText size from the active typography system. Omit an override to keep the profile value.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1604
1604
|
},
|
|
1605
1605
|
"lineHeight": {
|
|
1606
1606
|
"type": "number",
|
|
1607
1607
|
"minimum": 1.25,
|
|
1608
1608
|
"maximum": 3,
|
|
1609
1609
|
"description": "Unitless caption line height between 1.25 and 3.",
|
|
1610
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n caption:\n lineHeight: 1.5\n```\n\nUnitless caption line height between 1.25 and 3.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1610
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n caption:\n lineHeight: 1.5\n```\n\nUnitless caption line height between 1.25 and 3.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1611
1611
|
},
|
|
1612
1612
|
"spacingBefore": {
|
|
1613
1613
|
"description": "Vertical space between an image and its caption.",
|
|
1614
1614
|
"type": "string",
|
|
1615
1615
|
"pattern": "^(?:0|(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:px|rem|em|ch|lh))$",
|
|
1616
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n caption:\n spacingBefore: 0.5em\n```\n\nVertical space between an image and its caption.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1616
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n caption:\n spacingBefore: 0.5em\n```\n\nVertical space between an image and its caption.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1617
1617
|
}
|
|
1618
1618
|
},
|
|
1619
1619
|
"additionalProperties": false,
|
|
1620
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n caption:\n size: small\n```\n\nOverrides for image captions.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1620
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n caption:\n size: small\n```\n\nOverrides for image captions.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1621
1621
|
}
|
|
1622
1622
|
},
|
|
1623
1623
|
"additionalProperties": false,
|
|
1624
|
-
"markdownDescription": "```yaml\ntypography:\n overrides:\n body:\n lineHeight: 1.55\n```\n\nFocused typography overrides applied after the profile.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1624
|
+
"markdownDescription": "```yaml\ntypography:\n overrides:\n body:\n lineHeight: 1.55\n```\n\nFocused typography overrides applied after the profile.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)",
|
|
1625
1625
|
"defaultSnippets": [
|
|
1626
1626
|
{
|
|
1627
1627
|
"label": "Typography overrides",
|
|
1628
|
-
"markdownDescription": "Start a focused set of heading and body-text overrides.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1628
|
+
"markdownDescription": "Start a focused set of heading and body-text overrides.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)",
|
|
1629
1629
|
"body": {
|
|
1630
1630
|
"headings": {
|
|
1631
1631
|
"h2": {
|
|
@@ -1643,7 +1643,7 @@
|
|
|
1643
1643
|
},
|
|
1644
1644
|
"additionalProperties": false,
|
|
1645
1645
|
"description": "Typography profile, rhythm, font family, and focused overrides.",
|
|
1646
|
-
"markdownDescription": "```yaml\ntypography:\n profile: reading\n rhythm: normal\n```\n\nOverrides the preset's font stack, typography profile, rhythm or individual text settings.\n\n[Typography configuration reference](https://github.com/janga/norna/blob/v0.7.
|
|
1646
|
+
"markdownDescription": "```yaml\ntypography:\n profile: reading\n rhythm: normal\n```\n\nOverrides the preset's font stack, typography profile, rhythm or individual text settings.\n\n[Typography configuration reference (current)](https://janga.github.io/norna/reference/configuration/typography/#override-fields)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/110-typography/content.md#override-fields)"
|
|
1647
1647
|
},
|
|
1648
1648
|
"palette": {
|
|
1649
1649
|
"type": "string",
|
|
@@ -1653,58 +1653,58 @@
|
|
|
1653
1653
|
"const": "near-monochrome",
|
|
1654
1654
|
"title": "Near monochrome",
|
|
1655
1655
|
"description": "Neutral grays and off-whites with almost no visible hue. Includes coordinated light and dark variants.",
|
|
1656
|
-
"markdownDescription": "Neutral grays and off-whites with almost no visible hue. Includes coordinated light and dark variants.\n\n[Palette and appearance](https://github.com/janga/norna/blob/v0.7.
|
|
1656
|
+
"markdownDescription": "Neutral grays and off-whites with almost no visible hue. Includes coordinated light and dark variants.\n\n[Palette and appearance (current)](https://janga.github.io/norna/reference/configuration/palettes/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/070-palettes/content.md)"
|
|
1657
1657
|
},
|
|
1658
1658
|
{
|
|
1659
1659
|
"const": "warm-paper",
|
|
1660
1660
|
"title": "Warm paper",
|
|
1661
1661
|
"description": "Warm off-whites and browns resembling paper and ink. Includes coordinated light and dark variants.",
|
|
1662
|
-
"markdownDescription": "Warm off-whites and browns resembling paper and ink. Includes coordinated light and dark variants.\n\n[Palette and appearance](https://github.com/janga/norna/blob/v0.7.
|
|
1662
|
+
"markdownDescription": "Warm off-whites and browns resembling paper and ink. Includes coordinated light and dark variants.\n\n[Palette and appearance (current)](https://janga.github.io/norna/reference/configuration/palettes/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/070-palettes/content.md)"
|
|
1663
1663
|
},
|
|
1664
1664
|
{
|
|
1665
1665
|
"const": "retro-earth",
|
|
1666
1666
|
"title": "Retro earth",
|
|
1667
1667
|
"description": "Earthy ochres, olives and warm neutrals with a subdued retro character. Includes coordinated light and dark variants.",
|
|
1668
|
-
"markdownDescription": "Earthy ochres, olives and warm neutrals with a subdued retro character. Includes coordinated light and dark variants.\n\n[Palette and appearance](https://github.com/janga/norna/blob/v0.7.
|
|
1668
|
+
"markdownDescription": "Earthy ochres, olives and warm neutrals with a subdued retro character. Includes coordinated light and dark variants.\n\n[Palette and appearance (current)](https://janga.github.io/norna/reference/configuration/palettes/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/070-palettes/content.md)"
|
|
1669
1669
|
},
|
|
1670
1670
|
{
|
|
1671
1671
|
"const": "clay-rose",
|
|
1672
1672
|
"title": "Clay rose",
|
|
1673
1673
|
"description": "Muted clay, rose and wine tones with a warm editorial character. Includes coordinated light and dark variants.",
|
|
1674
|
-
"markdownDescription": "Muted clay, rose and wine tones with a warm editorial character. Includes coordinated light and dark variants.\n\n[Palette and appearance](https://github.com/janga/norna/blob/v0.7.
|
|
1674
|
+
"markdownDescription": "Muted clay, rose and wine tones with a warm editorial character. Includes coordinated light and dark variants.\n\n[Palette and appearance (current)](https://janga.github.io/norna/reference/configuration/palettes/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/070-palettes/content.md)"
|
|
1675
1675
|
},
|
|
1676
1676
|
{
|
|
1677
1677
|
"const": "forest-moss",
|
|
1678
1678
|
"title": "Forest moss",
|
|
1679
1679
|
"description": "Botanical greens, mossy surfaces and warm lichen neutrals. Includes coordinated light and dark variants.",
|
|
1680
|
-
"markdownDescription": "Botanical greens, mossy surfaces and warm lichen neutrals. Includes coordinated light and dark variants.\n\n[Palette and appearance](https://github.com/janga/norna/blob/v0.7.
|
|
1680
|
+
"markdownDescription": "Botanical greens, mossy surfaces and warm lichen neutrals. Includes coordinated light and dark variants.\n\n[Palette and appearance (current)](https://janga.github.io/norna/reference/configuration/palettes/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/070-palettes/content.md)"
|
|
1681
1681
|
},
|
|
1682
1682
|
{
|
|
1683
1683
|
"const": "mineral-teal",
|
|
1684
1684
|
"title": "Mineral teal",
|
|
1685
1685
|
"description": "Cool mineral greens with muted teal accents and pale aqua-gray surfaces. Includes coordinated light and dark variants.",
|
|
1686
|
-
"markdownDescription": "Cool mineral greens with muted teal accents and pale aqua-gray surfaces. Includes coordinated light and dark variants.\n\n[Palette and appearance](https://github.com/janga/norna/blob/v0.7.
|
|
1686
|
+
"markdownDescription": "Cool mineral greens with muted teal accents and pale aqua-gray surfaces. Includes coordinated light and dark variants.\n\n[Palette and appearance (current)](https://janga.github.io/norna/reference/configuration/palettes/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/070-palettes/content.md)"
|
|
1687
1687
|
},
|
|
1688
1688
|
{
|
|
1689
1689
|
"const": "arctic-blue",
|
|
1690
1690
|
"title": "Arctic blue",
|
|
1691
1691
|
"description": "Cool blue-gray surfaces with clear, restrained blue accents. Includes coordinated light and dark variants.",
|
|
1692
|
-
"markdownDescription": "Cool blue-gray surfaces with clear, restrained blue accents. Includes coordinated light and dark variants.\n\n[Palette and appearance](https://github.com/janga/norna/blob/v0.7.
|
|
1692
|
+
"markdownDescription": "Cool blue-gray surfaces with clear, restrained blue accents. Includes coordinated light and dark variants.\n\n[Palette and appearance (current)](https://janga.github.io/norna/reference/configuration/palettes/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/070-palettes/content.md)"
|
|
1693
1693
|
},
|
|
1694
1694
|
{
|
|
1695
1695
|
"const": "soft-lavender",
|
|
1696
1696
|
"title": "Soft lavender",
|
|
1697
1697
|
"description": "Quiet lavender surfaces with low-key mauve accents. Includes coordinated light and dark variants.",
|
|
1698
|
-
"markdownDescription": "Quiet lavender surfaces with low-key mauve accents. Includes coordinated light and dark variants.\n\n[Palette and appearance](https://github.com/janga/norna/blob/v0.7.
|
|
1698
|
+
"markdownDescription": "Quiet lavender surfaces with low-key mauve accents. Includes coordinated light and dark variants.\n\n[Palette and appearance (current)](https://janga.github.io/norna/reference/configuration/palettes/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/070-palettes/content.md)"
|
|
1699
1699
|
},
|
|
1700
1700
|
{
|
|
1701
1701
|
"const": "vivid-night",
|
|
1702
1702
|
"title": "Vivid night",
|
|
1703
1703
|
"description": "Indigo-led surfaces with brighter cyan and blue accents. Includes coordinated light and dark variants.",
|
|
1704
|
-
"markdownDescription": "Indigo-led surfaces with brighter cyan and blue accents. Includes coordinated light and dark variants.\n\n[Palette and appearance](https://github.com/janga/norna/blob/v0.7.
|
|
1704
|
+
"markdownDescription": "Indigo-led surfaces with brighter cyan and blue accents. Includes coordinated light and dark variants.\n\n[Palette and appearance (current)](https://janga.github.io/norna/reference/configuration/palettes/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/070-palettes/content.md)"
|
|
1705
1705
|
}
|
|
1706
1706
|
],
|
|
1707
|
-
"markdownDescription": "```yaml\npalette: warm-paper\n```\n\nChooses the site color character. Every palette provides coordinated light and dark variants without changing the initial Appearance.\n\n[Palette and appearance](https://github.com/janga/norna/blob/v0.7.
|
|
1707
|
+
"markdownDescription": "```yaml\npalette: warm-paper\n```\n\nChooses the site color character. Every palette provides coordinated light and dark variants without changing the initial Appearance.\n\n[Palette and appearance (current)](https://janga.github.io/norna/reference/configuration/palettes/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/070-palettes/content.md)",
|
|
1708
1708
|
"examples": [
|
|
1709
1709
|
"near-monochrome",
|
|
1710
1710
|
"warm-paper",
|
|
@@ -1728,22 +1728,22 @@
|
|
|
1728
1728
|
"const": "uniform",
|
|
1729
1729
|
"title": "Uniform",
|
|
1730
1730
|
"description": "Use the normal page background for every H2 section. Tree navigation requires this pattern.",
|
|
1731
|
-
"markdownDescription": "Use the normal page background for every H2 section. Tree navigation requires this pattern.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1731
|
+
"markdownDescription": "Use the normal page background for every H2 section. Tree navigation requires this pattern.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/sections/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/120-sections/content.md)"
|
|
1732
1732
|
},
|
|
1733
1733
|
{
|
|
1734
1734
|
"const": "alternating",
|
|
1735
1735
|
"title": "Alternating",
|
|
1736
1736
|
"description": "Alternate normal and subtly contrasting full-width section backgrounds. Available with sections and top navigation.",
|
|
1737
|
-
"markdownDescription": "Alternate normal and subtly contrasting full-width section backgrounds. Available with sections and top navigation.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1737
|
+
"markdownDescription": "Alternate normal and subtly contrasting full-width section backgrounds. Available with sections and top navigation.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/sections/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/120-sections/content.md)"
|
|
1738
1738
|
},
|
|
1739
1739
|
{
|
|
1740
1740
|
"const": "accented",
|
|
1741
1741
|
"title": "Accented",
|
|
1742
1742
|
"description": "Move through base, soft, emphasis and soft full-width section backgrounds before repeating. Available with sections and top navigation.",
|
|
1743
|
-
"markdownDescription": "Move through base, soft, emphasis and soft full-width section backgrounds before repeating. Available with sections and top navigation.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1743
|
+
"markdownDescription": "Move through base, soft, emphasis and soft full-width section backgrounds before repeating. Available with sections and top navigation.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/sections/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/120-sections/content.md)"
|
|
1744
1744
|
}
|
|
1745
1745
|
],
|
|
1746
|
-
"markdownDescription": "```yaml\nsections:\n backgroundPattern: alternating\n```\n\nSection background pattern. Alternating and accented create full-width bands with sections or top navigation; tree navigation requires uniform.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
1746
|
+
"markdownDescription": "```yaml\nsections:\n backgroundPattern: alternating\n```\n\nSection background pattern. Alternating and accented create full-width bands with sections or top navigation; tree navigation requires uniform.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/sections/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/120-sections/content.md)",
|
|
1747
1747
|
"examples": [
|
|
1748
1748
|
"uniform",
|
|
1749
1749
|
"alternating",
|
|
@@ -1753,12 +1753,12 @@
|
|
|
1753
1753
|
},
|
|
1754
1754
|
"additionalProperties": false,
|
|
1755
1755
|
"description": "Defaults for page section presentation.",
|
|
1756
|
-
"markdownDescription": "```yaml\nsections:\n backgroundPattern: alternating\n```\n\nChooses whether H2 section backgrounds stay uniform, alternate between two backgrounds or move from base to soft to emphasis and back through soft. Non-uniform patterns are available with sections and top navigation; tree navigation requires uniform.\n\n[Section backgrounds](https://github.com/janga/norna/blob/v0.7.
|
|
1756
|
+
"markdownDescription": "```yaml\nsections:\n backgroundPattern: alternating\n```\n\nChooses whether H2 section backgrounds stay uniform, alternate between two backgrounds or move from base to soft to emphasis and back through soft. Non-uniform patterns are available with sections and top navigation; tree navigation requires uniform.\n\n[Section backgrounds (current)](https://janga.github.io/norna/reference/configuration/sections/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/120-sections/content.md)"
|
|
1757
1757
|
}
|
|
1758
1758
|
},
|
|
1759
1759
|
"additionalProperties": false,
|
|
1760
1760
|
"description": "Site-wide visual identity and default page presentation. Presets may be selected only in the root theme.",
|
|
1761
1761
|
"$id": "https://janga.github.io/norna/schemas/theme.schema.json",
|
|
1762
1762
|
"title": "Norna visual theme",
|
|
1763
|
-
"markdownDescription": "```yaml\npreset: documentation\n```\n\nChoose one complete preset first. Add focused overrides only when the site needs to differ from it.\n\n[Theme reference](https://github.com/janga/norna/blob/v0.7.
|
|
1763
|
+
"markdownDescription": "```yaml\npreset: documentation\n```\n\nChoose one complete preset first. Add focused overrides only when the site needs to differ from it.\n\n[Theme reference (current)](https://janga.github.io/norna/reference/configuration/theme/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/060-theme/content.md)"
|
|
1764
1764
|
}
|