Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.2k
RichEditor for Android is a beautiful Rich Text WYSIWYG Editor for Android.
License
wasabeef/richeditor-android
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
RichEditor for Android is a beautiful Rich TextWYSIWYG Editor forAndroid.
- Looking for iOS? Check outcjwirth/RichEditorView
- 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 Youtube
- Insert Video
- Insert Audio
- Insert Link
- Checkbox
- Text Color
- Text Background Color
- Text Font Size
- Unordered List (Bullets)
- Ordered List (Numbers)
- Font Size
- Background Color
- Width
- Height
- Placeholder
- Load CSS
- State Callback
Milestone
- Font Family
repositories { mavenCentral()}dependencies { implementation'jp.wasabeef:richeditor-android:2.0.0'}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 thesamples for usage.
Bold
editor.setBold();
Italic
editor.setItalic();
Insert Image
editor.insertImage("https://raw.githubusercontent.com/wasabeef/art/master/twitter.png","twitter");
Text Change Listener
RichEditoreditor = (RichEditor)findViewById(R.id.editor);editor.setOnTextChangeListener(newRichEditor.OnTextChangeListener() {@OverridepublicvoidonTextChange(Stringtext) {// Do SomethingLog.d("RichEditor","Preview " +text); }});
Others
Please refer thesamples for usage.
Android 4+
Pleaseping me or send a pull request if you would like to be added here.
| Icon | Application |
|---|---|
| Ameba Ownd | |
| ScorePal |
Daichi Furiya (Wasabeef) -dadadada.chop@gmail.com

- Inspired by
ZSSRichTextEditorinnnhubbard.
Copyright (C) 2020 WasabeefLicensed 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.0Unless required by applicable law or agreed to in writing, softwaredistributed 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 andlimitations under the License.About
RichEditor for Android is a beautiful Rich Text WYSIWYG Editor for Android.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors15
Uh oh!
There was an error while loading.Please reload this page.


