https://github.com/netresearch/t3x-cowriter
Use AI to help content creators in TYPO3 CMS
https://github.com/netresearch/t3x-cowriter
Last synced: 7 months ago
JSON representation
Use AI to help content creators in TYPO3 CMS
- Host: GitHub
- URL: https://github.com/netresearch/t3x-cowriter
- Owner: netresearch
- License: gpl-3.0
- Created: 2023-01-14T19:41:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T06:22:42.000Z (over 2 years ago)
- Last Synced: 2024-04-27T11:11:48.650Z (about 2 years ago)
- Language: JavaScript
- Size: 2.08 MB
- Stars: 8
- Watchers: 8
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# T3 cowriter
Did you ever wish to have a second person to work on a TYPO3 page together with you? This extension allows you to do so. With the help of AI you can now work on a page together with a cowriter - a digital assistant that helps you to write your content.

> Give it a try with our TYPPO3 mock and let the AI write for you: [Demo](https://t3ai.surge.sh/)
## Installation
Currently the extension is not available via TER.
Install the extension via composer:
```bash
composer require netresearch/t3-cowriter
```
## Configuration
1. Create a new API key at [https://openai.com/api/](https://openai.com/api/)
2. Add the API key to your TYPO3 Extension configuration (Extension Manager -> Settings -> Extension Configuration -> t3_cowriter)
3. Having no own RTE Configuration:
* Add EXT:t3_cowriter to your root page Page TSconfig -
Include static Page TSconfig (from extensions)

4. With an own RTE Configuration yml file (your_ext/Configuration/RTE/YourConfig.yml):
* add to externalPlugins:
```yml
editor:
externalPlugins:
cowriter:
resource: "EXT:t3_cowriter/Resources/Public/JavaScript/Plugins/cowriter/"
```
## Functionality
1. You'll get a new button in your editor for content elements.
2. Press the button and enter a description for the text you want to generate
## License
This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the [LICENSE](LICENSE) file for details.
### Contact
[Netresearch](https://www.netresearch.de/), the company behind this plugin, is a leading European provider of digital solutions and services for the eCommerce industry. We are a team of eCommerce experts, developers, designers, project managers, and consultants. We are passionate about eCommerce and we love to share our knowledge with the community.
> [Twitter](https://twitter.com/netresearch) | [LinkedIn](https://www.linkedin.com/company/netresearch/) | [Facebook](https://www.facebook.com/netresearch/) | [Xing](https://www.xing.com/companies/netresearchdttgmbh) | [YouTube](https://www.youtube.com/@netresearch)