Strapi plugin logo for Bold title editor

Bold title editor

A bold title/text editor to accent certain parts

thumbnail for Bold title editor

Strapi plugin Bold title editor

A bold title/text editor to accentuate certain parts through HTML or Markdown.

✨ Compatibility

This plugin has been refactored to use only Strapi v5. For older releases see npm.

✨ Features

  • Different output options: choose between HTML and Markdown.
  • Actions: accentuate certain parts, preview code output and clear text format.

⏳ Installation

# Using Yarn
yarn add @ef2/strapi-plugin-bold-title-editor

# Or using NPM
npm install @ef2/strapi-plugin-bold-title-editor

Then, you'll need to build your admin panel:

# Using Yarn
yarn build

# Or using NPM
npm run build

🎉 Usage

bold title editor screenshot

HTML

React/Next.js

1<h1 dangerouslySetInnerHTML={{ __html: title }} />
2<h3><a href="#" dangerouslySetInnerHTML={{ __html: title }} /></h3>

Vue

1<h1 v-html="title" />
2<h3><a href="#" v-html="title" /></h3>

Markdown

React

1import ReactMarkdown from 'react-markdown';
2
3<ReactMarkdown children={title} />;

Install now

npm install @ef2/strapi-plugin-bold-title-editor

STATS

7 GitHub stars237 weekly downloads

Last updated

44 days ago

Strapi Version

5.6.0 and above

Author

github profile image for Daan de Gooijer
Daan de Gooijer

Useful links

Create your own plugin

Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.