All Projects → insanoid → iOS-HTMLTextEditor

insanoid / iOS-HTMLTextEditor

Licence: other
A simple implementation of an HTML Editor using CKEditor in a web view.

Programming Languages

HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to iOS-HTMLTextEditor

Ckeditor4
The best enterprise-grade WYSIWYG editor. Fully customizable with countless features and plugins.
Stars: ✭ 5,502 (+9552.63%)
Mutual labels:  wysiwyg, ckeditor, rich-text-editor, html-editor
typester
✒️ A WYSIWYG that gives you predictable and clean HTML
Stars: ✭ 29 (-49.12%)
Mutual labels:  wysiwyg, rich-text-editor, html-editor
Ckeditor5
Powerful rich text editor framework with a modular architecture, modern integrations, and features like collaborative editing.
Stars: ✭ 5,406 (+9384.21%)
Mutual labels:  wysiwyg, ckeditor, rich-text-editor
wysiwyg-editor-python-sdk
Python SDK to ease the integration of Froala WYSIWYG Editor on server side.
Stars: ✭ 20 (-64.91%)
Mutual labels:  wysiwyg, rich-text-editor
ray
HTML-powered text editor for creating and organizing personal notes.
Stars: ✭ 115 (+101.75%)
Mutual labels:  wysiwyg, rich-text-editor
Laravel Filemanager Example 5.3
Demo integration for laravel-filemanager (https://github.com/UniSharp/laravel-filemanager).
Stars: ✭ 100 (+75.44%)
Mutual labels:  wysiwyg, ckeditor
Canner Slate Editor
📝Rich Text / WYSIWYG Editor built for Modularity and Extensibility.
Stars: ✭ 1,071 (+1778.95%)
Mutual labels:  wysiwyg, rich-text-editor
Medium Editor
Medium.com WYSIWYG editor clone. Uses contenteditable API to implement a rich text solution.
Stars: ✭ 15,421 (+26954.39%)
Mutual labels:  wysiwyg, rich-text-editor
Awesome Wysiwyg
A curated list of awesome WYSIWYG editors.
Stars: ✭ 1,801 (+3059.65%)
Mutual labels:  wysiwyg, rich-text-editor
ngx-wall
Helps build content editor for note-taking application
Stars: ✭ 78 (+36.84%)
Mutual labels:  wysiwyg, rich-text-editor
Flutter Quill
Rich text editor for Flutter
Stars: ✭ 177 (+210.53%)
Mutual labels:  wysiwyg, rich-text-editor
Tinymce
The world's #1 JavaScript library for rich text editing. Available for React, Vue and Angular
Stars: ✭ 10,179 (+17757.89%)
Mutual labels:  wysiwyg, rich-text-editor
Slate Edit Table
Slate plugin for table edition
Stars: ✭ 97 (+70.18%)
Mutual labels:  wysiwyg, rich-text-editor
Ngx Quill
Angular (>=2) components for the Quill Rich Text Editor
Stars: ✭ 1,382 (+2324.56%)
Mutual labels:  wysiwyg, rich-text-editor
Balsa
This repository holds source code of Balsa, a self hosted, privacy focused knowledgebase.
Stars: ✭ 93 (+63.16%)
Mutual labels:  wysiwyg, rich-text-editor
Laravel Filemanager
Media gallery with CKEditor, TinyMCE and Summernote support. Built on Laravel file system.
Stars: ✭ 1,688 (+2861.4%)
Mutual labels:  wysiwyg, ckeditor
Pell
📝 the simplest and smallest WYSIWYG text editor for web, with no dependencies
Stars: ✭ 11,653 (+20343.86%)
Mutual labels:  wysiwyg, rich-text-editor
ember-pell
Ember addon for simplest and smallest (1kB) WYSIWYG text editor for web, with no dependencies
Stars: ✭ 56 (-1.75%)
Mutual labels:  wysiwyg, rich-text-editor
Textbus
基于组件 + 数据驱动的现代富文本编辑器
Stars: ✭ 242 (+324.56%)
Mutual labels:  wysiwyg, rich-text-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 (+1622.81%)
Mutual labels:  wysiwyg, rich-text-editor

iOS-HTMLTextEditor

A simple implementation of an HTML Editor using CKEditor in a web view.

The configuration of the editor can be altered in the HTML file. (Visit http://ckeditor.com/ for further details about the HTML editor - there are additional styles available)

Following files need to be configured:

  • CKEditor/config.js - For handling toolbar and UI components of the editor.
  • CKEditor/contents.css - Configure the font and the theme for the control.
  • CKEditor/setup-script.js - To load the editor into the HTML.
  • Skins - Put additional skins and plugins in place according to your needs.

image

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