-
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.57 KB
/
Copy pathregistry.json
File metadata and controls
36 lines (36 loc) · 1.57 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-07-12",
"scripts": [
{
"id": "affinity-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.1.1",
"category": "Color",
"download_url": "https://raw.githubusercontent.com/nodeus/affinity-color-palette-gen/master/color-palette-gen.js",
"repository_url": "https://github.com/nodeus/affinity-color-palette-gen"
},
{
"id": "affinity-hanging-chars-and-prepositions",
"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-hanging-chars-and-prepositions/master/hangingcharsandprepositions.js",
"repository_url": "https://github.com/nodeus/affinity-hanging-chars-and-prepositions"
},
{
"id": "affinity-chart-builder",
"name": "Chart Builder",
"description": "Build bar, column, and pie diagrams based on the data in the text object directly in affinity.",
"author": "nodeus",
"version": "1.3.1",
"category": "Generator",
"download_url": "https://raw.githubusercontent.com/nodeus/affinity-scripts/main/affinity-chart-builder/chart-builder.js",
"repository_url": "https://github.com/nodeus/affinity-scripts"
}
]
}