A title formatter plugin for Strapi that allows you to format titles with bold, italic, and underline styles.
npm install @davideddr/strapi-plugin-title-formatterThis plugin is a simple text editor that allows you to format your text with bold, italic, and __underline__ styles. It also provides a preview of the formatted text in both HTML and Markdown formats.
The project is forked from @SKLINET/strapi-plugin-bold-title-editor
``sh`Using NPM
npm install @davideddr/strapi-plugin-title-formatter
Then, you'll need to build your admin panel:
`shUsing Yarn
yarn build
⚙️ Configuration
In the field settings, you can choose which type of formatting to enable.!title formatter config screenshot
🎉 Usage
!title formatter editor screenshot
$3
#### React/Next.js`tsx
`#### Vue
`html
`$3
#### React`tsx
import ReactMarkdown from 'react-markdown'
``