Create a new Text Format without CKEditor in Drupal 8, 9, 10

image
In this tutorial I will explain how to create a new text format without CKEditor. And this text format will have all featured of default Full HTML Text format.

Why We need a text format without CKEditor

CKEditor by default filter out many HTML tags. For example, it removes font icon <i></i> tag.
So, in these cases it is better to use a text format without CKEditor.

Step 1:

Navigate to:
Home arrow-icon Administration arrow-icon Configuration arrow-icon Content authoring arrow-icon Text formats and editors

example.com/admin/config/content/formats

Step 2:

Click Add text format button.

image

Step 3

Create a new text format with following settings.
Name: Full HTML2

Roles: Administrator

Text editor: none

image

Enable Following filters

  • Align images
  • Caption images
  • Track images uploaded via a Text Editor
  • Convert line breaks into HTML (i.e. <br> and <p>)
  • Convert URLs into links

image

Save this new text format. You can also make this new text format as default text format by placing it at the top position.

image

Video Tutorial