This plugin adds a new “Simple Text” field type to Craft, which provides a textarea that’s optimized for entering documentation.
- Uses a fixed-width font
- Automatically resizes
- Uses Behave.js
This plugin requires Craft CMS 4.0.0+ or 5.0.0+.
You can install this plugin from the Plugin Store or with Composer.
Go to the Plugin Store in your project’s Control Panel and search for “Simple Text”. Then press Install in its modal window.
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