WYSIWYG
is a Rich Text Editor
for Android
made in Kotlin
Toolbar Preview
Undo
Redo
Bold
Italic
Subscript
Superscript
Strikethrough
Underlined
Header 1
Header 2
Header 3
Header 4
Header 5
Header 6
TextColor
BackgroundColor
Intdent
Outdent
Text Align Left
Text Align Center
Text Align Right
Text Align Justify All
Ordered List
Unordered List
Quote
Insert Image
Insert Link
Insert Code
Write equations with LaTeX ( works only when you are connected to internet )
Todolist List
Font Size
Background Color
Width
Height
Placeholder
Load CSS
State Callback
Add this in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.onecode369:WYSIWYG:$WYSIWYG_version'
}
You can see the XML file to understand how to implement it to your app
You can see the Activity File to understand how to use it
My Thank's goes to CodeCogs ( Open Source Scientific Library ) for LaTeX images
Devloped by "One Code" - @onecode369