umContentCreator 1.0.5

dotnet add package umContentCreator --version 1.0.5
NuGet\Install-Package umContentCreator -Version 1.0.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="umContentCreator" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add umContentCreator --version 1.0.5
#r "nuget: umContentCreator, 1.0.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install umContentCreator as a Cake Addin
#addin nuget:?package=umContentCreator&version=1.0.5

// Install umContentCreator as a Cake Tool
#tool nuget:?package=umContentCreator&version=1.0.5

umContentCreator

umContentCreator is a package for Umbraco that enhances your content editing experience by integrating AI-powered content generation for text and image properties. It allows users to generate content using the Chat GPT API for text and the DALL-E API for image generation, providing a seamless and user-friendly interface for managing AI-generated text and images.

Features

  • Adds a content generation button next to each text and image property in the Umbraco CMS
  • Configuration tab in the Content section for setting API tokens
  • Customizable content generation options, including max words per response and model behavior for text properties
  • Image generation based on user-defined keywords or phrases using DALL-E API
  • Ability to modify generated text before applying to the property
  • Append or replace content in text properties with generated content

Installation

Follow these steps to install umContentCreator:

  1. Download the package from NuGet
  2. Install the package in your Umbraco project
  3. Configure the Chat GPT API token in the "umContentCreator" configuration tab in the Content section
  4. Start generating content for your text and image properties

Usage

Text properties

  1. Navigate to any content page with text properties in the Umbraco CMS
  2. Click on the content generation button next to the desired text property
  3. A modal window will open, allowing you to customize the content generation options
  4. Enter a prompt and generate text using the Chat GPT API
  5. Modify the generated text as needed
  6. If the property has existing content, you can choose to append the generated content. If not, click the "Replace" button to replace the content with the generated text

Image properties

  1. Navigate to any content page with image properties in the Umbraco CMS
  2. Click on the image generation button next to the desired image property
  3. A modal window will open, allowing you to enter a keyword or phrase for the image generation
  4. Generate an image using the DALL-E
  5. Apply the generated image to the property

Support

For any issues or questions, please open a GitHub issue or contact the package author.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.5 339 7/4/2023
1.0.4 275 4/24/2023
1.0.3 146 4/19/2023
1.0.2 160 4/6/2023
1.0.1 169 4/4/2023
1.0.0 163 4/4/2023

1) Fix 'You have unsaved changes' dialog showing when user navigates between pages.