npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@netresearch/ckeditor-cowriter

v1.0.1

Published

Use AI to help you writing with CKEditor 4

Downloads

57

Readme

CKEditor 4 Plugin - Cowriter 🤖

Release

This plugin generates content with the help of artificial intelligence. It is based on the CKEditor 4. It uses the OpenAI API to generate text. You can use it to generate text for your blog posts, emails, or any other content.

Cowriter with TYPO3 CMS

Give it a try and let the AI write for you: Demo

Installation

You can find the plugin in the CKEditor plugin directory

Installation with npm

  1. Install the plugin with npm:

    npm install @netresearch/ckeditor-cowriter --save
  2. Enable the plugin by using the extraPlugins configuration setting. For example:

    CKEDITOR.plugins.addExternal('cowriter', '/node_modules/@netresearch/ckeditor-cowriter/dist/', 'plugin.js')
    CKEDITOR.config.extraPlugins = 'cowriter';

Installation from source

  1. Download the latest release of the plugin.

  2. Extract the contents of the archive into a directory. For example: /plugins/cowriter/

  3. Enable the plugin by using the addExternaland extraPlugins configuration setting. For example:

    CKEDITOR.plugins.addExternal('cowriter', '/plugins/cowriter/', 'plugin.js')
    CKEDITOR.config.extraPlugins = 'cowriter';

Configuration

You need to define your OpenAI credentials. Do this above the CKEDITOR.replace call. For example:

const OPENAI_KEY = 'YOUR-KEY'
const OPENAI_ORG = 'org-YOUR-ORG-KEY'

Usage

  1. Click on the Cowriter button in the toolbar.
  2. Enter a prompt.
  3. Click on the Generate button.
  4. The generated text will be inserted into the editor.

License

Licensed under the terms of the GNU General Public License, version 3 or later.

Credits

Contributing

We welcome contributions to this project. Please see our contribution guidelines for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker!

Contact

Netresearch, 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 | LinkedIn | Facebook | Xing | YouTube