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.

✨ 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
2
<h1 dangerouslySetInnerHTML={{ __html: title }} />
<h3><a href="#" dangerouslySetInnerHTML={{ __html: title }} /></h3>

Vue

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

Markdown

React

1
2
3
import ReactMarkdown from 'react-markdown'

<ReactMarkdown children={title} />

Install now

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

STATS

6 GitHub stars260 weekly downloads

Last updated

198 days ago

Strapi Version

4.4.0 and above

Author

github profile image for EF2
EF2

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.