Skip to content

Latest commit

 

History

History
54 lines (46 loc) · 1.45 KB

File metadata and controls

54 lines (46 loc) · 1.45 KB

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.