Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/insanoid/iOS-HTMLTextEditor
A simple implementation of an HTML Editor using CKEditor in a web view.
https://github.com/insanoid/iOS-HTMLTextEditor
ckeditor html-editor ios ios-htmltexteditor rich-text-editor wysiwyg
Last synced: 8 days ago
JSON representation
A simple implementation of an HTML Editor using CKEditor in a web view.
- Host: GitHub
- URL: https://github.com/insanoid/iOS-HTMLTextEditor
- Owner: insanoid
- Created: 2012-08-10T14:28:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-10-28T12:13:25.000Z (about 8 years ago)
- Last Synced: 2024-04-14T20:03:46.873Z (7 months ago)
- Topics: ckeditor, html-editor, ios, ios-htmltexteditor, rich-text-editor, wysiwyg
- Language: HTML
- Size: 1.31 MB
- Stars: 59
- Watchers: 10
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - iOS-HTMLTextEditor - A simple implementation of an HTML Editor using CKEditor in a web view. (wysiwyg)
- awesome - iOS-HTMLTextEditor - A simple implementation of an HTML Editor using CKEditor in a web view. (ckeditor)
README
# 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 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](screenshot.png)