Skip to content

Android HTML WYSIWYG editor, based on native WebView and Javascript usage

Notifications You must be signed in to change notification settings

gee12/Android-HTML-WYSIWYG-Editor

 
 

Repository files navigation

WYSIWYG html-editor for Android

It is based on library lumyjuwon/Android-Rich-WYSIWYG-Editor, which in turn is on library wasabeef/richeditor-android.

Used:

  • native WebView
  • Javascript to execute commands
  • custom panel with actions (toolbar with checked/popup buttons)

Implemented Functions

  • Bold
  • Italic
  • Underline
  • Strikethrough
  • Font size
  • Font color
  • Background color
  • Horizontal align
  • Bullets list
  • Numbers list
  • Indent/Outdent
  • Insert link/Unlink
  • Insert horizontal rule
  • Clear formatting

Functions to implement

  • Subscript/Superscript
  • Headering H1-H6
  • Font family
  • Insert image
  • Insert Youtube video
  • Insert table
  • Undo/Redo
  • Search
  • Quote
  • Code
  • Formula

License

Copyright 2020 gee12

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Android HTML WYSIWYG editor, based on native WebView and Javascript usage

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 88.7%
  • JavaScript 10.5%
  • CSS 0.8%