-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistry.json
More file actions
36 lines (36 loc) · 1.45 KB
/
Copy pathregistry.json
File metadata and controls
36 lines (36 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"repository": "Affinity Scripts",
"last_updated": "2026-09-17",
"scripts": [
{
"id": "chart-builder",
"name": "Chart Builder",
"description": "Build line, bar and donut diagrams from text-frame data directly in Affinity.",
"author": "nodeus",
"version": "1.5.1",
"category": "Generator",
"download_url": "https://raw.githubusercontent.com/nodeus/affinity-scripts/main/chart-builder/chart-builder.js",
"repository_url": "https://github.com/nodeus/affinity-scripts"
},
{
"id": "color-palette-gen",
"name": "Color Palette Generator",
"description": "Extract fills, strokes, gradients into organized swatches with RGB, CMYK, HSL, HEX values",
"author": "nodeus",
"version": "9.2.0",
"category": "Color",
"download_url": "https://raw.githubusercontent.com/nodeus/affinity-scripts/main/color-palette-gen/color-palette-gen.js",
"repository_url": "https://github.com/nodeus/affinity-scripts"
},
{
"id": "hanging-chars",
"name": "Hanging Chars and Prepositions",
"description": "Fix orphaned characters and prepositions with non-breaking spaces for Russian and English",
"author": "nodeus",
"version": "1.0.0",
"category": "Text",
"download_url": "https://raw.githubusercontent.com/nodeus/affinity-scripts/main/hanging-chars/hanging-chars.js",
"repository_url": "https://github.com/nodeus/affinity-scripts"
}
]
}