datocms-plugin-alt-text-ai 0.5.13 → 0.5.14
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
CHANGED
|
@@ -1,13 +1,19 @@
|
|
|
1
1
|
# Alt Text AI
|
|
2
2
|
|
|
3
|
-
Alt Text AI is a plugin that integrates DatoCMS with AltText.ai to generate image alt text directly in the DatoCMS dashboard.
|
|
3
|
+
Alt Text AI is a plugin that integrates DatoCMS with [AltText.ai](https://alttext.ai) to generate image alt text directly in the DatoCMS dashboard.
|
|
4
|
+
|
|
5
|
+
## Configuration
|
|
6
|
+
|
|
7
|
+
In the plugin's settings screen, paste an API key obtained from [https://alttext.ai/account/api_keys](https://alttext.ai/account/api_keys).
|
|
8
|
+
|
|
9
|
+
The plugin also relies on the editor's current user access token, so make sure that permission is granted when installing.
|
|
4
10
|
|
|
5
11
|
## Usage
|
|
6
12
|
|
|
7
|
-
Open a record and use the field-specific dropdown
|
|
13
|
+
Once configured, the plugin adds two dropdown actions to every `file` and `gallery` field. Open a record and use the field-specific dropdown to run:
|
|
8
14
|
|
|
9
|
-
-
|
|
10
|
-
-
|
|
15
|
+
- **Generate missing alt texts**: only fills in alt text for assets that don't have one yet.
|
|
16
|
+
- **Generate Alt Texts**: regenerates alt text for every asset in the field, overwriting any existing values.
|
|
11
17
|
|
|
12
18
|
## Scripts
|
|
13
19
|
|