Skip to content

Commit

Permalink
Merge branch 'main' of github.com:konstantinmuenster/strapi-plugin-ri…
Browse files Browse the repository at this point in the history
…ch-text into main
  • Loading branch information
konstantinmuenster committed Feb 3, 2024
2 parents e2ad645 + 3b43a23 commit 8d39330
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ This Strapi plugin replaces the Markdown editor with a visual, easy-to-use text
- 🧱 Add rich content elements, such as embedded YouTube videos.
- 📦 Have your existing Markdown content automatically migrated.

The plugin stores the content in HTML format. When querying content on the frontend, you can simply render the received HTML string.

---

<img alt="strapi-rich-text-plugin" style="border-radius:5px" src="./strapi-plugin-rich-text-cover.png" width="640">
Expand All @@ -28,6 +30,13 @@ npm run build

After this, the `Rich Text` plugin should show up in your list of Plugins in the admin panel.


#### Configuration

| What | How |
| --- | --- |
| Allow YouTube Embeds | If you want to embed videos from YouTube, make sure you update your `strapi::security` middleware (see [here](https://github.com/konstantinmuenster/strapi-plugin-rich-text/blob/main/apps/strapi/config/middlewares.ts#L9)). |

---

## About
Expand Down

0 comments on commit 8d39330

Please sign in to comment.