directus-extension-texttoanything 1.0.0 → 1.0.2
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/package.json +1 -1
- package/readme.md +6 -6
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -11,10 +11,15 @@ This extension bundle offers the required operations to achieve that!
|
|
|
11
11
|
The package currently supports the following operations:
|
|
12
12
|
|
|
13
13
|
- Create a PDF based on the provided HTML
|
|
14
|
-
- Create a HTML Template
|
|
14
|
+
- Create a PDF based on a HTML Template
|
|
15
15
|
- Create a QRCode
|
|
16
16
|
- Create a Barcode
|
|
17
17
|
|
|
18
|
+
The actions work trough flow operations and will upload the PDF/QRCode/Barcode directly into Directus.
|
|
19
|
+
The operation will return the Directus file id which you can use to link the file to a record.
|
|
20
|
+
|
|
21
|
+
If there are any questions or bugs, please create an issue.
|
|
22
|
+
|
|
18
23
|
## Documentation
|
|
19
24
|
|
|
20
25
|
- [Installation](https://github.com/Attacler/TextToAnything-Directus/wiki/Installation)
|
|
@@ -23,11 +28,6 @@ The package currently supports the following operations:
|
|
|
23
28
|
- [PDF from template](https://github.com/Attacler/TextToAnything-Directus/wiki/Usage-%E2%80%90-PDF-templates)
|
|
24
29
|
- [QRcode](https://github.com/Attacler/TextToAnything-Directus/wiki/Usage-%E2%80%90-QRCodes)
|
|
25
30
|
|
|
26
|
-
The actions work trough flow operations and will upload the PDF/QRCode/Barcode directly into Directus.
|
|
27
|
-
The operation will return the Directus file id which you can use to link the file to a record.
|
|
28
|
-
|
|
29
|
-
If there are any questions or bugs, please create an issue.
|
|
30
|
-
|
|
31
31
|
## FAQ
|
|
32
32
|
|
|
33
33
|
1. How do i find or reset my Rapid API key?
|