loki-editor
Version:
Loki Editor is a powerful React WYSIWYG text editor with rich-text features and full customization.
93 lines (66 loc) ⢠2.85 kB
Markdown
is a highly customizable, feature-rich **WYSIWYG** (What You See Is What You Get) text editor for **React** applications. With comprehensive support for text formatting, tables, hyperlinks, and more, it is ideal for developers who need to integrate a robust and flexible **rich-text editor** into their web applications.

Check out the live demo of **Loki React Editor** <a href="https://codesandbox.io/p/devbox/naughty-leavitt-klj54l" target="_blank">here</a>.
If you enjoy using **Loki React Editor** and would like to support its development, consider contributing through <a href="https://buymeacoffee.com/logeshb" target="_blank">Buy Me A Coffee</a>.
If you encounter any issues or bugs while using **Loki React Editor**, please report them on our <a href="https://github.com/Logesh2213/loki-editor/issues" target="_blank">GitHub Issues page</a>.
---
Install **Loki Editor** via npm:
```sh
npm install loki-editor
```
1. Import Loki Editor into your React project:
```javascript
import React from 'react';
import TextEditor from 'loki-editor';
import 'loki-editor/dist/TextEditor.css';
```
2. Use the editor in your component:
```javascript
const App = () => {
return (
<div>
<TextEditor />
</div>
);
};
export default App;
```
- ā
Bold / Italic / Underline / Strikethrough
- ā
Highlighting & Custom Colors
- ā
Font Styles & Sizes
- š¢ Numbered & Bulleted Lists
- āļø Text Alignment (Left, Center, Right)
- ⯠Insert Horizontal Rules
## š Hyperlinks & Navigation
- š Insert & Edit Links
- š Bookmarks for Quick Navigation
## šØ Customization & Styles
- šļø Customizable Toolbar & Themes
- š Supports Custom Plugins
## š„ Additional Features
- ā” Lightweight & Fast
- š§© Easy Integration with Any React App
- š Undo & Redo Support
## š„ļø Browser Compatibility
- ā
Google Chrome (latest)
- ā
Mozilla Firefox (latest)
- ā
Safari (latest)
- ā
Microsoft Edge (latest)
## š” Why Choose Loki Editor?
- šØ Modern & Customizable - Adapt the toolbar, styles, and themes to your needs.
- ā” Fast & Lightweight - Optimized for performance in React applications.
- š SEO & Accessibility Focused - Works seamlessly with assistive technologies.
š MIT Licensed & Open Source - Free for both personal and commercial use.
## š© Contact & Support
For any questions, feedback, or business inquiries, reach out to me at:
š§ Email: logesh.b2213@gmail.com
**Loki React Editor**