craftcms/simple-text

This plugin adds a new “Simple Text” field type to Craft, which provides a textarea that’s optimized for entering documentation.

Installs: 18 811

Dependents: 0

Suggesters: 0

Security: 0

Stars: 29

Watchers: 7

Forks: 3

Open Issues: 7

Language:JavaScript

Type:craft-plugin


README

This plugin adds a new “Simple Text” field type to Craft, which provides a textarea that’s optimized for entering documentation.

Textarea Features

  • Uses a fixed-width font
  • Automatically resizes
  • Uses Behave.js

Requirements

This plugin requires Craft CMS 4.0.0+ or 5.0.0+.

Installation

You can install this plugin from the Plugin Store or with Composer.

From the Plugin Store

Go to the Plugin Store in your project’s Control Panel and search for “Simple Text”. Then press Install in its modal window.

With Composer

Open your terminal and run the following commands:

# go to the project directory
cd /path/to/my-project.test

# tell Composer to load the plugin
composer require craftcms/simple-text

# tell Craft to install the plugin
./craft install/plugin simple-text