android前端编辑器,GitHub - huoshulei/richeditor-android: 目前来看 Android 上最棒的一款富文本编辑器...

RichEditor for Android

68747470733a2f2f696d672e736869656c64732e696f2f62616467652f416e64726f6964253230417273656e616c2d72696368656469746f722d2d616e64726f69642d627269676874677265656e2e7376673f7374796c653d666c6174

68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d417061636865253230322d626c75652e737667

68747470733a2f2f6170692e62696e747261792e636f6d2f7061636b616765732f77617361626565662f6d6176656e2f72696368656469746f722d616e64726f69642f696d616765732f646f776e6c6f61642e737667

RichEditor for Android is a beautiful Rich Text WYSIWYG Editor for Android.

Looking for iOS? Check out cjwirth/RichEditorView

Supported Functions

38a5de2924239a96acec778c2420ee91.gif

Bold

Italic

Subscript

Superscript

Strikethrough

Underline

Justify Left

Justify Center

Justify Right

Blockquote

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5

Heading 6

Undo

Redo

Indent

Outdent

Insert Image

Insert Link

Checkbox

Text Color

Text Background Color

Text Font Size

Unordered List (Bullets)

Ordered List (Numbers)

Attribute change of editor

Font Size

Background Color

Width

Height

Placeholder

Load CSS

State Callback

Milestone

Font Family

Demo

demo2.gif

Samples

687474703a2f2f7777772e616e64726f69642e636f6d2f696d616765732f6272616e642f6765745f69745f6f6e5f706c61795f6c6f676f5f6c617267652e706e67

How do I use it?

Setup

Gradle

repositories {

jcenter()

}

dependencies {

compile 'jp.wasabeef:richeditor-android:1.2.1'

}

Default Setting for Editor

Height

editor.setEditorHeight(200);

Font

editor.setEditorFontSize(22);

editor.setEditorFontColor(Color.RED);

Background

editor.setEditorBackgroundColor(Color.BLUE);

editor.setBackgroundColor(Color.BLUE);

editor.setBackgroundResource(R.drawable.bg);

editor.setBackground("https://raw.githubusercontent.com/wasabeef/art/master/chip.jpg");

Padding

editor.setPadding(10, 10, 10, 10);

Placeholder

editor.setPlaceholder("Insert text here...");

Others

Please refer the samples for usage.

Functions for ContentEditable

Bold

editor.setBold();

Italic

editor.setItalic();

Insert Image

editor.insertImage("https://raw.githubusercontent.com/wasabeef/art/master/twitter.png","twitter");

Text Change Listener

RichEditor editor = (RichEditor) findViewById(R.id.editor);

editor. setOnTextChangeListener(new RichEditor.OnTextChangeListener() {

@Override

public void onTextChange(String text) {

// Do Something

Log.d("RichEditor", "Preview " + text);

}

});

Others

Please refer the samples for usage.

Requirements

Android 4+

Applications using RichEditor for Android

Please ping me or send a pull request if you would like to be added here.

Developed By

Daichi Furiya (Wasabeef) - dadadada.chop@gmail.com

e071fc039c700c5ec01e309b67191a88.png

Thanks

Inspired by ZSSRichTextEditor in nnhubbard.

License

Copyright 2015 Wasabeef

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.

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值