All Projects → chiqui3d → strapi-tinymce

chiqui3d / strapi-tinymce

Licence: other
Strapi extension to overwrite the current Wysiwyg by Tinymce

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to strapi-tinymce

Laravel Tinymce Simple Imageupload
Simple image upload for TinyMCE in Laravel.
Stars: ✭ 66 (+69.23%)
Mutual labels:  tinymce
Tinymce Dist
Official TinyMCE repository for production usage in package managers
Stars: ✭ 106 (+171.79%)
Mutual labels:  tinymce
Vue Tinymce Editor
This a component provides use of tinymce for vue developers
Stars: ✭ 216 (+453.85%)
Mutual labels:  tinymce
Filemanager Laravel
FileManager for Laravel integrated with TinyMCE
Stars: ✭ 87 (+123.08%)
Mutual labels:  tinymce
Laravel Filemanager Example 5.3
Demo integration for laravel-filemanager (https://github.com/UniSharp/laravel-filemanager).
Stars: ✭ 100 (+156.41%)
Mutual labels:  tinymce
Laravel Filemanager
Media gallery with CKEditor, TinyMCE and Summernote support. Built on Laravel file system.
Stars: ✭ 1,688 (+4228.21%)
Mutual labels:  tinymce
Grav Plugin Tinymce Editor
TinyMCE Editor Integration Plugin for Grav
Stars: ✭ 44 (+12.82%)
Mutual labels:  tinymce
strapi-graphql-documentation
Collections of queries and mutations that hopefully help you in a Strapi project powered by GraphQL API 🚀
Stars: ✭ 45 (+15.38%)
Mutual labels:  strapi
Filemanagerbundle
FileManager is a simple Multilingual File Manager Bundle for Symfony
Stars: ✭ 105 (+169.23%)
Mutual labels:  tinymce
Tinymce Angular
Official TinyMCE Angular Component
Stars: ✭ 216 (+453.85%)
Mutual labels:  tinymce
Plugin.wordpress
📦 Official WordPress Plugin of EnlighterJS
Stars: ✭ 93 (+138.46%)
Mutual labels:  tinymce
2sxc
DNN + 2sxc = #DNNCMS - This tool helps web designers and developers prepare great looking content in DNN (DotNetNuke). It's like mixing DNN with Umbraco and Drupal :)
Stars: ✭ 98 (+151.28%)
Mutual labels:  tinymce
Vue Tinymce
提供给 vue 开发者使用的 TinyMCE 组件
Stars: ✭ 124 (+217.95%)
Mutual labels:  tinymce
Tinymce Vue
Official TinyMCE Vue component
Stars: ✭ 1,198 (+2971.79%)
Mutual labels:  tinymce
Fmelfinderbundle
📁 ElFinderBundle provides ElFinder integration with TinyMCE, CKEditor, Summernote editors
Stars: ✭ 231 (+492.31%)
Mutual labels:  tinymce
Angular2 Tinymce
Angular 2 component for TinyMCE MCE WYSIWYG editor
Stars: ✭ 66 (+69.23%)
Mutual labels:  tinymce
Django Tinymce4 Lite
TinyMCE 4 editor widget for Django
Stars: ✭ 121 (+210.26%)
Mutual labels:  tinymce
Landing-CMS
A simple CMS for landing pages
Stars: ✭ 78 (+100%)
Mutual labels:  tinymce
Vue Element Admin
🎉 A magical vue admin https://panjiachen.github.io/vue-element-admin
Stars: ✭ 73,044 (+187192.31%)
Mutual labels:  tinymce
Tinymce Mention
Mention/Autocomplete plugin for tinyMCE WYSIWYG editor.
Stars: ✭ 181 (+364.1%)
Mutual labels:  tinymce

A Strapi Tinymce extension

This extension completely replaces Strapi's Wysiwyg editor by Tinymce.

Preview Tinymce

This extension has been created based on the same CKEditor tutorial. You can find this information here https://strapi.io/documentation/v3.x/guides/registering-a-field-in-admin.html

CKEditor in the latest versions has removed the options to add HTML code, and that's why among other things I preferred to use Tinymce.

This extension also includes the button to add images from the Media Library and also in the cursor position

Setup

npm install --save @tinymce/tinymce-react

Copy the content-manager directory to your extensions directory

In addition, download the Tinymce prod files from https://www.tiny.cloud/get-tiny/self-hosted/ and add them to the public folder. We need to download it because if you don't you will receive an error in the editor that you need a cloud api key, and we want to use it for self-hosted.

This configuration along with all the options can be seen here https://github.com/chiqui3d/strapi-tinymce/blob/master/content-manager/admin/src/components/WysiwygWithErrors/Tinymce.js#L25

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].