All Projects → froala → wysiwyg-editor-python-sdk

froala / wysiwyg-editor-python-sdk

Licence: MIT license
Python SDK to ease the integration of Froala WYSIWYG Editor on server side.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to wysiwyg-editor-python-sdk

wysiwyg-editor-dotnet-sdk
.NET SDK to ease the integration of Froala WYSIWYG Editor on server side.
Stars: ✭ 23 (+15%)
Mutual labels:  wysiwyg, rich-text-editor, wysiwyg-editor, wysiwyg-html-editor, froala-editor
wysiwyg-editor-php-sdk
PHP SDK to ease the integration of Froala WYSIWYG Editor on server side.
Stars: ✭ 37 (+85%)
Mutual labels:  wysiwyg, rich-text-editor, wysiwyg-editor, wysiwyg-html-editor, froala-editor
wordpress-froala-wysiwyg
Wordpress plugin for Froala WYSIWYG HTML Editor.
Stars: ✭ 38 (+90%)
Mutual labels:  rich-text-editor, wysiwyg-editor, wysiwyg-html-editor, froala-editor
Wysiwyg Editor
The next generation Javascript WYSIWYG HTML Editor.
Stars: ✭ 4,756 (+23680%)
Mutual labels:  wysiwyg, rich-text-editor, wysiwyg-editor, wysiwyg-html-editor
wysiwyg-editor-node-sdk
Node.JS SDK to ease the integration of Froala WYSIWYG Editor on server side.
Stars: ✭ 25 (+25%)
Mutual labels:  wysiwyg, wysiwyg-editor, wysiwyg-html-editor, froala-editor
textbus
Textbus 是一个组件化的、数据驱动的富文本框架,支持在线协同编辑,同时也可以作为一个开箱即用的富文本编辑器,拥有非常好的扩展性和可定制性,是构建复杂富文本的不二之选!
Stars: ✭ 642 (+3110%)
Mutual labels:  wysiwyg, rich-text-editor, wysiwyg-editor, wysiwyg-html-editor
Element Tiptap
🌸A modern WYSIWYG rich-text editor using tiptap and Element UI for Vue.js
Stars: ✭ 481 (+2305%)
Mutual labels:  wysiwyg, rich-text-editor, wysiwyg-editor
Ckeditor5
Powerful rich text editor framework with a modular architecture, modern integrations, and features like collaborative editing.
Stars: ✭ 5,406 (+26930%)
Mutual labels:  wysiwyg, rich-text-editor, wysiwyg-editor
Pell
📝 the simplest and smallest WYSIWYG text editor for web, with no dependencies
Stars: ✭ 11,653 (+58165%)
Mutual labels:  wysiwyg, rich-text-editor, wysiwyg-editor
Wysiwyg.js
wysiwyg contenteditable editor (minified+compression: 6kb)
Stars: ✭ 520 (+2500%)
Mutual labels:  wysiwyg, rich-text-editor, wysiwyg-editor
Simditor
An Easy and Fast WYSIWYG Editor
Stars: ✭ 4,926 (+24530%)
Mutual labels:  wysiwyg, rich-text-editor, wysiwyg-editor
Canner Slate Editor
📝Rich Text / WYSIWYG Editor built for Modularity and Extensibility.
Stars: ✭ 1,071 (+5255%)
Mutual labels:  wysiwyg, rich-text-editor, wysiwyg-editor
Angular Editor
A simple native WYSIWYG editor component for Angular 6 -10+
Stars: ✭ 428 (+2040%)
Mutual labels:  wysiwyg, rich-text-editor, wysiwyg-editor
Slate Plugins
🔌 Next-gen slate plugins
Stars: ✭ 399 (+1895%)
Mutual labels:  wysiwyg, rich-text-editor, wysiwyg-editor
Tinymce
The world's #1 JavaScript library for rich text editing. Available for React, Vue and Angular
Stars: ✭ 10,179 (+50795%)
Mutual labels:  wysiwyg, rich-text-editor, wysiwyg-html-editor
Re Editor
一个开箱即用的React富文本编辑器 🚀re-editor
Stars: ✭ 367 (+1735%)
Mutual labels:  wysiwyg, rich-text-editor, wysiwyg-editor
Trumbowyg
A lightweight and amazing WYSIWYG JavaScript editor under 10kB
Stars: ✭ 3,664 (+18220%)
Mutual labels:  wysiwyg, rich-text-editor, wysiwyg-editor
Megadraft
Megadraft is a Rich Text editor built on top of Facebook's Draft.JS featuring a nice default base of components and extensibility
Stars: ✭ 982 (+4810%)
Mutual labels:  wysiwyg, rich-text-editor, wysiwyg-editor
Jodit
Jodit - Best WYSIWYG Editor for You
Stars: ✭ 947 (+4635%)
Mutual labels:  wysiwyg, rich-text-editor, wysiwyg-editor
Flutter Quill
Rich text editor for Flutter
Stars: ✭ 177 (+785%)
Mutual labels:  wysiwyg, rich-text-editor, wysiwyg-editor

Froala WYSIWYG Editor Python SDK

Easing the Froala WYSIWYG HTML Editor server side integration in Python 2 and Python 3 projects.

Dependencies

Python 2 or Python 3

Wand ImageMagick binding for Python

Installation

  1. Clone this repo or download the zip.

  2. Load froala_editor project directory in your project and import it.

  3. To run Django examples:

  • Go to django_examples directory.
  • $ python manage.py runserver or $ python3 manage.py runserver to start a server at http://localhost:8000/.
  1. To run Flask examples:
  • Go to flask_examples directory.
  • $ export FLASK_APP=server.py
  • $ python -m flask run or $ python3 -m flask run to start a server at http://localhost:5000/.
  1. To run Pyramid examples:
  • Go to pyramid_examples directory.
  • $ python server.py or $ python3 server.py to start a server at http://localhost:7000/.

Import lib

from froala_editor import File, Image, S3

from froala_editor import DjangoAdapter, FlaskAdapter, PyramidAdapter
# Or make a custom adapter for your framework.

Documentation

Help

License

The Froala WYSIWYG Editor Python SDK is licensed under MIT license. However, in order to use Froala WYSIWYG HTML Editor plugin you should purchase a license for it.

Froala Editor has 3 different licenses for commercial use. For details please see License Agreement.

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].