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

2.0.5 • Public • Published

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

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

Vue

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

Markdown

React

import ReactMarkdown from 'react-markdown';

<ReactMarkdown children={title} />;

Dependencies (7)

Dev Dependencies (11)

Package Sidebar

Install

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

Weekly Downloads

78

Version

2.0.5

License

MIT

Unpacked Size

36.2 kB

Total Files

25

Last publish

Collaborators

  • mattiebelt
  • daan_ef2
  • bartkoelewijnnl
  • ef2-hosting
  • simonblok