sp-dev-fx-webparts/samples/react-tinymce
dependabot[bot] 14539d3357
Bump tinymce from 5.7.1 to 5.9.0 in /samples/react-tinymce
Bumps [tinymce](https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce) from 5.7.1 to 5.9.0.
- [Release notes](https://github.com/tinymce/tinymce/releases)
- [Changelog](https://github.com/tinymce/tinymce/blob/develop/modules/tinymce/CHANGELOG.md)
- [Commits](https://github.com/tinymce/tinymce/commits/5.9.0/modules/tinymce)

---
updated-dependencies:
- dependency-name: tinymce
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-22 16:26:11 +00:00
..
assets Changed from updated to modificationDateTime 2021-05-02 15:39:42 -04:00
config Sample react tinymce (#431) 2018-02-26 09:23:44 +01:00
src/webparts/reactTinyMce Fix for TinyMCE build error: module ReactTinyMce.module.scss cannot be found (#480) 2018-04-27 18:16:51 +03:00
.editorconfig Sample react tinymce (#431) 2018-02-26 09:23:44 +01:00
.gitignore Sample react tinymce (#431) 2018-02-26 09:23:44 +01:00
.yo-rc.json Sample react tinymce (#431) 2018-02-26 09:23:44 +01:00
README.md Added links to issue templates 2021-04-26 02:08:59 -04:00
gulpfile.js Sample react tinymce (#431) 2018-02-26 09:23:44 +01:00
package-lock.json Bump tinymce from 5.7.1 to 5.9.0 in /samples/react-tinymce 2021-10-22 16:26:11 +00:00
package.json Bump tinymce from 5.7.1 to 5.9.0 in /samples/react-tinymce 2021-10-22 16:26:11 +00:00
tsconfig.json Sample react tinymce (#431) 2018-02-26 09:23:44 +01:00
tslint.json Sample react tinymce (#431) 2018-02-26 09:23:44 +01:00

README.md

page_type products languages extensions
sample
office-sp
javascript
typescript
contentType technologies platforms createdDate
samples
SharePoint Framework
react
3/1/2018 12:00:00 AM

TinyMCE Editor

Summary

React TinyMCE is one of the worlds most popular editors for the web. It has many features out of the box and many more plugins that can be added when needed. You can create your own plugins if you want, the editor is powered by the community.

picture of the web part in action

Used SharePoint Framework Version

drop

Applies to

Prerequisites

If you are going to use tinymce be aware of it's license, and you must agree to it.

Solution

Solution Author(s)
React-TinyMCE @AustinBreslinDev

Version history

Version Date Comments
1.0 Feb Initial release

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.


Minimal Path to Awesome

  • Clone this repository
  • in the command line run:
    • npm install
    • gulp serve
    • add web part to page

Features

Description of the web part with possible additional details than in short summary. This Web Part illustrates the following concepts on top of the SharePoint Framework:

  • Rich text editing, that has more features than the Out of the box.
  • Uses an Open Source, community-driven Editor.
  • Can be extended to accept copy/paste from using Paste Plugin.
  • Can be extended to accept images using the manager in the Editor.
  • Can write your own Styles for all content on your site.
  • Can style your authoring experience using the skins folder.
  • For more features please look at the extensive list of extensions available.