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

1.0.9 • Public • Published

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

<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} />

Readme

Keywords

none

Package Sidebar

Install

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

Weekly Downloads

207

Version

1.0.9

License

MIT

Unpacked Size

46.3 kB

Total Files

25

Last publish

Collaborators

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